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-10-05 19:25:17 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-10-05 19:25:17 +0300
commit67fb5cd5f038ae9ca4f8d5ef349364372de9db5a (patch)
tree393ae1a51bc374990727a09f528215c3fdb17358 /moses/BitmapContainer.cpp
parent89014a9696e77222b7b11ceefc880e2b6be35f66 (diff)
move CalcFutureScore() out of inner loop.
Diffstat (limited to 'moses/BitmapContainer.cpp')
-rw-r--r--moses/BitmapContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/BitmapContainer.cpp b/moses/BitmapContainer.cpp
index ae7c03990..53176f02b 100644
--- a/moses/BitmapContainer.cpp
+++ b/moses/BitmapContainer.cpp
@@ -211,7 +211,7 @@ Hypothesis *BackwardsEdge::CreateHypothesis(const Hypothesis &hypothesis, const
IFVERBOSE(2) {
hypothesis.GetManager().GetSentenceStats().StopTimeBuildHyp();
}
- newHypo->EvaluateWhenApplied(m_futurescore);
+ //newHypo->EvaluateWhenApplied(m_futurescore);
return newHypo;
}