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 01:35:59 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-07-10 01:35:59 +0400
commitc9bd98fb0f7f794a6d352620da854e2d42b48328 (patch)
tree0439ca5b9ff1b702f2b7cefd80c77b84b4f78503 /moses/ScoreComponentCollectionTest.cpp
parentef33496ea5b82cff3c07da5ed91a26e4776eb52d (diff)
rename Evaluate() to EvaluateInIsolation()
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 de542d1f6..3e6fd5729 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -43,7 +43,7 @@ public:
, ScoreComponentCollection &scoreBreakdown
, ScoreComponentCollection *estimatedFutureScore) const
{}
- void Evaluate(const Phrase &source
+ void EvaluateInIsolation(const Phrase &source
, const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
, ScoreComponentCollection &estimatedFutureScore) const