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-24Merge remote-tracking branch 'legacy/master'Ulrich Germann
2015-11-19Code decluttering.Ulrich Germann
2015-11-17LanguageModel, KenLM: avoid StaticData usageDavid Madl
2015-11-04estimatedScore -> estimatedScoresHieu Hoang
2015-11-03consistent naming of future scores, estimated scoresHieu Hoang
2015-10-24Eliminated CalcScoreWithContext().Ulrich Germann
2015-06-25Make getScore be able to access ttasksptr. Only works with suffix array for n...XapaJIaMnu
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 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 phra...Hieu 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-10-13more enriched tracephikoehn
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
2013-05-31delete LM:Useable(). Superseded by IsUseable() for all feature functionsHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28move GetFirstLM() as static method of LanguageModelHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-24split classes in FeatureFunction filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-05-02start framework for evaluating target phrase scoreHieu Hoang
2013-02-21delete Duplicate()Hieu Hoang
2013-02-07each language model should have separate description, rather than just 'LM'Hieu Hoang
2013-02-02tokenize line now moved into base class ScoreProducerHieu Hoang
2012-12-24clean up InitializeBeforeSentenceProcessing()Hieu Hoang
2012-12-24clean up CleanUpAfterSentenceProcessing()Hieu 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