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-11Code cleanup and refactoring.Ulrich Germann
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-19delete use of mempool in Hypos. Never used. Getting in the way of next ↵Hieu Hoang
refactoring
2015-10-14chart decoding uses unordered setHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-07score deltas in chart decodingMatthias Huck
2014-08-08method renameHieu Hoang
2014-07-111st rough sketch. compiles with eclipseHieu Hoang
2014-04-21moses_chart: enable ChartKBestExtractor.Phil Williams
2014-04-17minor compile errors in ChartKBestExtractorHieu Hoang
2014-04-15moses_chart: add ChartKBestExtractor (not enabled yet)Phil Williams
Implements algorithm 3 from Huang and Chiang (2005)
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-09-01add skeleton feature functionsHieu 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()
2013-05-29beautifyHieu Hoang
2012-11-16output alignments into file down. Alignments for n-best todoHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang