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
2016-06-28daily automatic beautifierMosesAdmin
2016-06-28move ConvertFromMoses() to MosesHieu Hoang
2016-06-28move Moses classes out of OnDiskPt - WordHieu Hoang
2016-06-28move Moses classes out of OnDiskPt - TargetPhraseHieu Hoang
2016-06-28move Moses classes out of OnDiskPtHieu Hoang
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-08Code refactoring: All FF now get access to AllOptions at load time, so they d...Ulrich Germann
2015-10-19daily automatic beautifierMosesAdmin
2015-10-18Life cycle of TargetPhraseCollection is now managed via shared pointers.Ulrich Germann
2015-05-19Preparation for allowing context-aware decoding.Ulrich Germann
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-14Fix a few warnings.Phil Williams
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-10-10Fix a few more compiler warnings (from Clang mostly).Phil Williams
2014-06-08beautifyNicola Bertoldi
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-05-13Merge ../mosesdecoder into hieuHieu Hoang
2014-05-12use Nadir's backoff codeHieu Hoang
2014-05-12backoff fix for memory and on-disk phrase-tablesHieu Hoang
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-03-16Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieuHieu Hoang
2014-03-14moses_chart: more efficient scope-3 parsing if sentence length < max-chart-spanPhil Williams
2014-02-18Merge branch 'master' into hieuHieu Hoang
2014-02-11use boost::unordered_map for CacheColl. Marginally fasterHieu Hoang
2014-01-27different max-spans depending on whether source non-term is X or syntacticHieu Hoang
2014-01-21leakHieu Hoang
2014-01-21leakHieu Hoang
2014-01-15beautifyNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-18replace CHECK with UTIL_THROW_IFin OnDiskPtHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-10-04correct creation of input paths for latticesHieu Hoang
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-10-02minor rename of variablesHieu Hoang
2013-08-23beautifyHieu Hoang
2013-08-21patch segfault for target phrase caching. Only occurs when multithreading.Hieu Hoang
2013-08-16add method to reduce cache sizeHieu Hoang
2013-08-16caching target phrase for OnDisk ptHieu Hoang
2013-08-16caching target phrase for OnDisk ptHieu Hoang
2013-08-16caching target phrase for OnDisk ptHieu Hoang
2013-08-15minor renamingHieu Hoang
2013-07-31begin cleanup of SCFG parsing. Get rid of Sentence variable in ChartRuleLooku...Hieu Hoang
2013-07-11rename SetTargetPhraseFromPtMatrix() to GetTargetPhraseCollectionBatch()Hieu Hoang
2013-07-11delete as many override of GetTargetPhraseCollection() as possibleHieu Hoang
2013-07-09prefix subphrase optimization for confusion networksHieu Hoang
2013-07-09rename vector<InputPath> to InputPathList. Pass regression testsHieu Hoang