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:59:34 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-08-08 18:59:34 +0400
commitefa5befb16ede5f38b157f8bee0acb86316a4f49 (patch)
treecdf8aabe9f34e52cc839afe8dc42796eab063ffb /moses/TreeInput.cpp
parent319bb3ccfaba715da7e985ae5bcbd86d8b68326e (diff)
method rename
Diffstat (limited to 'moses/TreeInput.cpp')
-rw-r--r--moses/TreeInput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TreeInput.cpp b/moses/TreeInput.cpp
index f250d67ed..6b36826b6 100644
--- a/moses/TreeInput.cpp
+++ b/moses/TreeInput.cpp
@@ -210,7 +210,7 @@ bool TreeInput::ProcessAndStripXMLTags(string &line, std::vector<XMLParseOutput>
// convert from prob to log-prob
float scoreValue = FloorScore(TransformScore(probValue));
targetPhrase.SetXMLScore(scoreValue);
- targetPhrase.Evaluate(sourcePhrase);
+ targetPhrase.EvaluateInIsolation(sourcePhrase);
// set span and create XmlOption
WordsRange range(startPos+1,endPos);