Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-17move global Timer to Timer.hDavid Madl
Move ResetUserTime(), PrintUserTime(), GetUserTime() to Timer.h Do not reset timer in StaticData.
2015-04-30sentence-bleu-nbestMatthias Huck
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the moses/ subdirectory; more branches to follow. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2015-02-09tuneable-components config parameter for feature functionsMatthias Huck
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-01-14beautifyHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-09-30move misc common functions into moses/Hieu Hoang
2014-05-19beautifyNicola Bertoldi
2014-05-19changes to make DLT tags compliant with the usage of multiple dynamic ↵Nicola Bertoldi
cache-based pseudo language models and translation models
2014-01-14code cleanupNicola Bertoldi
2013-09-14beautifyNicola Bertoldi
2013-09-14code cleanupNicola Bertoldi
2013-08-14bug fixed; cleanupNicola Bertoldi
2013-08-14bug fixedNicola Bertoldi
2013-08-14beautifyNicola Bertoldi
2013-08-14functions to handle with Document-Level Translation tagsNicola Bertoldi
2013-05-29beautifyHieu Hoang
2013-04-12Merge branch 'master' of git://github.com/moses-smt/mosesdecoderChristian Buck
2013-04-12integrated xml passthrough handling (by Nicola Bertoldi)Christian Buck
2013-04-01Make failure to parse a boolean argument fatal instead of log + interpret as ↵Kenneth Heafield
false.
2012-11-12move moses/src/* to moses/Hieu Hoang