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-07Code cleanup.Ulrich Germann
2015-11-19Code decluttering.Ulrich Germann
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-14new FF state API for more FFHieu Hoang
2015-10-08add operator==() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-10-08add hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-06second attempt at new feature hook, needs review of constness etc.Marcin Junczys-Dowmunt
2015-01-06Added new feature function hook: EvaluateWithSourceContextCollecton(...)Marcin Junczys-Dowmunt
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-30optional soft constraints for constrained decodings, multiple reference filesMarcin Junczys-Dowmunt
2014-05-08extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phra...Hieu Hoang
2013-12-15added negate=true. Only create translation which DON'T match referenceHieu Hoang
2013-12-03modified FF interface: Evaluate() with input has access to future-cost estima...Ales Tamchyna
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-18commentHieu Hoang
2013-09-18add max-unknowns arg to ConstrainedDecoding FFHieu Hoang
2013-09-18add target phrase to arguments for Evaluate() during application to sentenceHieu Hoang
2013-09-18take out -constraint from Parameter. Now handled exclusively in FFHieu Hoang
2013-09-18check there are hypos in stack vector before create translation options. cons...Hieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-09-16implement ConstrainedDecoding FFHieu Hoang