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/FF/RuleScope.h
parentee5b190d43719752a58de6280266b2c2f497e35c (diff)
consistent naming of future scores, estimated scores
Diffstat (limited to 'moses/FF/RuleScope.h')
-rw-r--r--moses/FF/RuleScope.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/RuleScope.h b/moses/FF/RuleScope.h
index 113ca8be7..87099dac3 100644
--- a/moses/FF/RuleScope.h
+++ b/moses/FF/RuleScope.h
@@ -18,14 +18,14 @@ public:
virtual void EvaluateInIsolation(const Phrase &source
, const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection &estimatedFutureScore) const;
+ , ScoreComponentCollection &estimatedScore) const;
virtual void EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
, const StackVec *stackVec
, ScoreComponentCollection &scoreBreakdown
- , ScoreComponentCollection *estimatedFutureScore = NULL) const {
+ , ScoreComponentCollection *estimatedScore = NULL) const {
}
void EvaluateTranslationOptionListWithSourceContext(const InputType &input