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-10-25WordsRange -> RangeHieu Hoang
2015-10-18Life cycle of TargetPhraseCollection is now managed via shared pointers.Ulrich Germann
2014-08-08method renameHieu Hoang
2014-05-12delete chart translation option if -inf score. Add FF ↵Hieu Hoang
MaxSpanFreeNonTermSource to use it
2014-03-26faster pruning in chart decodingRico Sennrich
2014-03-21various optimizations to make CYK+ parser several times faster and eat less ↵Rico Sennrich
memory. speed-up of decoding depends on how much time is spent in parser: 10-50% speed-up for string-to-tree systems observed (more on long sentences and with high max-chart-span). if you only use hiero or string-to-tree models (but none with source syntax), use compile-option --unlabelled-source for (small) efficiency gains.
2013-12-11debug function for ChartTranslationOptionList and ChartTranslationOptionsHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ↵Hieu Hoang
for lattice input
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ↵Hieu Hoang
for lattice input
2013-08-13delete duplicate m_inputPathMatrix in TranslationOptionListHieu Hoang
2013-08-09add InputPath objects of chart decoding. Start on lattice input for chart ↵Hieu Hoang
decoding
2013-05-29beautifyHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang