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
2016-01-20delete check on how total score is calculatedHieu Hoang
2016-01-19TrellisPath::InitTotalScore() and TrellisPath::GetScoreBreakDown() now use ↵Ulrich Germann
compute m_totalScore again in an identical fashion.
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-09daily automatic beautifierMosesAdmin
2015-12-06Code cleanup.Ulrich Germann
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11Merge branch 'master' of https://github.com/modernmt/mosesdecoderUlrich Germann
Conflicts: moses/parameters/InputOptions.cpp moses/parameters/InputOptions.h
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-11-03More options cleanup.Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-04-23n-best list creation in phrase-based decoding: improved efficiency with ↵Matthias Huck
sparse features
2014-01-15beautifyNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-05-29beautifyHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang