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-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next ↵Hieu Hoang
refactoring
2015-10-16use util::StringStreamHieu Hoang
2015-08-06Reorganisation of options.Ulrich Germann
The purpose of this effort is to have options local to the individual translation task, so that they can be changed in the running system in a multi-threaded system.
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-08-11Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-08tiny changesMatthias Huck
2014-08-08Implement hypergraph output for chart mosesBarry Haddow
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-09-stack 0 means no stack pruningHieu Hoang
2014-01-15beautifyNicola Bertoldi
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-18check there are hypos in stack vector before create translation options. ↵Hieu Hoang
constrained decoding works for syntax model
2013-09-17comment out deletion of hypos with -inf scores. Apparently, all stacks must ↵Hieu Hoang
have hypos, otherwise terrible things happens. This is weird, empty stacks is perfectly reasonable. Need to ask Phil about this
2013-09-17comment out deletion of hypos with -inf scores. Apparently, all stacks must ↵Hieu Hoang
have hypos, otherwise terrible things happens. This is weird, empty stacks is perfectly reasonable. Need to ask Phil about this
2013-05-29beautifyHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang