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:
authorAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2013-12-03 19:50:41 +0400
committerAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2013-12-03 19:50:41 +0400
commitcd63f30f156db0d81904928f0e6a5e514dbb2af5 (patch)
tree710f4245a70b80d6bff93c828e2b8ceb180e5962 /moses/ScoreComponentCollectionTest.cpp
parentfec97d2073f5a98bfd1d1126b3e4ef44e0ad14b9 (diff)
modified FF interface: Evaluate() with input has access to future-cost estimation
Diffstat (limited to 'moses/ScoreComponentCollectionTest.cpp')
-rw-r--r--moses/ScoreComponentCollectionTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses/ScoreComponentCollectionTest.cpp b/moses/ScoreComponentCollectionTest.cpp
index 06f999e3d..5dc3c0f83 100644
--- a/moses/ScoreComponentCollectionTest.cpp
+++ b/moses/ScoreComponentCollectionTest.cpp
@@ -39,7 +39,8 @@ public:
void Evaluate(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
- , ScoreComponentCollection &scoreBreakdown) const
+ , ScoreComponentCollection &scoreBreakdown
+ , ScoreComponentCollection *estimatedFutureScore) const
{}
void Evaluate(const Phrase &source
, const TargetPhrase &targetPhrase