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/ScoreComponentCollectionTest.cpp
parent12a14221e283e6e1d69f14d35437f36b9a728e50 (diff)
rename Evaluate() to EvaluateWhenApplied()
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index d1064c6ae..a238d66b8 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -35,7 +35,7 @@ public:
MockStatelessFeatureFunction(size_t n, const string &line) :
StatelessFeatureFunction(n, line) {}
void EvaluateWhenApplied(const Hypothesis&, ScoreComponentCollection*) const {}
- void EvaluateChart(const ChartHypothesis&, ScoreComponentCollection*) const {}
+ void EvaluateWhenApplied(const ChartHypothesis&, ScoreComponentCollection*) const {}
void EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase