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>2014-07-10 02:06:54 +0400
committerHieu Hoang <hieuhoang@gmail.com>2014-07-10 02:06:54 +0400
commit587b5fd716f0cfc5207bbd790accd38ab1ae0ad6 (patch)
treef5bc8adf76306c5723ec53de6962e5da1ea2313a /moses/FF/SpanLength.cpp
parentc9bd98fb0f7f794a6d352620da854e2d42b48328 (diff)
rename Evaluate() to EvaluateWithSourceContext()
Diffstat (limited to 'moses/FF/SpanLength.cpp')
-rw-r--r--moses/FF/SpanLength.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/SpanLength.cpp b/moses/FF/SpanLength.cpp
index 966aa0b94..7a7c87be8 100644
--- a/moses/FF/SpanLength.cpp
+++ b/moses/FF/SpanLength.cpp
@@ -29,7 +29,7 @@ void SpanLength::EvaluateInIsolation(const Phrase &source
targetPhrase.SetRuleSource(source);
}
-void SpanLength::Evaluate(const InputType &input
+void SpanLength::EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
, const StackVec *stackVec