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 18:42:23 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 18:42:23 +0400
commit319bb3ccfaba715da7e985ae5bcbd86d8b68326e (patch)
tree5146441fe1b19fc7eaf3402eb126191c3547ee24 /moses/TranslationOptionCollectionLattice.cpp
parentd75c4e1ae5891705b45701e496737ef024c36270 (diff)
method rename
Diffstat (limited to 'moses/TranslationOptionCollectionLattice.cpp')
-rw-r--r--moses/TranslationOptionCollectionLattice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollectionLattice.cpp b/moses/TranslationOptionCollectionLattice.cpp
index fd29466ef..349aa385c 100644
--- a/moses/TranslationOptionCollectionLattice.cpp
+++ b/moses/TranslationOptionCollectionLattice.cpp
@@ -147,7 +147,7 @@ void TranslationOptionCollectionLattice::CreateTranslationOptions()
const TargetPhrase &tp = **iter;
TranslationOption *transOpt = new TranslationOption(range, tp);
transOpt->SetInputPath(path);
- transOpt->Evaluate(m_source);
+ transOpt->EvaluateWithSourceContext(m_source);
Add(transOpt);
}