[hfst] branch master updated (1146dd9 -> e6d7c16)

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Tue Nov 4 13:00:19 UTC 2014


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

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

      from  1146dd9   Forgot SFST copyright
       new  abe69df   Imported Upstream version 3.8.1~r4088
       new  e6d7c16   Imported Debian patch 3.8.1~r4088-1

The 2 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                                          | 535 ++++++++++++++++++
 ChangeLog.old                                      | 619 +++++++++++++++++++++
 NEWS                                               |   6 +-
 back-ends/openfst/src/include/fst/accumulator.h    |   2 +-
 back-ends/openfst/src/include/fst/arc-map.h        |   2 +-
 back-ends/openfst/src/include/fst/determinize.h    |   2 +-
 back-ends/openfst/src/include/fst/encode.h         |   2 +-
 back-ends/openfst/src/include/fst/epsnormalize.h   |   2 +-
 back-ends/openfst/src/include/fst/equivalent.h     |   2 +-
 back-ends/openfst/src/include/fst/factor-weight.h  |   2 +-
 back-ends/openfst/src/include/fst/interval-set.h   |   8 +-
 .../openfst/src/include/fst/label-reachable.h      |   2 +-
 back-ends/openfst/src/include/fst/relabel.h        |   2 +-
 back-ends/openfst/src/include/fst/replace-util.h   |   4 +-
 back-ends/openfst/src/include/fst/replace.h        |   2 +-
 back-ends/openfst/src/include/fst/rmepsilon.h      |   2 +-
 back-ends/openfst/src/include/fst/rmfinalepsilon.h |   2 +-
 .../openfst/src/include/fst/sparse-tuple-weight.h  |   4 +-
 back-ends/openfst/src/include/fst/state-map.h      |   2 +-
 .../openfst/src/include/fst/symbol-table-ops.h     |   2 +-
 back-ends/openfst/src/include/fst/synchronize.h    |   4 +-
 .../openfst/src/include/fst/test-properties.h      |   2 +-
 back-ends/openfst/src/include/fst/util.h           |   4 +-
 configure.ac                                       |  28 +-
 debian/changelog                                   |   6 +
 debian/control                                     |  40 +-
 libhfst/src/HarmonizeUnknownAndIdentitySymbols.cc  |  13 +-
 libhfst/src/HfstInputStream.h                      |   2 +-
 libhfst/src/Makefile.am                            |   2 +-
 .../src/implementations/ConvertTransducerFormat.h  |   1 +
 libhfst/src/implementations/FomaTransducer.h       |   1 +
 libhfst/src/implementations/HfstTransitionGraph.h  | 511 ++++++++++++++++-
 .../HfstTropicalTransducerTransitionData.h         | 180 +++---
 .../optimized-lookup/find_epsilon_loops.cc         | 128 ++---
 .../src/implementations/optimized-lookup/pmatch.cc |  38 +-
 .../src/implementations/optimized-lookup/pmatch.h  |   4 +
 .../implementations/optimized-lookup/transducer.cc | 105 ++--
 .../implementations/optimized-lookup/transducer.h  |  49 +-
 libhfst/src/parsers/XreCompiler.h                  |   2 +-
 libhfst/src/parsers/pmatch_lex.ll                  |  16 +-
 libhfst/src/parsers/pmatch_parse.yy                | 504 ++++++++++-------
 libhfst/src/parsers/pmatch_utils.cc                |  77 ++-
 libhfst/src/parsers/pmatch_utils.h                 |   8 +-
 man/Makefile.am                                    |  55 +-
 man/{hfst-name.1 => hfst-affix-guessify.1}         |  31 +-
 man/hfst-apertium-proc.1                           |   7 +-
 man/hfst-build-tagger.1                            |  15 +
 man/hfst-calculate.1                               |   2 +-
 man/hfst-compare.1                                 |   2 +-
 man/hfst-compose-intersect.1                       |   6 +-
 man/hfst-compose.1                                 |   2 +-
 man/hfst-concatenate.1                             |   2 +-
 man/hfst-conjunct.1                                |   2 +-
 man/hfst-determinise.1                             |   1 +
 man/hfst-determinize.1                             |   7 +-
 man/hfst-disjunct.1                                |   2 +-
 man/{hfst-name.1 => hfst-edit-metadata.1}          |  21 +-
 man/hfst-expand-equivalences.1                     |  63 +++
 man/hfst-expand.1                                  |   1 +
 man/hfst-foma-wrapper.1                            |  11 +
 man/hfst-format.1                                  |   2 +-
 man/hfst-fst2fst.1                                 |   2 +-
 man/hfst-fst2strings.1                             |   2 +-
 man/hfst-fst2txt.1                                 |   2 +-
 man/hfst-grep.1                                    | 174 ++++++
 man/{hfst-txt2fst.1 => hfst-guess.1}               |  53 +-
 man/{hfst-txt2fst.1 => hfst-guessify.1}            |  47 +-
 man/hfst-head.1                                    |   2 +-
 man/{hfst-name.1 => hfst-info.1}                   |  42 +-
 man/hfst-intersect.1                               |   1 +
 man/hfst-invert.1                                  |   2 +-
 man/hfst-lexc-wrapper.1                            |   2 +-
 man/hfst-lexc.1                                    |  20 +-
 man/hfst-lookup.1                                  |   5 +-
 man/hfst-minimise.1                                |   1 +
 man/hfst-minimize.1                                |   7 +-
 man/hfst-minus.1                                   |   1 +
 man/{hfst-name.1 => hfst-multiply.1}               |  27 +-
 man/hfst-name.1                                    |   2 +-
 man/hfst-open-input-file-for-tagger.1              |  15 +
 man/hfst-optimised-lookup.1                        |   1 +
 man/hfst-optimized-lookup.1                        |  58 ++
 man/hfst-pair-test.1                               |  88 +++
 man/{hfst-invert.1 => hfst-pmatch.1}               |  29 +-
 man/{hfst-name.1 => hfst-pmatch2fst.1}             |  40 +-
 man/{hfst-invert.1 => hfst-proc2.1}                |  26 +-
 man/hfst-project.1                                 |   2 +-
 man/{hfst-name.1 => hfst-prune-alphabet.1}         |  30 +-
 man/hfst-push-weights.1                            |   2 +-
 man/hfst-regexp2fst.1                              |  47 +-
 man/hfst-remove-epsilons.1                         |   2 +-
 man/hfst-repeat.1                                  |   2 +-
 man/hfst-reverse.1                                 |   2 +-
 man/{hfst-reverse.1 => hfst-reweight-tagger.1}     |  16 +-
 man/hfst-reweight.1                                |  93 ++++
 man/hfst-sfstpl2fst.1                              |   1 +
 man/{hfst-disjunct.1 => hfst-shuffle.1}            |  20 +-
 man/hfst-split.1                                   |   2 +-
 man/hfst-strings2fst.1                             |   7 +-
 man/hfst-substitute.1                              |   2 +-
 man/hfst-subtract.1                                |   2 +-
 man/hfst-summarise.1                               |   1 +
 man/hfst-summarize.1                               |   2 +-
 man/{hfst-invert.1 => hfst-tag.1}                  |  15 +-
 man/hfst-tail.1                                    |   2 +-
 man/hfst-train-tagger-loc.1                        |   1 +
 man/hfst-train-tagger-system.1                     |   1 +
 man/{hfst-invert.1 => hfst-train-tagger.1}         |  15 +-
 man/{hfst-determinize.1 => hfst-traverse.1}        |  10 +-
 man/hfst-twolc-loc.1                               |   1 +
 man/hfst-twolc-system.1                            |   1 +
 man/hfst-twolc.1                                   |  66 +++
 man/hfst-txt2fst.1                                 |   2 +-
 man/hfst-union.1                                   |   1 +
 man/hfst-xfst.1                                    |   5 +-
 man/hfst_tagger_compute_data_statistics.py.1       |  15 +
 man/htwolcpre1.1                                   |  15 +
 man/htwolcpre2.1                                   |  15 +
 man/htwolcpre3.1                                   |  15 +
 scripts/hfst-fst2tesseract.xfst                    |  10 +
 swig/doc/libhfst.py                                |   2 +-
 swig/hfstBot.py                                    |   2 +-
 swig/setup.py                                      |   2 +-
 swig/test/test_examples.py                         |   2 +-
 test/libhfst/test_transducer_functions.cc          |   9 +-
 test/tools/Makefile.am                             |   3 +
 test/tools/optimized-lookup-functionality.sh       |  13 +
 test/tools/pmatch-tester.sh                        | 309 +++++++---
 test/tools/pmatch-tests.sh                         | 431 +++++++++-----
 tools/src/HfstAlphabet.h                           |  26 +-
 tools/src/hfst-expand-equivalences.cc              |   3 +-
 tools/src/hfst-guess.cc                            |   2 +-
 tools/src/hfst-lexc-wrapper.cc                     |   2 +-
 tools/src/hfst-optimized-lookup.cc                 |   2 +-
 tools/src/hfst-tagger/src/hfst-reweight-tagger.cc  |  29 +-
 .../src/hfst-tagger/src/use_model_src/DataTypes.h  |  30 +-
 .../src/use_model_src/NewLexicalModel.h            |  45 +-
 .../hfst-twolc/src/commandline_src/CommandLine.cc  |   2 +-
 tools/src/parsers/XfstCompiler.cc                  | 197 ++++++-
 tools/src/parsers/XfstCompiler.h                   |   9 +-
 tools/src/parsers/xfst-parser.yy                   |   4 +-
 141 files changed, 4295 insertions(+), 1062 deletions(-)
 copy man/{hfst-name.1 => hfst-affix-guessify.1} (66%)
 create mode 100644 man/hfst-build-tagger.1
 create mode 120000 man/hfst-determinise.1
 copy man/{hfst-name.1 => hfst-edit-metadata.1} (75%)
 create mode 100644 man/hfst-expand-equivalences.1
 create mode 120000 man/hfst-expand.1
 create mode 100644 man/hfst-foma-wrapper.1
 create mode 100644 man/hfst-grep.1
 copy man/{hfst-txt2fst.1 => hfst-guess.1} (50%)
 copy man/{hfst-txt2fst.1 => hfst-guessify.1} (51%)
 copy man/{hfst-name.1 => hfst-info.1} (56%)
 create mode 120000 man/hfst-intersect.1
 create mode 120000 man/hfst-minimise.1
 create mode 120000 man/hfst-minus.1
 copy man/{hfst-name.1 => hfst-multiply.1} (74%)
 create mode 100644 man/hfst-open-input-file-for-tagger.1
 create mode 120000 man/hfst-optimised-lookup.1
 create mode 100644 man/hfst-optimized-lookup.1
 create mode 100644 man/hfst-pair-test.1
 copy man/{hfst-invert.1 => hfst-pmatch.1} (63%)
 copy man/{hfst-name.1 => hfst-pmatch2fst.1} (62%)
 copy man/{hfst-invert.1 => hfst-proc2.1} (63%)
 copy man/{hfst-name.1 => hfst-prune-alphabet.1} (73%)
 copy man/{hfst-reverse.1 => hfst-reweight-tagger.1} (77%)
 create mode 100644 man/hfst-reweight.1
 create mode 120000 man/hfst-sfstpl2fst.1
 copy man/{hfst-disjunct.1 => hfst-shuffle.1} (78%)
 create mode 120000 man/hfst-summarise.1
 copy man/{hfst-invert.1 => hfst-tag.1} (77%)
 create mode 120000 man/hfst-train-tagger-loc.1
 create mode 120000 man/hfst-train-tagger-system.1
 copy man/{hfst-invert.1 => hfst-train-tagger.1} (77%)
 copy man/{hfst-determinize.1 => hfst-traverse.1} (87%)
 create mode 120000 man/hfst-twolc-loc.1
 create mode 120000 man/hfst-twolc-system.1
 create mode 100644 man/hfst-twolc.1
 create mode 120000 man/hfst-union.1
 create mode 100644 man/hfst_tagger_compute_data_statistics.py.1
 create mode 100644 man/htwolcpre1.1
 create mode 100644 man/htwolcpre2.1
 create mode 100644 man/htwolcpre3.1
 create mode 100644 scripts/hfst-fst2tesseract.xfst
 create mode 100755 test/tools/optimized-lookup-functionality.sh

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