From 0d60b7f2ddcfd4be0a74e112eba7d2a2b96dee58 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Tue, 13 Aug 2013 12:16:55 +0100 Subject: implement Evaluate(inputpath, input) for chart translation options. Plumbing for lattice input --- moses/ChartParserCallback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses/ChartParserCallback.h') 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 &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 -- cgit v1.2.3