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 <hieu@hoang.co.uk>2014-08-08 19:41:16 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 19:41:16 +0400
commit3d884bb098878d5ddf7c6c325f464c667946a3b0 (patch)
tree7f965344aba3dbd4a7b157aeb89c687b1d0acd8b /moses/RuleCubeItem.cpp
parentc723035d0faa7e31fe4276bd6846c1c75c18b8f7 (diff)
method rename
Diffstat (limited to 'moses/RuleCubeItem.cpp')
-rw-r--r--moses/RuleCubeItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/RuleCubeItem.cpp b/moses/RuleCubeItem.cpp
index 4525d059e..970bac94d 100644
--- a/moses/RuleCubeItem.cpp
+++ b/moses/RuleCubeItem.cpp
@@ -79,7 +79,7 @@ void RuleCubeItem::CreateHypothesis(const ChartTranslationOptions &transOpt,
ChartManager &manager)
{
m_hypothesis = new ChartHypothesis(transOpt, *this, manager);
- m_hypothesis->Evaluate();
+ m_hypothesis->EvaluateWhenApplied();
m_score = m_hypothesis->GetTotalScore();
}