From 3b03d803d98194772e4b0ac6df7041c8c98c0119 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 13 Sep 2013 09:27:48 +0200 Subject: make sure Evaluate(inputPath) is called for chart translation options --- moses/ChartParser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'moses/ChartParser.h') diff --git a/moses/ChartParser.h b/moses/ChartParser.h index d80296771..55a2c85fd 100644 --- a/moses/ChartParser.h +++ b/moses/ChartParser.h @@ -66,6 +66,7 @@ public: long GetTranslationId() const; size_t GetSize() const; const InputPath &GetInputPath(size_t startPos, size_t endPos) const; + const InputPath &GetInputPath(WordsRange &range) const; private: ChartParserUnknown m_unknown; -- cgit v1.2.3