[irstlm] 112/146: Merge tag 'upstream/6.00.05'

Giulio Paci giuliopaci-guest at moszumanska.debian.org
Tue May 17 07:37:15 UTC 2016


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

giuliopaci-guest pushed a commit to branch master
in repository irstlm.

commit cb0ac1a42c3c807fb99b9d793ab8ec4e528eefe0
Merge: dee9a9f ba05460
Author: Giulio Paci <giuliopaci at gmail.com>
Date:   Thu Apr 28 22:56:13 2016 +0200

    Merge tag 'upstream/6.00.05'
    
    Upstream version 6.00.05
    
    # gpg: Firma eseguita in data gio 28 apr 2016 22:56:11 CEST usando RSA, ID chiave B7ADB86F
    # gpg: Firma valida da "Giulio Paci <giuliopaci at gmail.com>"
    # gpg:                 conosciuto anche come "Giulio Paci <giulio.paci at mivoq.it>"
    # gpg:                 conosciuto anche come "Giulio Paci <paci at pd.istc.cnr.it>"
    # gpg:                 conosciuto anche come "Giulio Paci <giulio.paci at pd.istc.cnr.it>"
    # gpg:                 conosciuto anche come "[jpeg image of size 19223]"
    # gpg: ATTENZIONE: questa chiave non è certificata con una firma fidata.
    # gpg:          Non ci sono indicazioni che la firma appartenga al proprietario.
    # Impronta digitale chiave primaria: 00FC 3F40 0DC1 6182 193B  659D CEC9 942D B7AD B86F

 CMakeLists.txt              |   58 +
 LICENSE                     |  166 ++
 Makefile.am                 |   10 +-
 NOTE                        |   12 +
 README                      |   40 -
 README.md                   |   95 +
 RELEASE                     |    1 -
 config.h.in                 |   62 -
 configure.ac                |  191 ++
 configure.in                |  144 --
 doc/CMakeLists.txt          |   37 +
 doc/ClassAndChunkLMs.tex    |  210 ++
 doc/LMAdaptation.tex        |   91 +
 doc/LMCompilation.tex       |   54 +
 doc/LMFileFormats.tex       |  247 ++
 doc/LMFiltering.tex         |   16 +
 doc/LMInterface.tex         |  112 +
 doc/LMInterpolation.tex     |   75 +
 doc/LMPrune.tex             |    0
 doc/LMPruning.tex           |   47 +
 doc/LMQuantization.tex      |   14 +
 doc/LMSmoothing.tex         |    0
 doc/Makefile.am             |   23 +
 doc/RELEASE                 |    1 +
 doc/compileLM.tex           |    0
 doc/dict.tex                |  115 +
 doc/gettingStarted.tex      |   85 +
 doc/giganticLM.tex          |   79 +
 doc/installation.tex        |   87 +
 doc/interpolateLM.tex       |    0
 doc/interpolatedLM.tex      |    0
 doc/introduction.tex        |   35 +
 doc/irstlm-manual.log       |  369 +++
 doc/irstlm-manual.tex       |  229 ++
 doc/mdframed.sty            | 1309 +++++++++++
 doc/mixtureLM.tex           |    0
 doc/ngt.tex                 |   33 +
 doc/parallelComputation.tex |   18 +
 doc/pruneLM.tex             |    0
 doc/quantizeLM.tex          |    0
 doc/referenceMaterial.tex   |   34 +
 doc/regressionTests.tex     |    0
 doc/releaseNotes.tex        |  224 ++
 doc/tlm.tex                 |   88 +
 regenerate-makefiles.sh     |   44 +-
 scripts/CMakeLists.txt      |    5 +
 scripts/Makefile.am         |    3 +-
 scripts/add-start-end.sh    |   49 +-
 scripts/build-lm-qsub.sh    |    4 +-
 scripts/build-lm.sh         |  248 +-
 scripts/build-sublm.pl      |  420 ++--
 scripts/merge-sublm.pl      |   51 +-
 scripts/other/beautify.perl |   22 +
 scripts/plsa.sh             |  346 +++
 scripts/qplsa.sh            |  183 ++
 scripts/sort-lm.pl          |   37 +-
 scripts/split-ngt.sh        |   19 +-
 src/CMakeLists.txt          |   87 +
 src/Makefile.am             |  111 +-
 src/cmd.c                   |  257 ++-
 src/cmd.h                   |   44 +-
 src/compile-lm.cpp          |  150 +-
 src/cplsa.cpp               |  895 +++++---
 src/cplsa.h                 |  115 +-
 src/crc.cpp                 |   75 +
 src/crc.h                   |   33 +
 src/cswa.cpp                |  214 ++
 src/cswam.cpp               | 1484 ++++++++++++
 src/cswam.h                 |  219 ++
 src/dict.cpp                |   69 +-
 src/dictionary.cpp          |  852 +++----
 src/dictionary.h            |  319 +--
 src/doc.cpp                 |  258 +--
 src/doc.h                   |   33 +-
 src/dtsel.cpp               |   40 +-
 src/gzfilebuf.h             |    1 +
 src/htable.cpp              |   12 +-
 src/htable.h                |  360 ++-
 src/index.h                 |    1 -
 src/interplm.cpp            |  193 +-
 src/interplm.h              |   41 +-
 src/interpolate-lm.cpp      |   89 +-
 src/linearlm.cpp            |  343 +--
 src/linearlm.h              |   82 +-
 src/lmContainer.cpp         |  280 ++-
 src/lmContainer.h           |  430 ++--
 src/lmInterpolation.cpp     |  540 +++--
 src/lmInterpolation.h       |  229 +-
 src/lmclass.cpp             |  408 ++--
 src/lmclass.h               |  151 +-
 src/lmmacro.cpp             | 1753 +++++++-------
 src/lmmacro.h               |  198 +-
 src/lmtable.cpp             | 5329 ++++++++++++++++++++++---------------------
 src/lmtable.h               | 1153 +++++-----
 src/mdiadapt.cpp            | 3931 ++++++++++++++++---------------
 src/mdiadapt.h              |   35 +-
 src/mempool.cpp             |  769 ++++---
 src/mempool.h               |   19 +-
 src/mfstream.cpp            |  173 +-
 src/mfstream.h              |   57 +-
 src/mixture.cpp             |  319 ++-
 src/mixture.h               |    7 +-
 src/n_gram.cpp              |  197 +-
 src/n_gram.h                |   56 +-
 src/ngramcache.cpp          |   23 +-
 src/ngramcache.h            |   17 +-
 src/ngramtable.cpp          |  587 ++++-
 src/ngramtable.h            |  824 ++-----
 src/ngt.cpp                 |   90 +-
 src/normcache.cpp           |    6 +-
 src/normcache.h             |    1 -
 src/plsa.cpp                |  395 ++--
 src/prune-lm.cpp            |   45 +-
 src/quantize-lm.cpp         |   41 +-
 src/score-lm.cpp            |   83 +-
 src/shiftlm.cpp             |  317 ++-
 src/shiftlm.h               |   40 +-
 src/stream-tlm.cpp          |   35 +-
 src/thpool.c                |  551 +++++
 src/thpool.h                |  166 ++
 src/tlm.cpp                 |  251 +-
 src/util.cpp                |  455 ++--
 src/util.h                  |   86 +-
 src/verify-caching.cpp      |   39 +-
 124 files changed, 20798 insertions(+), 11507 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/irstlm.git



More information about the debian-science-commits mailing list