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-14daily automatic beautifierMosesAdmin
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-10-18daily automatic beautifierMosesAdmin
2015-10-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-01-14beautifyHieu Hoang
2014-07-11calculate baseline score without optimisationHieu Hoang
2014-06-03Added some code to Word.cpp to allow factor-less decoding.Ulrich Germann
Factor-less decoding currently works ONLY with suffix-array-based phrase tables.
2014-05-31Word.CreateFromString() now bypasses factor splitting if the factor ↵Ulrich Germann
delimiter is th empty string (specify as: none).
2014-04-13Bug fix in Word::CreateFromString(...).Ulrich Germann
2014-04-11Rewrite of Word::CreateFromString() to accommodate elimination ofUlrich Germann
ConfusionNet::String2Word().
2014-04-11Shortcut in Word::CreateFromString() didn't work.Ulrich Germann
2014-04-08Merge branch 'master' into dynamic-phrase-tablesUlrich Germann
Conflicts: moses/InputPath.cpp moses/Word.cpp
2014-04-08Some reformatting for readability. Special check for factor-less operation ↵Ulrich Germann
in Word::CreateFromString().
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-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-10-04check that there's no epsilonHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-18add max-unknowns arg to ConstrainedDecoding FFHieu Hoang
2013-07-04prefix subphrase optimization done for in-memory pt. Need to delete objects alsoHieu Hoang
2013-05-29beautifyHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield
2013-03-28Nicer error message for too many factor delimitersKenneth Heafield
2012-11-12move moses/src/* to moses/Hieu Hoang