[hfst] branch upstream updated (0b8a798 -> 6ea981e)

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Mon Aug 3 06:59:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

tinodidriksen-guest pushed a change to branch upstream
in repository hfst.

      from  0b8a798   Imported Upstream version 3.8.2~r4145
       new  6ea981e   Imported Upstream version 3.8.3~r4409

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:
 ChangeLog                                          | 1044 ++++++++++++++
 ChangeLog.old                                      |  424 ++++++
 NEWS                                               |   10 +-
 back-ends/foma/Makefile.am                         |    2 +-
 back-ends/foma/apply.c                             |    3 +-
 back-ends/foma/constructions.c                     |    2 +-
 back-ends/foma/determinize.c                       |   12 +-
 back-ends/foma/fomalib.h                           |   18 +-
 back-ends/foma/fomalibconf.h                       |   10 +
 back-ends/foma/iface.c                             |    6 +-
 back-ends/foma/io.c                                |    8 +-
 back-ends/foma/lex.cmatrix.c                       |    8 +-
 back-ends/foma/lex.lexc.c                          |    2 +-
 back-ends/foma/lex.yy.c                            |   15 +-
 back-ends/foma/mem.c                               |    8 +-
 back-ends/foma/minimize.c                          |    8 +-
 back-ends/foma/sigma.c                             |   17 +-
 back-ends/foma/spelling.c                          |    6 +-
 back-ends/foma/structures.c                        |   26 +-
 back-ends/openfst/src/include/fst/rmfinalepsilon.h |    4 +-
 .../openfst/src/include/fst/symbol-table-ops.h     |    4 +-
 back-ends/openfst/src/include/fst/synchronize.h    |    4 +-
 back-ends/openfstwin/src/include/fst/compat.h      |   18 +-
 back-ends/openfstwin/src/include/fst/flags.h       |    8 +-
 back-ends/openfstwin/src/include/fst/properties.h  |    2 +-
 configure.ac                                       |   45 +-
 libhfst/src/FormatSpecifiers.h                     |    2 +-
 libhfst/src/HarmonizeUnknownAndIdentitySymbols.cc  |    6 +-
 libhfst/src/HarmonizeUnknownAndIdentitySymbols.h   |   19 +-
 libhfst/src/HfstApply.cc                           |   53 +-
 libhfst/src/HfstDataTypes.cc                       |    6 +
 libhfst/src/HfstDataTypes.h                        |    1 +
 libhfst/src/HfstEpsilonHandler.cc                  |    4 +-
 libhfst/src/HfstExceptionDefs.h                    |    4 +-
 libhfst/src/HfstFlagDiacritics.cc                  |   18 +-
 libhfst/src/HfstFlagDiacritics.h                   |   26 +-
 libhfst/src/HfstInputStream.cc                     |  124 +-
 libhfst/src/HfstInputStream.h                      |   26 +-
 libhfst/src/HfstLookupFlagDiacritics.cc            |   54 +-
 libhfst/src/HfstOutputStream.cc                    |   70 +-
 libhfst/src/HfstOutputStream.h                     |   29 +-
 libhfst/src/HfstRules.cc                           |   13 +-
 libhfst/src/HfstSymbolDefs.cc                      |   19 +-
 libhfst/src/HfstSymbolDefs.h                       |   41 +-
 libhfst/src/HfstTokenizer.cc                       |   10 +-
 libhfst/src/HfstTokenizer.h                        |   30 +-
 libhfst/src/HfstTransducer.cc                      |  672 ++++++++-
 libhfst/src/HfstTransducer.h                       |  401 +++---
 libhfst/src/HfstXeroxRules.cc                      |   10 +-
 libhfst/src/Makefile.am                            |   10 +-
 libhfst/src/hfst_apply_schemas.h                   |   12 +
 libhfst/src/hfstdll.h                              |   12 +
 .../src/implementations/ConvertFomaTransducer.cc   |    4 +-
 libhfst/src/implementations/ConvertOlTransducer.cc |    5 +-
 .../src/implementations/ConvertTransducerFormat.cc |    6 +
 .../src/implementations/ConvertTransducerFormat.h  |   15 +-
 .../ConvertTropicalWeightTransducer.cc             |   14 +-
 .../src/implementations/ConvertXfsmTransducer.cc   |  252 ++++
 libhfst/src/implementations/FomaTransducer.cc      |   10 +-
 libhfst/src/implementations/FomaTransducer.h       |    7 +-
 libhfst/src/implementations/HfstTransition.h       |  100 +-
 libhfst/src/implementations/HfstTransitionGraph.h  |  328 +++--
 .../HfstTropicalTransducerTransitionData.h         |   56 +-
 libhfst/src/implementations/LogWeightTransducer.cc |   73 +-
 libhfst/src/implementations/LogWeightTransducer.h  |   13 +-
 libhfst/src/implementations/Makefile.am            |   27 +-
 .../implementations/TropicalWeightTransducer.cc    |  117 +-
 .../src/implementations/TropicalWeightTransducer.h |    9 +-
 libhfst/src/implementations/XfsmTransducer.cc      |  555 ++++++++
 libhfst/src/implementations/XfsmTransducer.h       |  164 +++
 .../compose_intersect/ComposeIntersectFst.cc       |   12 +-
 .../compose_intersect/ComposeIntersectFst.h        |   16 +-
 .../compose_intersect/ComposeIntersectLexicon.cc   |   90 +-
 .../compose_intersect/ComposeIntersectLexicon.h    |   18 +-
 .../compose_intersect/ComposeIntersectRulePair.cc  |   14 +-
 .../compose_intersect/ComposeIntersectRulePair.h   |    2 +-
 .../compose_intersect/ComposeIntersectUtilities.cc |    8 +-
 .../compose_intersect/ComposeIntersectUtilities.h  |    6 +-
 .../implementations/optimized-lookup/convert.cc    |    2 +-
 .../src/implementations/optimized-lookup/pmatch.cc |   46 +-
 .../src/implementations/optimized-lookup/pmatch.h  |    6 +-
 .../implementations/optimized-lookup/transducer.cc |    3 +-
 .../implementations/optimized-lookup/transducer.h  |   23 +-
 libhfst/src/parsers/LexcCompiler.cc                |   76 +-
 libhfst/src/parsers/pmatch_lex.ll                  |   16 +-
 libhfst/src/parsers/pmatch_parse.yy                |   49 +-
 libhfst/src/parsers/pmatch_utils.cc                |   51 +-
 libhfst/src/parsers/pmatch_utils.h                 |   19 +
 libhfst/src/parsers/xre_lex.ll                     |    5 +-
 libhfst/src/parsers/xre_parse.yy                   |   20 +-
 libhfst/src/parsers/xre_utils.cc                   |    6 +-
 scripts/README_eight_tools.txt                     |   91 ++
 scripts/README_xfst.txt                            |   59 +
 scripts/copy-for-windows.sh                        |  341 +++++
 scripts/generate-python-bindings.bat               |    4 +
 scripts/generate-static-binaries.sh                |   67 +
 scripts/hfst-twolc-bin                             |    5 +
 scripts/inttypes.h                                 |  305 ++++
 scripts/libhfst_win.i                              |  222 +++
 scripts/make-foma.bat                              |    5 +
 scripts/make-hfst-lexc.bat                         |   87 ++
 scripts/make-hfst-proc.bat                         |   97 ++
 scripts/make-hfst-tool.bat                         |   87 ++
 scripts/make-hfst-tools.bat                        |    1 +
 scripts/make-hfst-xfst.bat                         |   92 ++
 scripts/make-htwolcpre1.bat                        |   95 ++
 scripts/make-htwolcpre2.bat                        |   89 ++
 scripts/make-htwolcpre3.bat                        |  103 ++
 scripts/make-implementations.bat                   |   22 +
 scripts/make-libhfst.bat                           |   59 +
 scripts/make-openfstwin.bat                        |   12 +
 scripts/make-parsers.bat                           |    1 +
 scripts/make-python-bindings.bat                   |   92 ++
 scripts/package-static-binaries.sh                 |   31 +
 scripts/stdint.h                                   |  247 ++++
 scripts/test-hfst-tools.bat                        |   31 +
 scripts/test-libhfst.bat                           |    2 +
 scripts/test-openfstwin.bat                        |    2 +
 scripts/test_libhfst_win.py                        |   56 +
 scripts/windows_tests/test.lexc                    |    4 +
 scripts/windows_tests/test.pmatch                  |    5 +
 scripts/windows_tests/test.twolc                   |    4 +
 scripts/windows_tests/test.xfst                    |    5 +
 scripts/windows_tests/test_lexc_result.txt         |    4 +
 scripts/windows_tests/test_pmatch_result.txt       |    1 +
 scripts/windows_tests/test_twolc_result.txt        |    3 +
 scripts/windows_tests/test_xfst_result.txt         |    3 +
 swig/libhfst.i                                     |   16 +-
 swig/setup.py                                      |    2 +-
 test/tools/proc-functionality.sh                   |    2 +-
 tools/src/HfstStrings2FstTokenizer.cc              |   42 +-
 tools/src/HfstStrings2FstTokenizer.h               |    8 +-
 tools/src/Makefile.am                              |    4 +-
 tools/src/hfst-commandline.cc                      |   31 +-
 tools/src/hfst-commandline.h                       |    6 +
 tools/src/hfst-compare.cc                          |   17 +-
 tools/src/hfst-compose-intersect.cc                |   63 +-
 tools/src/hfst-compose.cc                          |   46 +-
 tools/src/hfst-concatenate.cc                      |    1 +
 tools/src/hfst-conjunct.cc                         |    1 +
 tools/src/hfst-disjunct.cc                         |    1 +
 tools/src/hfst-fst2fst.cc                          |   34 +-
 tools/src/hfst-fst2strings.cc                      |   58 +-
 tools/src/hfst-fst2txt.cc                          |   85 +-
 tools/src/hfst-getopt.cc                           |  182 +++
 tools/src/hfst-getopt.h                            |   18 +
 tools/src/hfst-head.cc                             |    1 +
 tools/src/hfst-info.cc                             |   10 +
 tools/src/hfst-lexc-compiler.cc                    |   15 +-
 tools/src/hfst-lookup.cc                           |  271 +++-
 tools/src/hfst-minimize.cc                         |   26 +-
 tools/src/hfst-optimized-lookup.cc                 |  254 +++-
 tools/src/hfst-optimized-lookup.h                  | 1503 ++++++++++----------
 tools/src/hfst-pair-test.cc                        |  272 +++-
 tools/src/hfst-pmatch.cc                           |   50 +-
 tools/src/hfst-pmatch2fst.cc                       |  199 ++-
 tools/src/hfst-proc/alphabet.cc                    |    2 +-
 tools/src/hfst-proc/hfst-proc.cc                   |   46 +-
 tools/src/hfst-proc/tokenizer.cc                   |   13 +-
 tools/src/hfst-proc2.cc                            |  190 ++-
 tools/src/hfst-reweight.cc                         |   60 +-
 tools/src/hfst-split.cc                            |    2 +
 tools/src/hfst-string-conversions.cc               |  133 +-
 tools/src/hfst-string-conversions.h                |   32 +-
 tools/src/hfst-strings2fst.cc                      |   14 +-
 tools/src/hfst-subtract.cc                         |    1 +
 tools/src/hfst-summarize.cc                        |    7 +-
 tools/src/hfst-tail.cc                             |    1 +
 tools/src/hfst-twolc/src/alphabet_src/Alphabet.cc  |   70 +-
 tools/src/hfst-twolc/src/alphabet_src/Alphabet.h   |    4 +
 .../hfst-twolc/src/commandline_src/CommandLine.cc  |    6 +-
 .../hfst-twolc/src/commandline_src/CommandLine.h   |    9 +-
 tools/src/hfst-twolc/src/hfst-twolc.bat            |    2 +-
 tools/src/hfst-twolc/src/htwolcpre1.yy             |   14 +-
 tools/src/hfst-twolc/src/htwolcpre2.yy             |   26 +-
 tools/src/hfst-twolc/src/htwolcpre3.yy             |   12 +-
 .../src/rule_src/ConflictResolvingLeftArrowRule.cc |    2 +-
 .../src/rule_src/OtherSymbolTransducer.cc          |   30 +-
 tools/src/hfst-twolc/src/rule_src/Rule.cc          |    2 +-
 tools/src/hfst-twolc/src/rule_src/TwolCGrammar.cc  |   18 +-
 tools/src/hfst-twolc/src/scanner1.ll               |    8 +-
 .../src/string_src/string_manipulation.cc          |    2 +-
 .../src/variable_src/ConstContainerIterator.h      |    4 +-
 .../src/variable_src/MixedConstContainerIterator.h |    4 +-
 .../src/variable_src/RuleSymbolVector.cc           |    4 +-
 .../hfst-twolc/src/variable_src/RuleVariables.cc   |    4 +-
 .../src/variable_src/RuleVariablesConstIterator.cc |    2 +-
 .../src/variable_src/VariableValueIterator.h       |    6 +-
 tools/src/hfst-txt2fst.cc                          |   55 +-
 tools/src/parsers/Makefile.am                      |    4 +-
 tools/src/parsers/XfstCompiler.cc                  |  220 ++-
 tools/src/parsers/XfstCompiler.h                   |    7 +-
 tools/src/parsers/hfst-xfst.cc                     |   96 +-
 tools/src/parsers/test/Makefile.am                 |    2 +
 tools/src/parsers/test/substitute_symbol_7.att     |    8 +
 tools/src/parsers/test/substitute_symbol_7.xfst    |    7 +
 tools/src/parsers/test/substitute_symbol_8.att     |    7 +
 tools/src/parsers/test/substitute_symbol_8.xfst    |    7 +
 tools/src/parsers/test/test.sh                     |  109 +-
 tools/src/parsers/xfst-lexer.ll                    |    6 +-
 tools/src/parsers/xfst-parser.yy                   |   50 +-
 tools/src/parsers/xfst-utils.h                     |    6 +
 .../{help_message.cc => xfst_help_message.cc}      |    3 +
 tools/src/parsers/xfst_help_message.h              |   61 +
 204 files changed, 10188 insertions(+), 2371 deletions(-)
 create mode 100644 libhfst/src/hfstdll.h
 create mode 100644 libhfst/src/implementations/ConvertXfsmTransducer.cc
 create mode 100644 libhfst/src/implementations/XfsmTransducer.cc
 create mode 100644 libhfst/src/implementations/XfsmTransducer.h
 create mode 100644 scripts/README_eight_tools.txt
 create mode 100644 scripts/README_xfst.txt
 create mode 100755 scripts/copy-for-windows.sh
 create mode 100644 scripts/generate-python-bindings.bat
 create mode 100755 scripts/generate-static-binaries.sh
 create mode 100755 scripts/hfst-twolc-bin
 create mode 100644 scripts/inttypes.h
 create mode 100644 scripts/libhfst_win.i
 create mode 100644 scripts/make-foma.bat
 create mode 100644 scripts/make-hfst-lexc.bat
 create mode 100644 scripts/make-hfst-proc.bat
 create mode 100644 scripts/make-hfst-tool.bat
 create mode 100644 scripts/make-hfst-tools.bat
 create mode 100644 scripts/make-hfst-xfst.bat
 create mode 100644 scripts/make-htwolcpre1.bat
 create mode 100644 scripts/make-htwolcpre2.bat
 create mode 100644 scripts/make-htwolcpre3.bat
 create mode 100644 scripts/make-implementations.bat
 create mode 100644 scripts/make-libhfst.bat
 create mode 100644 scripts/make-openfstwin.bat
 create mode 100644 scripts/make-parsers.bat
 create mode 100644 scripts/make-python-bindings.bat
 create mode 100755 scripts/package-static-binaries.sh
 create mode 100644 scripts/stdint.h
 create mode 100644 scripts/test-hfst-tools.bat
 create mode 100644 scripts/test-libhfst.bat
 create mode 100644 scripts/test-openfstwin.bat
 create mode 100644 scripts/test_libhfst_win.py
 create mode 100644 scripts/windows_tests/test.lexc
 create mode 100644 scripts/windows_tests/test.pmatch
 create mode 100644 scripts/windows_tests/test.twolc
 create mode 100644 scripts/windows_tests/test.xfst
 create mode 100644 scripts/windows_tests/test_lexc_result.txt
 create mode 100644 scripts/windows_tests/test_pmatch_result.txt
 create mode 100644 scripts/windows_tests/test_twolc_result.txt
 create mode 100644 scripts/windows_tests/test_xfst_result.txt
 create mode 100644 tools/src/hfst-getopt.cc
 create mode 100644 tools/src/hfst-getopt.h
 create mode 100644 tools/src/parsers/test/substitute_symbol_7.att
 create mode 100644 tools/src/parsers/test/substitute_symbol_7.xfst
 create mode 100644 tools/src/parsers/test/substitute_symbol_8.att
 create mode 100644 tools/src/parsers/test/substitute_symbol_8.xfst
 rename tools/src/parsers/{help_message.cc => xfst_help_message.cc} (99%)
 create mode 100644 tools/src/parsers/xfst_help_message.h

-- 
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