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/LexicalReordering/LexicalReordering.h')
-rw-r--r--moses/FF/LexicalReordering/LexicalReordering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/FF/LexicalReordering/LexicalReordering.h b/moses/FF/LexicalReordering/LexicalReordering.h
index 33e4a66ae..e7b90afda 100644
--- a/moses/FF/LexicalReordering/LexicalReordering.h
+++ b/moses/FF/LexicalReordering/LexicalReordering.h
@@ -71,7 +71,7 @@ public:
const TargetPhrase &targetPhrase,
const StackVec *stackVec,
ScoreComponentCollection& scoreBreakdown,
- ScoreComponentCollection* estimatedFutureScore = NULL) const
+ ScoreComponentCollection* estimatedScore = NULL) const
{ }
void
@@ -83,7 +83,7 @@ public:
EvaluateInIsolation(const Phrase &source,
const TargetPhrase &targetPhrase,
ScoreComponentCollection &scoreBreakdown,
- ScoreComponentCollection &estimatedFutureScore) const
+ ScoreComponentCollection &estimatedScore) const
{ }
bool