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-10-26FactorCollection is a friend of moses2 SystemHieu Hoang
2015-08-16don't hardcode amount of mem to be used by lmplzHieu Hoang
2014-08-08tiny changesMatthias Huck
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-06-10refactor parsing of feature functiona argsHieu Hoang
2013-05-29beautifyHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield
2012-11-12move moses/src/* to moses/Hieu Hoang