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-07-11 13:13:34 +0400
committerHieu Hoang <hieuhoang@gmail.com>2013-07-11 13:13:34 +0400
commit6e64169a04904f20710bcb9d6f266d22fcacfce8 (patch)
tree936a735ad94d5657872f5bf101bfed622dce41d6 /moses/TranslationOptionCollection.h
parentbad58530e55f54a513add60a58950ce47195751a (diff)
move CreateTranslationOptionsForRange() from TranslationOptionCollectionText to TranslationOptionCollection so that it can be used by confusion networks too
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 d869e636b..df549f607 100644
--- a/moses/TranslationOptionCollection.h
+++ b/moses/TranslationOptionCollection.h
@@ -101,7 +101,7 @@ protected:
void SetTargetPhraseFromPtMatrix();
- void CreateTranslationOptionsForRange(
+ virtual void CreateTranslationOptionsForRange(
const DecodeGraph &decodeGraph
, size_t startPos
, size_t endPos