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>2013-05-02 17:55:26 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-05-02 17:55:26 +0400
commit47465f8afb087e2dc2eeefc670709ef57b9b8088 (patch)
tree8e5496b95b887d89b6b09bb8d7b5dbb9c6f85101 /moses/ScoreComponentCollectionTest.cpp
parentc99e9f8c908ab7204e796745adfd1592d72ddf0f (diff)
start framework for evaluating target phrase score
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 69d099edd..d951df695 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -38,7 +38,7 @@ class MockStatelessFeatureFunction : public StatelessFeatureFunction {
virtual void EvaluateChart(const ChartBasedFeatureContext&, ScoreComponentCollection*) const {}
virtual void Evaluate(const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown
- , float &estimatedFutureScore) const
+ , ScoreComponentCollection &estimatedFutureScore) const
{ }
};