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:
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;