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/ScoreComponentCollectionTest.cpp
parentc9bd98fb0f7f794a6d352620da854e2d42b48328 (diff)
rename Evaluate() to EvaluateWithSourceContext()
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index 3e6fd5729..719e05e7d 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -36,7 +36,7 @@ public:
StatelessFeatureFunction(n, line) {}
void Evaluate(const Hypothesis&, ScoreComponentCollection*) const {}
void EvaluateChart(const ChartHypothesis&, ScoreComponentCollection*) const {}
- void Evaluate(const InputType &input
+ void EvaluateWithSourceContext(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
, const StackVec *stackVec