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-11-24FF registration is now in FeatureFactory::DefaultSetup, ...Ulrich Germann
2015-11-17FeatureFunction: enable construction without registeringDavid Madl
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-25WordsBitmap -> BitmapHieu Hoang
2015-06-02delete ChangeSource(). Not usedHieu Hoang
2015-05-19Preparation for allowing context-aware decoding.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-29One step closer to eliminating the requirement to provide num-features=... in...Ulrich Germann
2015-04-26Code design debizarrification: Indexes of feature functions into the dense ve...Ulrich Germann
2015-03-27Harmonized spelling of CleanUpAfterSentenceProcessing(...).Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-03-211. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to...Ulrich Germann
2015-02-09tuneable-components config parameter for feature functionsMatthias Huck
2015-01-22option to sort translation options after EvaluateAfterSourceContextHieu 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-12-14move collection of DistortionScoreProducer to it own classHieu Hoang
2014-12-12Merge pull request #86 from marxin/distortion-scorer-no-dyncastHieu Hoang
2014-12-03PhraseOrientationFeatureMatthias Huck
2014-11-29DistortionFunctionScorer dyn_cast removed in FF.mliska
2014-08-02add virtual void ChangeSource(InputType *&input) constHieu Hoang
2014-07-25Cache FNames to make sparse lex reorder fasterBarry Haddow
2014-07-10rename Evaluate() to EvaluateWithSourceContext()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateInIsolation()Hieu Hoang
2014-06-02update comments for Evaluate() to say something about stackVecHieu Hoang
2014-05-08extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phra...Hieu Hoang
2014-01-01destroy feature functions at end. Otherwise it shows up on valgrind as memory...Hieu Hoang
2013-12-03modified FF interface: Evaluate() with input has access to future-cost estima...Ales Tamchyna
2013-11-15provide mira program with BLEU Feature. Delete assert statement.Hieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-09-18add target phrase to arguments for Evaluate() during application to sentenceHieu Hoang
2013-09-01add skeleton feature functionsHieu Hoang
2013-08-30convert Evaluate() methods into abstract, rather than empty functions. Every ...Hieu Hoang
2013-08-23delete ChartBasedFeatureContextHieu Hoang
2013-08-23delete PhraseBasedFeatureContextHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-09beautifyHieu Hoang
2013-08-08commentHieu Hoang
2013-08-08Evaluate(InputType) --> Evaluate(InputType, Phrase source)Hieu Hoang
2013-08-08commentsHieu Hoang
2013-07-19add default weights for feature functions that aren't tuneable, eg. OOV featureHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-11refactor parsing of feature functiona argsHieu Hoang