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 <hieuhoang@gmail.com>2014-07-10 02:54:16 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-07-10 02:54:16 +0400
commite197b110fcc9c1a708da1fd88ec7f79492e74ff4 (patch)
treee30d1ee9750d7a2c8954917176c644ab59f5804a /moses/FF/PhrasePenalty.h
parent12a14221e283e6e1d69f14d35437f36b9a728e50 (diff)
rename Evaluate() to EvaluateWhenApplied()
Diffstat (limited to 'moses/FF/PhrasePenalty.h')
-rw-r--r--moses/FF/PhrasePenalty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/PhrasePenalty.h b/moses/FF/PhrasePenalty.h
index 2babc7d67..f822e583b 100644
--- a/moses/FF/PhrasePenalty.h
+++ b/moses/FF/PhrasePenalty.h
@@ -22,7 +22,7 @@ public:
void EvaluateWhenApplied(const Hypothesis& hypo,
ScoreComponentCollection* accumulator) const
{}
- void EvaluateChart(const ChartHypothesis &hypo,
+ void EvaluateWhenApplied(const ChartHypothesis &hypo,
ScoreComponentCollection* accumulator) const
{}