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-12-11daily automatic beautifierMosesAdmin
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
strong them locally where appropriate, so that compontents can become independent of StaticData once instantiated.
2015-12-08Reduce dependence on StaticData.Ulrich Germann
2015-11-17move options out of HypothesisDavid Madl
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-20daily automatic beautifierMosesAdmin
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next ↵Hieu Hoang
refactoring
2015-08-08daily automatic beautifierMosesAdmin
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-04-09-stack 0 means no stack pruningHieu Hoang
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang