[irstlm] annotated tag adaptiveLM.v0.1 created (now 5a6856c)

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


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

giuliopaci-guest pushed a change to annotated tag adaptiveLM.v0.1
in repository irstlm.

        at  5a6856c   (tag)
   tagging  1e22c29eafad550e1b7e96a03a89e5af10660e7c (commit)
 tagged by  Nicola Bertoldi
        on  Thu Oct 29 09:22:50 2015 +0100

- Log -----------------------------------------------------------------
Adaptive LM, v0.1, beta version

Marcello Federico (8):
      commit 45cf0e7b057c56e8d5bc8319304c4bb9a1f5c52f
      Update
      update
      update
      formatted README.md
      added documentation of trunk
      added scripts folder
      added test for context dependent lm

Nicola Bertoldi (97):
      Initial commit
      added LICENCE
      removed useless file from repo
      Added a file keeping track of the original version from the SourceForge repo
      added files for AutoMake-based compilation
      update Notes about this branch
      Added draft version of context-dependent Language model
      Added context-dependent language model into compilation
      changes to context-dependent LM
      inserted context-dependent LM among the available LMs in lmContainer ; changes to context-dependent LM
      minor changes
      added new executable for computing context-dependent score in the compilation script
      added new executable for computing context-dependent score
      added supporting functions
      minor changes; code cleanup; re-indentation
      added supporting functions
      added a pseudo topi model for debugging purpose
      minor changes; code cleanup; re-indentation
      preparation for evaluating context-dependent score
      lots of changes in function signature; new supporting functions; code cleanup
      made script compliant with MacOSx
      minor change
      code clanup; debugging outputs
      added computation of sentence-based topic score distribution; added supporting functions; code cleanup;
      code and output cleanup
      code cleanup
      fixed a bug
      fixed a bug
      minor change
      Merge branch 'master' of https://github.com/irstlm-team/irstlm into context-dependent
      code cleanup ; bug fixed
      minor changes and code cleanup related to usage of log_10 and ln for probabilities
      minor changes and code cleanup related to usage of log_10 and ln for probabilities
      minor changes and code cleanup related to usage of log_10 and ln for probabilities
      minor changes and code cleanup related to usage of log_10 and ln for probabilities
      bug fixed
      code cleanup
      code cleanup
      added supporting function
      restructuring of code using ngramtable instead of lmtable for computing context-dependent scores
      added command-line parameter to enabling/disabling context-dependent model
      just a test
      fixing to assert flag and trace level
      code improvement
      code improvement
      added compilation option to select topic scoring model
      added supporting functions
      changes to make code more modular
      added evaluation of ranking
      fixed minor bug
      code improvement
      improved info
      improved info
      improved info
      improved info
      improved info
      improved info
      improved info
      improved info
      improved info
      bug fixed
      bug fixed
      minor change
      minor change
      added a program to test multi-threading
      added very-caching to the CMAKE compilation script
      minor changes
      bug fixed related to reading integer values for parameters
      improved log; check on parameters "thread"
      multiple ngrams for each thread; yet to debug
      shrink to a given lexicon applied to context-based PP; code optimization; code cleanup;
      minor change
      added missing files into compilation scripts
      added more functionalities to context-dependent-evaluation; disabled topiscore evaluation
      code optimization
      code optimization and cleanup
      minor bug fixed
      code optimization and cleanup
      solved a memory leak
      minor fix
      bug fixed
      bug fixed
      fixed wrong merge
      added default behavior for topic model
      minor change
      code cleanup
      code cleanup
      added functions to compute prob of ngram according to weights (passed as parameter), which are used by the interpolatedLM instead of those specified in the configuration file
      some fixes
      handling of missing weights
      enabling use of context-weights for the main LM as well
      improved code; code cleanuo
      static flag in the compilation Automake scripts
      code optimization; code cleanuo
      enabled the possibility of changing (via input and per each sentence) the lexicon used for computing the approximated-Perplexity
      Minor change
      minor changes

nicolabertoldi (21):
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      some changes
      Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
      src/CMakeLists.txt
      fixed compilation scripts
      fixing bug in the AutoMake compilation scripts
      added supporting functions

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  10fc636   Initial commit
       new  45cf0e7   added LICENCE
       new  55cf030   
       new  26c01c7   Update
       new  382d787   update
       new  797f54c   update
       new  56d9d11   formatted README.md
       new  92f5703   added documentation of trunk
       new  a78296c   added scripts folder
       new  988043c   removed useless file from repo
       new  db2aba6   Added a file keeping track of the original version from the SourceForge repo
       new  9268575   added files for AutoMake-based compilation
       new  b4d87c5   update Notes about this branch
       new  390a87b   Added draft version of context-dependent Language model
       new  b301335   Added context-dependent language model into compilation
       new  6dbcfb5   changes to context-dependent LM
       new  63c3c9d   inserted context-dependent LM among the available LMs in lmContainer ; changes to context-dependent LM
       new  627a289   minor changes
       new  a733eb2   added new executable for computing context-dependent score in the compilation script
       new  5adbf84   added new executable for computing context-dependent score
       new  7da8c0a   added supporting functions
       new  bb7b800   minor changes; code cleanup; re-indentation
       new  bcb174a   added supporting functions
       new  9ae612e   added a pseudo topi model for debugging purpose
       new  62da835   added test for context dependent lm
       new  5995f0b   minor changes; code cleanup; re-indentation
       new  84093d0   preparation for evaluating context-dependent score
       new  1d15fd6   lots of changes in function signature; new supporting functions; code cleanup
       new  9e5e77b   made script compliant with MacOSx
       new  4de896b   minor change
       new  e604c8b   code clanup; debugging outputs
       new  836988e   added computation of sentence-based topic score distribution; added supporting functions; code cleanup;
       new  8eebba0   code and output cleanup
       new  8685d5f   code cleanup
       new  600001c   fixed a bug
       new  c79c8f4   fixed a bug
       new  52c83a0   minor change
       new  2ab3756   Merge branch 'master' of https://github.com/irstlm-team/irstlm into context-dependent
       new  d2234bb   code cleanup ; bug fixed
       new  1482cd3   minor changes and code cleanup related to usage of log_10 and ln for probabilities
       new  a02effe   minor changes and code cleanup related to usage of log_10 and ln for probabilities
       new  34d2de6   minor changes and code cleanup related to usage of log_10 and ln for probabilities
       new  49eb3b4   minor changes and code cleanup related to usage of log_10 and ln for probabilities
       new  1e8957c   bug fixed
       new  31747b9   code cleanup
       new  1abeee5   code cleanup
       new  ccd06b8   added supporting function
       new  3d9b78b   restructuring of code using ngramtable instead of lmtable for computing context-dependent scores
       new  68634d2   added command-line parameter to enabling/disabling context-dependent model
       new  cffac67   just a test
       new  c59fd34   fixing to assert flag and trace level
       new  dad1035   code improvement
       new  45daa27   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  6fbdcfe   code improvement
       new  de0e534   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  3666422   added compilation option to select topic scoring model
       new  98e1b65   added supporting functions
       new  9c82072   changes to make code more modular
       new  7b84023   added evaluation of ranking
       new  7bc855b   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  4871ab0   fixed minor bug
       new  e6779a0   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  9ac5149   code improvement
       new  23eb29b   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  0341a16   improved info
       new  469c994   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  2a13292   improved info
       new  4184705   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  96b69f6   improved info
       new  641c153   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  721d100   improved info
       new  548fe61   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  8dd946e   improved info
       new  9a0f15e   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  07ad402   improved info
       new  bf6b3fc   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  73d416a   improved info
       new  7b4608f   improved info
       new  2368628   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  29e0274   improved info
       new  066f290   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  8622b16   bug fixed
       new  08b5d6b   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  0986df4   bug fixed
       new  6f4f6f5   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  127c354   minor change
       new  3056ce9   minor change
       new  bb41d4b   added a program to test multi-threading
       new  5eeddc9   added very-caching to the CMAKE compilation script
       new  c2461ae   minor changes
       new  caff2e3   bug fixed related to reading integer values for parameters
       new  7bc5590   improved log; check on parameters "thread"
       new  8bf3fd9   multiple ngrams for each thread; yet to debug
       new  5fb7f81   shrink to a given lexicon applied to context-based PP; code optimization; code cleanup;
       new  3fbf7e6   some changes
       new  3da5e76   Merge branch 'context-dependent' of https://github.com/irstlm-team/irstlm into context-dependent
       new  95d5d6f   minor change
       new  d7e4c32   src/CMakeLists.txt
       new  83ad5d4   fixed compilation scripts
       new  0074fc9   added missing files into compilation scripts
       new  c2cbc61   added more functionalities to context-dependent-evaluation; disabled topiscore evaluation
       new  7c740a0   code optimization
       new  ee6e521   code optimization and cleanup
       new  0889bc9   minor bug fixed
       new  994594a   code optimization and cleanup
       new  65a906a   solved a memory leak
       new  5166f4a   minor fix
       new  2b8b7fb   bug fixed
       new  97fb7a0   bug fixed
       new  ff4ce09   fixing bug in the AutoMake compilation scripts
       new  cfcdeff   added supporting functions
       new  b9414d7   fixed wrong merge
       new  f56aeec   added default behavior for topic model
       new  fc8789f   minor change
       new  598989b   code cleanup
       new  5e5e517   code cleanup
       new  b1d4eb8   added functions to compute prob of ngram according to weights (passed as parameter), which are used by the interpolatedLM instead of those specified in the configuration file
       new  7d818dd   some fixes
       new  9fe9a9a   handling of missing weights
       new  ae85df2   enabling use of context-weights for the main LM as well
       new  16053cc   improved code; code cleanuo
       new  75b4b2d   static flag in the compilation Automake scripts
       new  f33f68a   code optimization; code cleanuo
       new  63f49f2   enabled the possibility of changing (via input and per each sentence) the lexicon used for computing the approximated-Perplexity
       new  0868aeb   Minor change
       new  1e22c29   minor changes

The 126 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.


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