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 <fishandfrolick@gmail.com>2013-05-11 17:13:26 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2013-05-11 17:13:26 +0400
commit981351758a394ea06ea22cdd810d0735a9af3c9b (patch)
tree5a6f98e9146e11c2b957500626b54ffb2059bf6a /moses/InputType.h
parentb75d19483341828c51a370eeff4ff89f807a6b42 (diff)
delete class TranslationSystem
Diffstat (limited to 'moses/InputType.h')
-rw-r--r--moses/InputType.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/InputType.h b/moses/InputType.h
index 36966ed9a..a065c0bf0 100644
--- a/moses/InputType.h
+++ b/moses/InputType.h
@@ -37,7 +37,6 @@ class WordsRange;
class Factor;
class PhraseDictionary;
class TranslationOptionCollection;
-class TranslationSystem;
class ChartTranslationOptions;
/** base class for all types of inputs to the decoder,
@@ -167,7 +166,7 @@ public:
virtual void Print(std::ostream&) const =0;
//! create trans options specific to this InputType
- virtual TranslationOptionCollection* CreateTranslationOptionCollection(const TranslationSystem* system) const=0;
+ virtual TranslationOptionCollection* CreateTranslationOptionCollection() const=0;
//! return substring. Only valid for Sentence class. TODO - get rid of this fn
virtual Phrase GetSubString(const WordsRange&) const =0;