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>2015-11-03 12:41:59 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-03 12:41:59 +0300
commit6be932c1f75a9ca171336a253f0f64659a30fa1a (patch)
tree1e6cea036afe088022f0749c8eef2055f5a63789 /moses/ScoreComponentCollectionTest.cpp
parentee5b190d43719752a58de6280266b2c2f497e35c (diff)
consistent naming of future scores, estimated scores
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index 87c4f03b7..15be25260 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -41,7 +41,7 @@ public:
, const TargetPhrase &targetPhrase
, const StackVec *stackVec
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection *estimatedFutureScore) const {
+ , ScoreComponentCollection *estimatedScore) const {
}
void EvaluateTranslationOptionListWithSourceContext(const InputType &input
@@ -50,7 +50,7 @@ public:
void EvaluateInIsolation(const Phrase &source
, const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection &estimatedFutureScore) const {
+ , ScoreComponentCollection &estimatedScore) const {
}
};