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-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-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-02-19beautifyHieu Hoang
2015-02-09set scores for lattice pathHieu Hoang
2015-01-14beautifyHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-07-10rename Evaluate() to EvaluateWithSourceContext()Hieu Hoang
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-05-19beautifyNicola Bertoldi
2014-05-08extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phra...Hieu Hoang
2014-03-24Make sure m_numInputScores is initialized properly.germann
2014-03-11Proper initialization of class members of InputFeature.Ulrich Germann
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-12-03modified FF interface: Evaluate() with input has access to future-cost estima...Ales Tamchyna
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-26input feature score error when using anything other than bin ptHieu Hoang
2013-09-25lattices/confusion work with Hieu's binary pt, using new methodHieu Hoang
2013-09-18add target phrase to arguments for Evaluate() during application to sentenceHieu Hoang
2013-09-08lattice decoding with sparse featuresHieu Hoang
2013-09-08move lattice scoring into InputFeature classHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-14refactor input score handling to use Evaluate(inputtype, inputpath). Not a pl...Hieu Hoang
2013-06-05implement GenerationDictionary.Load()Hieu Hoang
2013-06-05minor cleanup of InputFeatureHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28add class InputFeature. To replace 7 year old hack of using phrase table weig...Hieu Hoang