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-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
2013-09-27beautifyHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang
2013-08-15fixed logic errorsphikoehn
2013-08-15xml constraintphikoehn
2013-08-14refactor input score handling to use Evaluate(inputtype, inputpath). Not a pl...Hieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-13use input path for unknown word processing in phrase-basedHieu Hoang
2013-08-13use input path for unknown word processing in phrase-basedHieu Hoang
2013-08-09beautifyHieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans op...Hieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans op...Hieu Hoang
2013-08-08consistently set source phrase in translation options as soon as the trans op...Hieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07renaming a functionHieu Hoang
2013-08-07mark a function as legacyHieu Hoang
2013-08-07source phrase is a pointer in translation options.Hieu Hoang
2013-08-05TranslationOption::GetSourcePhrase() return a reference, not a pointer. It mu...Hieu Hoang