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-25daily automatic beautifierMosesAdmin
2015-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
... not in the FF constructor any more. This is related to a bug fix in Base.cpp, related to moving the LM OOV feature specification from the global space into the setup of individual LMs (to eliminate the dependence on StaticData in the LM constructors).
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu 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-08extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if ↵Hieu Hoang
phrase-based
2013-12-03modified FF interface: Evaluate() with input has access to future-cost ↵Ales Tamchyna
estimation
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-18add target phrase to arguments for Evaluate() during application to sentenceHieu Hoang
2013-08-30convert Evaluate() methods into abstract, rather than empty functions. Every ↵Hieu Hoang
FF must implement them all
2013-08-23delete ChartBasedFeatureContextHieu Hoang
2013-08-23delete PhraseBasedFeatureContextHieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-05-30beautifyHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24split classes in FeatureFunction filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-08get rid of FeatureFunction::unlimited. Every ff can have sparse AND dense ↵Hieu Hoang
features
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-04-29mergeHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2013-02-02tokenize line now moved into base class ScoreProducerHieu Hoang
2012-12-04get rid function GetScoreProducerWeightShortName(). Fails 1 regression testHieu Hoang
2012-12-04get rid of int argument from GetScoreProducerWeightShortName()Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang