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-25WordsRange -> RangeHieu Hoang
2014-08-08method renameHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-09-17implement ConstrainedDecoding FFHieu Hoang
2013-08-31start on forced decoding for SCFGHieu Hoang
2013-08-13minor renamingHieu Hoang
2013-08-12create ChartTranslationOption class that store pointer to target phrase. ↵Hieu Hoang
Don't store target phrase itself. QUicker, but still not as quick as storing pointer to target phrase in hypo
2013-08-09convert to using shared pointers in ChartTranslationOptionsHieu Hoang
2013-06-11delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new ↵Hieu Hoang
scoring framework. Rename CalcScore() to Evaluate()
2012-11-12move moses/src/* to moses/Hieu Hoang