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
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2014-08-08 21:11:30 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 21:11:30 +0400
commit18c1c4a13292ef7b73fdf9b9bcb72f3d2c275496 (patch)
tree1908b0a65418f53818f3ec0c387a8a3bbdc95dae /moses/ChartParserCallback.h
parent4863cc79c31890efa65a7f080e06018adea73dc7 (diff)
method rename
Diffstat (limited to 'moses/ChartParserCallback.h')
-rw-r--r--moses/ChartParserCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartParserCallback.h b/moses/ChartParserCallback.h
index ce4af3ab4..9b03e1f5b 100644
--- a/moses/ChartParserCallback.h
+++ b/moses/ChartParserCallback.h
@@ -25,7 +25,7 @@ public:
virtual void AddPhraseOOV(TargetPhrase &phrase, std::list<TargetPhraseCollection*> &waste_memory, const WordsRange &range) = 0;
- virtual void Evaluate(const InputType &input, const InputPath &inputPath) = 0;
+ virtual void EvaluateWithSourceContext(const InputType &input, const InputPath &inputPath) = 0;
virtual float GetBestScore(const ChartCellLabel *chartCell) const = 0;