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/Incremental.cpp
parent12a14221e283e6e1d69f14d35437f36b9a728e50 (diff)
rename Evaluate() to EvaluateWhenApplied()
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index 4e593df7e..c8a48d425 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -327,7 +327,7 @@ void PhraseAndFeatures(const search::Applied final, Phrase &phrase, ScoreCompone
const LanguageModel &model = LanguageModel::GetFirstLM();
model.CalcScore(phrase, full, ignored_ngram, ignored_oov);
- // CalcScore transforms, but EvaluateChart doesn't.
+ // CalcScore transforms, but EvaluateWhenApplied doesn't.
features.Assign(&model, full);
}