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/TargetPhrase.cpp
parentd75c4e1ae5891705b45701e496737ef024c36270 (diff)
method rename
Diffstat (limited to 'moses/TargetPhrase.cpp')
-rw-r--r--moses/TargetPhrase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TargetPhrase.cpp b/moses/TargetPhrase.cpp
index d2aa29693..e5a6b6426 100644
--- a/moses/TargetPhrase.cpp
+++ b/moses/TargetPhrase.cpp
@@ -126,7 +126,7 @@ void TargetPhrase::Evaluate(const Phrase &source, const std::vector<FeatureFunct
}
}
-void TargetPhrase::Evaluate(const InputType &input, const InputPath &inputPath)
+void TargetPhrase::EvaluateWithSourceContext(const InputType &input, const InputPath &inputPath)
{
const std::vector<FeatureFunction*> &ffs = FeatureFunction::GetFeatureFunctions();
const StaticData &staticData = StaticData::Instance();