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-06-28 18:43:56 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-28 18:43:56 +0400
commit2b357f91e3ad1a0688a9c16e71632c31018a8d68 (patch)
treec92fbf039e29d2c0d53d265504da7d61b6350c69 /moses/TranslationOptionCollection.h
parentfd1a70739ff7e5bb771156d869bb59148f137ba6 (diff)
separate CreateTranslationOptionsForRange() for text and confusion network input
Diffstat (limited to 'moses/TranslationOptionCollection.h')
-rw-r--r--moses/TranslationOptionCollection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TranslationOptionCollection.h b/moses/TranslationOptionCollection.h
index 7619f4d17..8c9d8fc4e 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -158,7 +158,7 @@ public:
, size_t startPosition
, size_t endPosition
, bool adhereTableLimit
- , size_t graphInd);
+ , size_t graphInd) = 0;
//!Check if this range has XML options
virtual bool HasXmlOptionsOverlappingRange(size_t startPosition, size_t endPosition) const;