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-08-13 15:16:55 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-13 15:16:55 +0400
commit0d60b7f2ddcfd4be0a74e112eba7d2a2b96dee58 (patch)
treed18f5d34af9c30e3e226cdb8bcabea6d21cf1a0e /moses/ChartParserCallback.h
parentf6761003285ef52c4c21ddc9a2650f42ea867212 (diff)
implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input
Diffstat (limited to 'moses/ChartParserCallback.h')
-rw-r--r--moses/ChartParserCallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/ChartParserCallback.h b/moses/ChartParserCallback.h
index b68346c5f..25953ff9c 100644
--- a/moses/ChartParserCallback.h
+++ b/moses/ChartParserCallback.h
@@ -24,7 +24,7 @@ public:
virtual void AddPhraseOOV(TargetPhrase &phrase, std::list<TargetPhraseCollection*> &waste_memory, const WordsRange &range) = 0;
- virtual void Evaluate(const InputPath &inputPath, const InputType &input) = 0;
+ virtual void Evaluate(const InputType &input, const InputPath &inputPath) = 0;
};
} // namespace Moses