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-04 18:10:45 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-04 18:10:45 +0300
commit4078c30a42690a87b6db0fc04e655f9bcfa8671e (patch)
tree3034f9cfa58ad5fe84e37225471692410c264fbd /moses/ScoreComponentCollectionTest.cpp
parente87dd15f4a320febefd8c41d19e3ed0b939f5d47 (diff)
estimatedScore -> estimatedScores
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 15be25260..e0d9982e4 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -41,7 +41,7 @@ public:
, const TargetPhrase &targetPhrase
, const StackVec *stackVec
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection *estimatedScore) const {
+ , ScoreComponentCollection *estimatedScores) const {
}
void EvaluateTranslationOptionListWithSourceContext(const InputType &input
@@ -50,7 +50,7 @@ public:
void EvaluateInIsolation(const Phrase &source
, const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection &estimatedScore) const {
+ , ScoreComponentCollection &estimatedScores) const {
}
};