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-09 16:40:31 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-11-09 16:40:31 +0300
commit32e29d6b8ad7134e514f849213be9d817033bb73 (patch)
tree3131bb045e9167fb3ad0370c9a4bd8e024fd9c10 /moses/Hypothesis.h
parentd0be56f8abcb6842a37daaf696ef4e84d25db9ea (diff)
Consistent naming: m_futureScore --> m_estimatedScore
Diffstat (limited to 'moses/Hypothesis.h')
-rw-r--r--moses/Hypothesis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Hypothesis.h b/moses/Hypothesis.h
index 34ea0e9cf..c38fedbf1 100644
--- a/moses/Hypothesis.h
+++ b/moses/Hypothesis.h
@@ -119,7 +119,7 @@ public:
return m_currTargetWordsRange.GetNumWordsCovered();
}
- void EvaluateWhenApplied(float futureScore);
+ void EvaluateWhenApplied(float estimatedScore);
int GetId()const {
return m_id;