[hfst] branch upstream updated (af73df5 -> 75715d6)
Tino Didriksen
tinodidriksen-guest at moszumanska.debian.org
Sat Jun 4 19:25:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
tinodidriksen-guest pushed a change to branch upstream
in repository hfst.
from af73df5 Imported Upstream version 3.9.0~r4595
new 75715d6 Imported Upstream version 3.10.0~r2798
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 255 +
AUTHORS | 1 +
ChangeLog | 25213 ++-----------------
ChangeLog.old | 24037 ++----------------
NEWS | 58 +
NSIS/AddHfstLibrary.nsi | 2 -
NSIS/CheckLibraries.nsi | 33 -
NSIS/MoveFileFolder.nsh | 256 -
NSIS/README | 19 -
NSIS/README.hfst.txt | 33 -
NSIS/README.lexc.txt | 42 -
NSIS/README.ospell.txt | 21 -
NSIS/README.proc.txt | 52 -
NSIS/README.twolc.txt | 34 -
NSIS/README.xfst.txt | 52 -
NSIS/ReplaceInFile.nsh | 68 -
NSIS/StrRep.nsh | 66 -
NSIS/copy_files.sh | 136 -
NSIS/hfst.bat | 1 -
NSIS/hfst_installer.nsi | 141 -
NSIS/hfst_python_installer.nsi | 193 -
NSIS/lexc_installer.nsi | 63 -
NSIS/ospell_installer.nsi | 83 -
NSIS/proc_installer.nsi | 62 -
NSIS/twolc_installer.nsi | 72 -
NSIS/xfst_installer.nsi | 62 -
README | 49 +-
back-ends/openfst/Makefile.am | 22 +-
back-ends/openfst/src/lib/Makefile.am | 22 +-
check_installation/check-morphologies.sh | 87 -
check_installation/check-ospell.sh | 93 -
check_installation/check-python.sh | 43 -
check_installation/check-tools.sh | 92 -
check_installation/copy-python-tests.sh | 33 -
check_installation/copy-tool-tests.sh | 71 -
check_installation/dist-README | 30 -
check_installation/make-dist.sh | 57 -
.../morphology_tests/english-analyze.input | 1 -
.../morphology_tests/english-analyze.output | 159 -
.../morphology_tests/english-analyze.output.old | 114 -
.../morphology_tests/english-generate.output | 0
.../morphology_tests/finnish-analyze.input | 1 -
.../morphology_tests/finnish-analyze.output | 103 -
.../morphology_tests/finnish-analyze.output.old | 92 -
.../morphology_tests/finnish-generate.input | 0
.../morphology_tests/finnish-generate.output | 0
.../morphology_tests/french-analyze.input | 1 -
.../morphology_tests/french-analyze.output | 123 -
.../morphology_tests/french-generate.input | 0
.../morphology_tests/french-generate.output | 0
.../morphology_tests/german-analyze.input | 1 -
.../morphology_tests/german-analyze.output | 226 -
.../morphology_tests/german-generate.input | 0
.../morphology_tests/german-generate.output | 0
.../morphology_tests/italian-analyze.input | 1 -
.../morphology_tests/italian-analyze.output | 124 -
.../morphology_tests/italian-generate.input | 0
.../morphology_tests/italian-generate.output | 0
.../morphology_tests/omorfi-analyze.input | 1 -
.../morphology_tests/omorfi-analyze.output | 95 -
.../morphology_tests/omorfi-generate.input | 0
.../morphology_tests/omorfi-generate.output | 0
.../morphology_tests/swedish-analyze.input | 1 -
.../morphology_tests/swedish-analyze.output | 108 -
.../morphology_tests/swedish-generate.input | 0
.../morphology_tests/swedish-generate.output | 0
.../morphology_tests/turkish-analyze.input | 1 -
.../morphology_tests/turkish-analyze.output | 117 -
.../morphology_tests/turkish-generate.input | 0
.../morphology_tests/turkish-generate.output | 0
check_installation/ospell_tests/ospell_input.txt | 1 -
check_installation/ospell_tests/test.zhfst | Bin 21182410 -> 0 bytes
check_installation/test-empty-input.sh | 22 -
check_installation/test-help.sh | 36 -
check_installation/test-hfst-twolc.sh | 26 -
check_installation/test-hfst-xfst.sh | 28 -
check_installation/test-version.sh | 37 -
configure.ac | 145 +-
Doxyfile => doc/Doxyfile | 8 +-
api_documentation.dox => doc/api_documentation.dox | 37 +-
libhfst/COPYING | 165 +
libhfst/Makefile.am | 22 +-
libhfst/src/FormatSpecifiers.h | 19 +-
libhfst/src/HarmonizeUnknownAndIdentitySymbols.cc | 9 +
libhfst/src/HarmonizeUnknownAndIdentitySymbols.h | 9 +
libhfst/src/HfstApply.cc | 19 +-
libhfst/src/HfstDataTypes.cc | 9 +
libhfst/src/HfstDataTypes.h | 20 +-
libhfst/src/HfstEpsilonHandler.cc | 9 +
libhfst/src/HfstEpsilonHandler.h | 9 +
libhfst/src/HfstExceptionDefs.cc | 11 +
libhfst/src/HfstExceptionDefs.h | 11 +
libhfst/src/HfstExceptions.cc | 20 -
libhfst/src/HfstExceptions.h | 385 -
libhfst/src/HfstExtractStrings.h | 19 +-
libhfst/src/HfstFlagDiacritics.cc | 9 +
libhfst/src/HfstFlagDiacritics.h | 9 +
libhfst/src/HfstInputStream.cc | 184 +-
libhfst/src/HfstInputStream.h | 27 +-
libhfst/src/HfstLookupFlagDiacritics.cc | 9 +
libhfst/src/HfstLookupFlagDiacritics.h | 9 +
libhfst/src/HfstOutputStream.cc | 19 +-
libhfst/src/HfstOutputStream.h | 20 +-
libhfst/src/HfstPrintDot.cc | 34 +-
libhfst/src/HfstPrintDot.h | 9 +
libhfst/src/HfstPrintPCKimmo.cc | 26 +-
libhfst/src/HfstPrintPCKimmo.h | 9 +
libhfst/src/HfstRules.cc | 19 +-
libhfst/src/HfstStrings2FstTokenizer.cc | 9 +
libhfst/src/HfstStrings2FstTokenizer.h | 20 +-
libhfst/src/HfstSymbolDefs.cc | 19 +-
libhfst/src/HfstSymbolDefs.h | 19 +-
libhfst/src/HfstTokenizer.cc | 31 +-
libhfst/src/HfstTokenizer.h | 17 +-
libhfst/src/HfstTransducer.cc | 41 +-
libhfst/src/HfstTransducer.h | 26 +-
libhfst/src/HfstXeroxRules.cc | 19 +-
libhfst/src/HfstXeroxRules.h | 44 +-
libhfst/src/HfstXeroxRulesTest.cc | 8 +
libhfst/src/Makefile.am | 32 +-
{tools => libhfst}/src/hfst-string-conversions.cc | 0
{tools => libhfst}/src/hfst-string-conversions.h | 0
libhfst/src/hfst.h | 22 +-
libhfst/src/hfst_apply_schemas.h | 22 +-
libhfst/src/hfstdll.h | 9 +
.../src/implementations/ConvertFomaTransducer.cc | 19 +-
.../implementations/ConvertLogWeightTransducer.cc | 19 +-
libhfst/src/implementations/ConvertOlTransducer.cc | 30 +-
.../src/implementations/ConvertSfstTransducer.cc | 19 +-
.../src/implementations/ConvertTransducerFormat.cc | 19 +-
.../src/implementations/ConvertTransducerFormat.h | 25 +-
.../ConvertTropicalWeightTransducer.cc | 19 +-
.../src/implementations/ConvertXfsmTransducer.cc | 19 +-
libhfst/src/implementations/FomaTransducer.cc | 19 +-
libhfst/src/implementations/FomaTransducer.h | 19 +-
.../src/implementations/HfstFastTransitionData.h | 156 -
libhfst/src/implementations/HfstOlTransducer.cc | 22 +-
libhfst/src/implementations/HfstOlTransducer.h | 19 +-
libhfst/src/implementations/HfstTransition.h | 16 +-
libhfst/src/implementations/HfstTransitionGraph.cc | 8 +
libhfst/src/implementations/HfstTransitionGraph.h | 43 +-
.../HfstTropicalTransducerTransitionData.cc | 9 +
.../HfstTropicalTransducerTransitionData.h | 9 +
libhfst/src/implementations/LogWeightTransducer.cc | 23 +-
libhfst/src/implementations/LogWeightTransducer.h | 20 +-
libhfst/src/implementations/Makefile.am | 26 +-
.../MyTransducerLibraryTransducer.cc | 19 +-
.../MyTransducerLibraryTransducer.h | 19 +-
libhfst/src/implementations/SfstTransducer.cc | 19 +-
libhfst/src/implementations/SfstTransducer.h | 19 +-
.../implementations/TropicalWeightTransducer.cc | 23 +-
.../src/implementations/TropicalWeightTransducer.h | 28 +-
libhfst/src/implementations/XfsmTransducer.cc | 19 +-
libhfst/src/implementations/XfsmTransducer.h | 19 +-
.../compose_intersect/ComposeIntersectFst.cc | 8 +
.../compose_intersect/ComposeIntersectFst.h | 7 +
.../compose_intersect/ComposeIntersectLexicon.cc | 8 +
.../compose_intersect/ComposeIntersectLexicon.h | 8 +
.../compose_intersect/ComposeIntersectRule.cc | 8 +
.../compose_intersect/ComposeIntersectRule.h | 9 +
.../compose_intersect/ComposeIntersectRulePair.cc | 8 +
.../compose_intersect/ComposeIntersectRulePair.h | 8 +
.../compose_intersect/ComposeIntersectUtilities.cc | 8 +
.../compose_intersect/ComposeIntersectUtilities.h | 9 +
.../implementations/optimized-lookup/convert.cc | 19 +-
.../src/implementations/optimized-lookup/convert.h | 19 +-
.../optimized-lookup/find_epsilon_loops.cc | 19 +-
.../src/implementations/optimized-lookup/ospell.cc | 410 +-
.../src/implementations/optimized-lookup/pmatch.cc | 301 +-
.../src/implementations/optimized-lookup/pmatch.h | 48 +-
.../implementations/optimized-lookup/transducer.cc | 37 +-
.../implementations/optimized-lookup/transducer.h | 29 +-
libhfst/src/parsers/LexcCompiler.cc | 32 +-
libhfst/src/parsers/LexcCompiler.h | 21 +-
libhfst/src/parsers/Makefile.am | 46 +-
libhfst/src/parsers/PmatchCompiler.cc | 11 +-
libhfst/src/parsers/PmatchCompiler.h | 21 +-
libhfst/src/parsers/XfstCompiler.cc | 166 +-
libhfst/src/parsers/XfstCompiler.h | 25 +-
libhfst/src/parsers/XreCompiler.cc | 11 +-
libhfst/src/parsers/XreCompiler.h | 21 +-
libhfst/src/parsers/XreCompiler.reentrant.cc | 265 -
libhfst/src/parsers/XreCompiler.reentrant.h | 113 -
libhfst/src/parsers/lexc-lexer.ll | 30 +-
libhfst/src/parsers/lexc-parser.yy | 21 +-
libhfst/src/parsers/lexc-utils.cc | 45 +-
libhfst/src/parsers/lexc-utils.h | 23 +-
libhfst/src/parsers/pmatch_lex.ll | 274 +-
libhfst/src/parsers/pmatch_parse.yy | 2199 +-
libhfst/src/parsers/pmatch_utils.cc | 1058 +-
libhfst/src/parsers/pmatch_utils.h | 508 +-
libhfst/src/parsers/xfst-lexer.ll | 30 +-
libhfst/src/parsers/xfst-parser.yy | 21 +-
libhfst/src/parsers/xfst-utils.cc | 29 +-
libhfst/src/parsers/xfst-utils.h | 22 +-
libhfst/src/parsers/xfst_help_message.cc | 9 +
libhfst/src/parsers/xfst_help_message.h | 9 +
libhfst/src/parsers/xre_lex.ll | 23 +-
libhfst/src/parsers/xre_lex.reentrant.ll | 273 -
libhfst/src/parsers/xre_parse.reentrant.yy | 978 -
libhfst/src/parsers/xre_parse.yy | 9 +
libhfst/src/parsers/xre_utils.cc | 18 +-
libhfst/src/parsers/xre_utils.h | 9 +
libhfst/src/parsers/xre_utils.reentrant.cc | 577 -
libhfst/src/parsers/xre_utils.reentrant.h | 91 -
libhfst/src/string-utils.cc | 34 +
libhfst/src/string-utils.h | 31 +
m4/README | 1 +
man/Makefile.am | 10 +-
man/{hfst-proc2.1 => hfst-tokenize.1} | 23 +-
new_library/Makefile | 39 -
new_library/MyFst.cc | 51 -
new_library/MyFst.h | 38 -
new_library/README | 9 -
new_library/test.cc | 16 -
old_python/Makefile.am | 3 -
old_python/README | 55 -
old_python/doc/Doxyfile | 1514 --
old_python/doc/libhfst.py | 2424 --
old_python/hfstBot.py | 176 -
old_python/hfst_swig_extensions.h | 189 -
old_python/libhfst.i | 566 -
old_python/omor_query.py | 30 -
old_python/setup.py | 37 -
old_python/test/Makefile.am | 5 -
old_python/test/test.sh | 45 -
old_python/test/test_constructors.py | 77 -
old_python/test/test_examples.py | 481 -
old_python/test/test_extensions.py | 13 -
old_python/test/test_flag_diacritics.py | 69 -
old_python/test/test_hfst_basic_transducer.py | 142 -
old_python/test/test_lexc.lexc | 13 -
old_python/test/test_lexc.py | 54 -
old_python/test/test_lexc_fail.lexc | 13 -
old_python/test/test_rules.py | 43 -
old_python/test/test_std_streams.py | 40 -
old_python/test/test_std_streams.sh | 100 -
old_python/test/test_streams.py | 74 -
old_python/test/test_tokenizer.py | 158 -
old_python/test/test_transducer_functions.py | 384 -
old_python/test/test_xre_compiler.py | 48 -
python/COPYING | 165 +
python/Makefile.am | 11 +-
python/README | 14 +-
python/doc/Doxyfile | 4 +-
python/doc/libhfst.py | 40 +-
python/libhfst.i | 710 +-
python/setup.py | 2 +-
python/test/README | 6 +-
python/test/examples.py | 18 +-
python/test/foo_att_prolog | 3 +
python/test/foo_basic | 4 +
python/test/foobar2.hfst | Bin 0 -> 512 bytes
python/test/foofile | 1 +
python/test/test.py | 6 +
python/test/test.sh | 25 +
python/test/test2.py | 25 +
python/test/test3.py | 6 +
python/test/test4.py | 7 +
python/test/test5.py | 7 +
python/test/test7.py | 23 +
python/test/test8.py | 12 +
python/test/test9.py | 6 +
python/test/test_hfst.py | 19 +-
python/test/test_streams_1.py | 12 +
python/test/test_streams_2.py | 26 +
python/test/test_streams_3.py | 5 +
.../english-generate.input => python/test/testfile | 0
test/tools/a2b.txt => python/test/testfile1.att | 3 +-
python/test/testfile1.hfst | Bin 0 -> 1364 bytes
python/test/testfile2.att | 8 +
python/test/testfile3.att | 11 +
scripts/copy-for-windows.sh | 42 +-
scripts/libhfst_win.i | 222 -
scripts/make-hfst-tools.bat | 1 -
scripts/package-static-binaries.sh | 31 -
scripts/{ => readmes}/README_eight_tools_mac.txt | 0
scripts/{ => readmes}/README_eight_tools_win.txt | 0
scripts/{ => readmes}/README_xfst_mac.txt | 0
scripts/{ => readmes}/README_xfst_win.txt | 0
scripts/{ => windows}/generate-python-bindings.bat | 0
scripts/{ => windows}/inttypes.h | 0
scripts/{ => windows}/make-foma.bat | 0
scripts/{ => windows}/make-hfst-lexc.bat | 2 +-
scripts/{ => windows}/make-hfst-proc.bat | 2 +-
scripts/{ => windows}/make-hfst-tool.bat | 2 +-
scripts/windows/make-hfst-tools.bat | 1 +
scripts/{ => windows}/make-hfst-xfst.bat | 2 +-
scripts/{ => windows}/make-htwolcpre1.bat | 2 +-
scripts/{ => windows}/make-htwolcpre2.bat | 2 +-
scripts/{ => windows}/make-htwolcpre3.bat | 2 +-
scripts/{ => windows}/make-implementations.bat | 0
scripts/{ => windows}/make-libhfst.bat | 0
scripts/{ => windows}/make-openfstwin.bat | 0
scripts/{ => windows}/make-parsers.bat | 0
scripts/{ => windows}/make-python-bindings.bat | 2 +-
scripts/{ => windows}/multiple_targets.sh | 0
scripts/{ => windows}/stdint.h | 0
scripts/{ => windows}/test-hfst-tools.bat | 0
scripts/{ => windows}/test_libhfst_win.py | 0
test/tools/Makefile.am | 3 +
...p-functionality.sh => flookup-functionality.sh} | 36 +-
test/tools/fst2txt-functionality.sh | 8 +-
test/tools/pmatch-tests.sh | 2 +-
tools/src/Makefile.am | 48 +-
tools/src/hfst-commandline.cc | 4 +-
tools/src/{hfst-lookup.cc => hfst-flookup.cc} | 63 +-
tools/src/hfst-fst2fst.cc | 21 +-
tools/src/hfst-lookup.cc | 5 +-
tools/src/hfst-optimized-lookup.cc | 127 +-
tools/src/hfst-optimized-lookup.h | 4 +-
tools/src/hfst-pair-test.cc | 106 +-
tools/src/hfst-pmatch.cc | 27 +-
tools/src/hfst-pmatch2fst.cc | 134 +-
tools/src/hfst-proc/hfst-proc.cc | 2 +-
tools/src/hfst-reweight.cc | 12 +-
tools/src/hfst-scanner.ll | 11 +-
tools/src/hfst-substitute.cc | 1 -
tools/src/{hfst-proc2.cc => hfst-tokenize.cc} | 199 +-
tools/src/hfst-twolc/src/Makefile.am | 18 +-
tools/src/hfst-twolc/src/scanner1.ll | 4 +
tools/src/hfst-twolc/src/scanner2.ll | 6 +-
tools/src/hfst-twolc/src/scanner3.ll | 7 +-
tools/src/parsers/hfst-xfst.cc | 2 +-
tools/src/parsers/test/apply_down.xfst | 4 +-
tools/src/parsers/test/apply_up.xfst | 10 +-
tools/src/parsers/test/compile_replace_1.xfst | 16 +-
tools/src/parsers/test/compile_replace_2.xfst | 16 +-
tools/src/parsers/test/compile_replace_3.xfst | 22 +-
tools/src/parsers/test/contains.xfst | 4 +-
tools/src/parsers/test/contains_once.xfst | 4 +-
tools/src/parsers/test/contains_once_optional.xfst | 4 +-
tools/src/parsers/test/contains_with_weight.xfst | 6 +-
tools/src/parsers/test/replace_test_1.xfst | 2 +-
tools/src/parsers/test/replace_test_10.xfst | 2 +-
tools/src/parsers/test/replace_test_11.xfst | 2 +-
tools/src/parsers/test/replace_test_12.xfst | 2 +-
tools/src/parsers/test/replace_test_13.xfst | 4 +-
tools/src/parsers/test/replace_test_14.xfst | 2 +-
tools/src/parsers/test/replace_test_15.xfst | 2 +-
tools/src/parsers/test/replace_test_16.xfst | 2 +-
tools/src/parsers/test/replace_test_17.xfst | 2 +-
tools/src/parsers/test/replace_test_18.xfst | 2 +-
tools/src/parsers/test/replace_test_19.xfst | 2 +-
tools/src/parsers/test/replace_test_20.xfst | 2 +-
tools/src/parsers/test/replace_test_21.xfst | 2 +-
tools/src/parsers/test/replace_test_22.xfst | 2 +-
tools/src/parsers/test/replace_test_23.xfst | 2 +-
tools/src/parsers/test/replace_test_24.xfst | 12 +-
tools/src/parsers/test/replace_test_25.xfst | 8 +-
tools/src/parsers/test/replace_test_26.xfst | 2 +-
tools/src/parsers/test/replace_test_27.xfst | 8 +-
tools/src/parsers/test/replace_test_28.xfst | 2 +-
tools/src/parsers/test/replace_test_29.xfst | 2 +-
tools/src/parsers/test/replace_test_30.xfst | 2 +-
tools/src/parsers/test/replace_test_31.xfst | 2 +-
tools/src/parsers/test/replace_test_32.xfst | 2 +-
tools/src/parsers/test/replace_test_33.xfst | 2 +-
tools/src/parsers/test/replace_test_34.xfst | 2 +-
tools/src/parsers/test/replace_test_35.xfst | 8 +-
tools/src/parsers/test/replace_test_36.xfst | 8 +-
tools/src/parsers/test/replace_test_37.xfst | 16 +-
tools/src/parsers/test/replace_test_38.xfst | 2 +-
tools/src/parsers/test/replace_test_39.xfst | 2 +-
tools/src/parsers/test/replace_test_4.xfst | 2 +-
tools/src/parsers/test/replace_test_40.xfst | 4 +-
tools/src/parsers/test/replace_test_41.xfst | 2 +-
tools/src/parsers/test/replace_test_42.xfst | 2 +-
tools/src/parsers/test/replace_test_43.xfst | 2 +-
tools/src/parsers/test/replace_test_44.xfst | 2 +-
tools/src/parsers/test/replace_test_45.xfst | 2 +-
tools/src/parsers/test/replace_test_46.xfst | 2 +-
tools/src/parsers/test/replace_test_47.xfst | 2 +-
tools/src/parsers/test/replace_test_48.xfst | 2 +-
tools/src/parsers/test/replace_test_49.xfst | 2 +-
tools/src/parsers/test/replace_test_5.xfst | 2 +-
tools/src/parsers/test/replace_test_50.xfst | 2 +-
tools/src/parsers/test/replace_test_51.xfst | 2 +-
tools/src/parsers/test/replace_test_52.xfst | 2 +-
tools/src/parsers/test/replace_test_53.xfst | 2 +-
tools/src/parsers/test/replace_test_6.xfst | 2 +-
tools/src/parsers/test/replace_test_7.xfst | 2 +-
tools/src/parsers/test/replace_test_8.xfst | 2 +-
tools/src/parsers/test/replace_test_9.xfst | 2 +-
.../parsers/test/weighted_ltr_longest_match_1.xfst | 6 +-
.../parsers/test/weighted_ltr_longest_match_2.xfst | 6 +-
.../parsers/test/weighted_ltr_longest_match_3.xfst | 6 +-
.../test/weighted_ltr_shortest_match_1.xfst | 6 +-
.../test/weighted_ltr_shortest_match_2.xfst | 6 +-
.../test/weighted_ltr_shortest_match_3.xfst | 6 +-
.../test/weighted_optional_replace_right_1.xfst | 2 +-
.../test/weighted_optional_replace_right_2.xfst | 2 +-
.../test/weighted_optional_replace_right_3.xfst | 2 +-
.../test/weighted_optional_replace_right_4.xfst | 4 +-
.../test/weighted_optional_replace_right_5.xfst | 2 +-
.../test/weighted_optional_replace_right_6.xfst | 6 +-
.../test/weighted_optional_replace_right_7.xfst | 12 +-
.../test/weighted_optional_replace_right_8.xfst | 6 +-
.../test/weighted_optional_replace_right_9.xfst | 6 +-
.../parsers/test/weighted_parallel_rules_1.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_10.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_11.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_12.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_13.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_2.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_3.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_4.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_5.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_6.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_7.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_8.xfst | 2 +-
.../parsers/test/weighted_parallel_rules_9.xfst | 2 +-
.../src/parsers/test/weighted_replace_right_1.xfst | 2 +-
.../src/parsers/test/weighted_replace_right_2.xfst | 2 +-
.../src/parsers/test/weighted_replace_right_3.xfst | 2 +-
.../src/parsers/test/weighted_replace_right_4.xfst | 4 +-
.../src/parsers/test/weighted_replace_right_5.xfst | 2 +-
.../src/parsers/test/weighted_replace_right_6.xfst | 6 +-
.../src/parsers/test/weighted_replace_right_7.xfst | 12 +-
.../src/parsers/test/weighted_replace_right_8.xfst | 6 +-
.../src/parsers/test/weighted_replace_right_9.xfst | 6 +-
421 files changed, 11692 insertions(+), 61435 deletions(-)
create mode 100644 .gitignore
delete mode 100644 NSIS/AddHfstLibrary.nsi
delete mode 100644 NSIS/CheckLibraries.nsi
delete mode 100644 NSIS/MoveFileFolder.nsh
delete mode 100644 NSIS/README
delete mode 100644 NSIS/README.hfst.txt
delete mode 100644 NSIS/README.lexc.txt
delete mode 100644 NSIS/README.ospell.txt
delete mode 100644 NSIS/README.proc.txt
delete mode 100644 NSIS/README.twolc.txt
delete mode 100644 NSIS/README.xfst.txt
delete mode 100644 NSIS/ReplaceInFile.nsh
delete mode 100644 NSIS/StrRep.nsh
delete mode 100644 NSIS/copy_files.sh
delete mode 100644 NSIS/hfst.bat
delete mode 100644 NSIS/hfst_installer.nsi
delete mode 100644 NSIS/hfst_python_installer.nsi
delete mode 100644 NSIS/lexc_installer.nsi
delete mode 100644 NSIS/ospell_installer.nsi
delete mode 100644 NSIS/proc_installer.nsi
delete mode 100644 NSIS/twolc_installer.nsi
delete mode 100644 NSIS/xfst_installer.nsi
delete mode 100755 check_installation/check-morphologies.sh
delete mode 100755 check_installation/check-ospell.sh
delete mode 100755 check_installation/check-python.sh
delete mode 100755 check_installation/check-tools.sh
delete mode 100755 check_installation/copy-python-tests.sh
delete mode 100755 check_installation/copy-tool-tests.sh
delete mode 100644 check_installation/dist-README
delete mode 100755 check_installation/make-dist.sh
delete mode 100644 check_installation/morphology_tests/english-analyze.input
delete mode 100644 check_installation/morphology_tests/english-analyze.output
delete mode 100644 check_installation/morphology_tests/english-analyze.output.old
delete mode 100644 check_installation/morphology_tests/english-generate.output
delete mode 100644 check_installation/morphology_tests/finnish-analyze.input
delete mode 100644 check_installation/morphology_tests/finnish-analyze.output
delete mode 100644 check_installation/morphology_tests/finnish-analyze.output.old
delete mode 100644 check_installation/morphology_tests/finnish-generate.input
delete mode 100644 check_installation/morphology_tests/finnish-generate.output
delete mode 100644 check_installation/morphology_tests/french-analyze.input
delete mode 100644 check_installation/morphology_tests/french-analyze.output
delete mode 100644 check_installation/morphology_tests/french-generate.input
delete mode 100644 check_installation/morphology_tests/french-generate.output
delete mode 100644 check_installation/morphology_tests/german-analyze.input
delete mode 100644 check_installation/morphology_tests/german-analyze.output
delete mode 100644 check_installation/morphology_tests/german-generate.input
delete mode 100644 check_installation/morphology_tests/german-generate.output
delete mode 100644 check_installation/morphology_tests/italian-analyze.input
delete mode 100644 check_installation/morphology_tests/italian-analyze.output
delete mode 100644 check_installation/morphology_tests/italian-generate.input
delete mode 100644 check_installation/morphology_tests/italian-generate.output
delete mode 100644 check_installation/morphology_tests/omorfi-analyze.input
delete mode 100644 check_installation/morphology_tests/omorfi-analyze.output
delete mode 100644 check_installation/morphology_tests/omorfi-generate.input
delete mode 100644 check_installation/morphology_tests/omorfi-generate.output
delete mode 100644 check_installation/morphology_tests/swedish-analyze.input
delete mode 100644 check_installation/morphology_tests/swedish-analyze.output
delete mode 100644 check_installation/morphology_tests/swedish-generate.input
delete mode 100644 check_installation/morphology_tests/swedish-generate.output
delete mode 100644 check_installation/morphology_tests/turkish-analyze.input
delete mode 100644 check_installation/morphology_tests/turkish-analyze.output
delete mode 100644 check_installation/morphology_tests/turkish-generate.input
delete mode 100644 check_installation/morphology_tests/turkish-generate.output
delete mode 100644 check_installation/ospell_tests/ospell_input.txt
delete mode 100644 check_installation/ospell_tests/test.zhfst
delete mode 100755 check_installation/test-empty-input.sh
delete mode 100755 check_installation/test-help.sh
delete mode 100755 check_installation/test-hfst-twolc.sh
delete mode 100755 check_installation/test-hfst-xfst.sh
delete mode 100755 check_installation/test-version.sh
rename Doxyfile => doc/Doxyfile (99%)
rename api_documentation.dox => doc/api_documentation.dox (95%)
create mode 100644 libhfst/COPYING
delete mode 100644 libhfst/src/HfstExceptions.cc
delete mode 100644 libhfst/src/HfstExceptions.h
rename {tools => libhfst}/src/hfst-string-conversions.cc (100%)
rename {tools => libhfst}/src/hfst-string-conversions.h (100%)
delete mode 100644 libhfst/src/implementations/HfstFastTransitionData.h
delete mode 100644 libhfst/src/parsers/XreCompiler.reentrant.cc
delete mode 100644 libhfst/src/parsers/XreCompiler.reentrant.h
delete mode 100644 libhfst/src/parsers/xre_lex.reentrant.ll
delete mode 100644 libhfst/src/parsers/xre_parse.reentrant.yy
delete mode 100644 libhfst/src/parsers/xre_utils.reentrant.cc
delete mode 100644 libhfst/src/parsers/xre_utils.reentrant.h
create mode 100644 libhfst/src/string-utils.cc
create mode 100644 libhfst/src/string-utils.h
create mode 100644 m4/README
rename man/{hfst-proc2.1 => hfst-tokenize.1} (67%)
delete mode 100644 new_library/Makefile
delete mode 100644 new_library/MyFst.cc
delete mode 100644 new_library/MyFst.h
delete mode 100644 new_library/README
delete mode 100644 new_library/test.cc
delete mode 100644 old_python/Makefile.am
delete mode 100644 old_python/README
delete mode 100644 old_python/doc/Doxyfile
delete mode 100644 old_python/doc/libhfst.py
delete mode 100644 old_python/hfstBot.py
delete mode 100644 old_python/hfst_swig_extensions.h
delete mode 100644 old_python/libhfst.i
delete mode 100644 old_python/omor_query.py
delete mode 100644 old_python/setup.py
delete mode 100644 old_python/test/Makefile.am
delete mode 100755 old_python/test/test.sh
delete mode 100644 old_python/test/test_constructors.py
delete mode 100644 old_python/test/test_examples.py
delete mode 100644 old_python/test/test_extensions.py
delete mode 100644 old_python/test/test_flag_diacritics.py
delete mode 100644 old_python/test/test_hfst_basic_transducer.py
delete mode 100644 old_python/test/test_lexc.lexc
delete mode 100644 old_python/test/test_lexc.py
delete mode 100644 old_python/test/test_lexc_fail.lexc
delete mode 100644 old_python/test/test_rules.py
delete mode 100755 old_python/test/test_std_streams.py
delete mode 100755 old_python/test/test_std_streams.sh
delete mode 100644 old_python/test/test_streams.py
delete mode 100755 old_python/test/test_tokenizer.py
delete mode 100644 old_python/test/test_transducer_functions.py
delete mode 100644 old_python/test/test_xre_compiler.py
create mode 100644 python/COPYING
create mode 100644 python/test/foo_att_prolog
create mode 100644 python/test/foo_basic
create mode 100644 python/test/foobar2.hfst
create mode 100644 python/test/foofile
create mode 100644 python/test/test.py
create mode 100755 python/test/test.sh
create mode 100644 python/test/test2.py
create mode 100644 python/test/test3.py
create mode 100644 python/test/test4.py
create mode 100644 python/test/test5.py
create mode 100644 python/test/test7.py
create mode 100644 python/test/test8.py
create mode 100644 python/test/test9.py
create mode 100644 python/test/test_streams_1.py
create mode 100644 python/test/test_streams_2.py
create mode 100644 python/test/test_streams_3.py
rename check_installation/morphology_tests/english-generate.input => python/test/testfile (100%)
copy test/tools/a2b.txt => python/test/testfile1.att (50%)
create mode 100644 python/test/testfile1.hfst
create mode 100644 python/test/testfile2.att
create mode 100644 python/test/testfile3.att
delete mode 100644 scripts/libhfst_win.i
delete mode 100644 scripts/make-hfst-tools.bat
delete mode 100755 scripts/package-static-binaries.sh
rename scripts/{ => readmes}/README_eight_tools_mac.txt (100%)
rename scripts/{ => readmes}/README_eight_tools_win.txt (100%)
rename scripts/{ => readmes}/README_xfst_mac.txt (100%)
rename scripts/{ => readmes}/README_xfst_win.txt (100%)
rename scripts/{ => windows}/generate-python-bindings.bat (100%)
rename scripts/{ => windows}/inttypes.h (100%)
rename scripts/{ => windows}/make-foma.bat (100%)
rename scripts/{ => windows}/make-hfst-lexc.bat (98%)
rename scripts/{ => windows}/make-hfst-proc.bat (98%)
rename scripts/{ => windows}/make-hfst-tool.bat (98%)
create mode 100644 scripts/windows/make-hfst-tools.bat
rename scripts/{ => windows}/make-hfst-xfst.bat (98%)
rename scripts/{ => windows}/make-htwolcpre1.bat (98%)
rename scripts/{ => windows}/make-htwolcpre2.bat (98%)
rename scripts/{ => windows}/make-htwolcpre3.bat (99%)
rename scripts/{ => windows}/make-implementations.bat (100%)
rename scripts/{ => windows}/make-libhfst.bat (100%)
rename scripts/{ => windows}/make-openfstwin.bat (100%)
rename scripts/{ => windows}/make-parsers.bat (100%)
rename scripts/{ => windows}/make-python-bindings.bat (98%)
rename scripts/{ => windows}/multiple_targets.sh (100%)
rename scripts/{ => windows}/stdint.h (100%)
rename scripts/{ => windows}/test-hfst-tools.bat (100%)
rename scripts/{ => windows}/test_libhfst_win.py (100%)
copy test/tools/{lookup-functionality.sh => flookup-functionality.sh} (61%)
copy tools/src/{hfst-lookup.cc => hfst-flookup.cc} (96%)
rename tools/src/{hfst-proc2.cc => hfst-tokenize.cc} (59%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hfst.git
More information about the debian-science-commits
mailing list