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/RuleScope.h
parentc9bd98fb0f7f794a6d352620da854e2d42b48328 (diff)
rename Evaluate() to EvaluateWithSourceContext()
Diffstat (limited to 'moses/FF/RuleScope.h')
-rw-r--r--moses/FF/RuleScope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/FF/RuleScope.h b/moses/FF/RuleScope.h
index 53334e789..0aa055285 100644
--- a/moses/FF/RuleScope.h
+++ b/moses/FF/RuleScope.h
@@ -19,7 +19,7 @@ public:
, ScoreComponentCollection &scoreBreakdown
, ScoreComponentCollection &estimatedFutureScore) const;
- virtual void Evaluate(const InputType &input
+ virtual void EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
, const StackVec *stackVec