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 21:11:30 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 21:11:30 +0400
commit18c1c4a13292ef7b73fdf9b9bcb72f3d2c275496 (patch)
tree1908b0a65418f53818f3ec0c387a8a3bbdc95dae /moses/ChartManager.cpp
parent4863cc79c31890efa65a7f080e06018adea73dc7 (diff)
method rename
Diffstat (limited to 'moses/ChartManager.cpp')
-rw-r--r--moses/ChartManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp
index 9c0e940ff..798ab3026 100644
--- a/moses/ChartManager.cpp
+++ b/moses/ChartManager.cpp
@@ -85,7 +85,7 @@ void ChartManager::ProcessSentence()
m_translationOptionList.ApplyThreshold();
const InputPath &inputPath = m_parser.GetInputPath(range);
- m_translationOptionList.Evaluate(m_source, inputPath);
+ m_translationOptionList.EvaluateWithSourceContext(m_source, inputPath);
// decode
ChartCell &cell = m_hypoStackColl.Get(range);