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:
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