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-03-29use max_partial_trans_opt, not m_max_phrase_lengthHieu Hoang
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-08Reduce dependence on StaticData.Ulrich Germann
2015-12-07Code cleanup.Ulrich Germann
2015-11-27Fix a few compiler warnings (clang)Phil Williams
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11More options refactoring (OOV Handling this time).Ulrich Germann
2015-11-11Merge branch 'master' of https://github.com/modernmt/mosesdecoderUlrich Germann
2015-11-09beautifyHieu Hoang
2015-11-09Consistent naming: m_futureScore --> m_estimatedScoreHieu Hoang
2015-11-03More options cleanup.Ulrich Germann
2015-11-02Move square matrix init into classHieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-18Life cycle of TargetPhraseCollection is now managed via shared pointers.Ulrich Germann
2015-10-16change InputFeature::Instance to return pointer, not ref. Strange segfault in...Hieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-30Feature functions and the constructors of TranslationOptionCollectionsUlrich Germann
2015-03-09Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-03-09Moved caching of lexical reordering scores from class TranslationOption to cl...Ulrich Germann
2015-03-06include scores of source-context features in topt collection verbose outputAles Tamchyna
2015-02-19beautifyHieu Hoang
2015-02-16restoring broken evaluation of translation option listAles Tamchyna
2015-02-10Code cleanup.Ulrich Germann
2015-02-06Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-06Code reorganization and code cleanup.Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-10Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-10delete oov ptHieu Hoang
2015-01-06second attempt at new feature hook, needs review of constness etc.Marcin Junczys-Dowmunt
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-08-08method renameHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-06move notice about czech prefixes to share/READMEHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-06-08beautifyNicola Bertoldi
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-05-18code cleanupNicola Bertoldi
2014-05-12backoff fixHieu Hoang
2014-05-01minor error. Segfault if phrase length is bigger than max-phrase-lengthHieu Hoang
2014-02-16adding debugging to verify speed; not robustNicola Bertoldi
2014-01-15beautifyNicola Bertoldi
2014-01-03make good use of the new precise timer...phikoehn
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-12-05move backoff parameter into decode graph classHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-20replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ...Hieu Hoang
2013-10-03correct creation of input paths for latticesHieu Hoang