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>2014-05-08 20:51:45 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-05-08 20:51:45 +0400
commit15566f7fc543047b0d3358541de0a384ff4adace (patch)
treec186a520b0aaf5f83c1f68115a9a043befda4216 /moses/FF/ConstrainedDecoding.h
parent3ef5d76860d060d6cc3b0df2070d8d722ba87d31 (diff)
extend FF framework by add StackVec* argument to 2nd Evaluate(). NULL if phrase-based
Diffstat (limited to 'moses/FF/ConstrainedDecoding.h')
-rw-r--r--moses/FF/ConstrainedDecoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/FF/ConstrainedDecoding.h b/moses/FF/ConstrainedDecoding.h
index 2ca2e18cd..25cfddcf2 100644
--- a/moses/FF/ConstrainedDecoding.h
+++ b/moses/FF/ConstrainedDecoding.h
@@ -49,6 +49,7 @@ public:
void Evaluate(const InputType &input
, const InputPath &inputPath
, const TargetPhrase &targetPhrase
+ , const StackVec *stackVec
, ScoreComponentCollection &scoreBreakdown
, ScoreComponentCollection *estimatedFutureScore = NULL) const
{}