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 (Collapse)Author
2015-11-19Code decluttering.Ulrich Germann
The class StatefuleFeatureFunction now provides an empty dummy implementation of various (virtual) Evaluate... functions. The corresponding empty implementations on derived classes have been removed.
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-14new FF state API for more FFHieu Hoang
2015-10-08add hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-01-14beautifyHieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateWithSourceContext()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateInIsolation()Hieu Hoang
2014-05-08extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if ↵Hieu Hoang
phrase-based
2013-12-04fixed a bug in CoveredRerefenceFeatureAles Tamchyna
2013-12-03early evaluation of CoveredReferenceFeatureAles Tamchyna
2013-12-03modified FF interface: Evaluate() with input has access to future-cost ↵Ales Tamchyna
estimation
2013-12-03minor, added a check in CoveredReferenceFeatureAles Tamchyna
2013-11-29adding CoveredReferenceFeatureAles Tamchyna