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 (Expand)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
2014-05-31Word.CreateFromString() now bypasses factor splitting if the factor delimiter...Ulrich Germann
2014-04-13Bug fix in Word::CreateFromString(...).Ulrich Germann
2014-04-11Rewrite of Word::CreateFromString() to accommodate elimination ofUlrich Germann
2014-04-11Shortcut in Word::CreateFromString() didn't work.Ulrich Germann
2014-04-08Merge branch 'master' into dynamic-phrase-tablesUlrich Germann
2014-04-08Some reformatting for readability. Special check for factor-less operation in...Ulrich Germann
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
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