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>2013-09-18 14:35:31 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-18 14:35:31 +0400
commit5625d30a2626630673a5c5c559d7cb7b2f7f76a8 (patch)
treefc94afbf50b62b9707cf81bed6f4ff775e7b6081 /moses/FF/SourceWordDeletionFeature.h
parenta4f5879fef2d7150b9e17f32937c2d54ff7eda2f (diff)
add target phrase to arguments for Evaluate() during application to sentence
Diffstat (limited to 'moses/FF/SourceWordDeletionFeature.h')
-rw-r--r--moses/FF/SourceWordDeletionFeature.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FF/SourceWordDeletionFeature.h b/moses/FF/SourceWordDeletionFeature.h
index 58b7cad9d..79466e8c2 100644
--- a/moses/FF/SourceWordDeletionFeature.h
+++ b/moses/FF/SourceWordDeletionFeature.h
@@ -34,6 +34,7 @@ public:
, ScoreComponentCollection &estimatedFutureScore) const;
void Evaluate(const InputType &input
, const InputPath &inputPath
+ , const TargetPhrase &targetPhrase
, ScoreComponentCollection &scoreBreakdown) const
{}
void Evaluate(const Hypothesis& hypo,