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-13 11:27:48 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-09-13 11:27:48 +0400
commit3b03d803d98194772e4b0ac6df7041c8c98c0119 (patch)
treeeb2511059b3991addfe1482c44000465a6091a67 /moses/ChartParser.h
parent9950279bc72c2acdf227ca30ef4bba2d900c241b (diff)
make sure Evaluate(inputPath) is called for chart translation options
Diffstat (limited to 'moses/ChartParser.h')
-rw-r--r--moses/ChartParser.h1
1 files changed, 1 insertions, 0 deletions
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;