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/Sentence.h
parentb75d19483341828c51a370eeff4ff89f807a6b42 (diff)
delete class TranslationSystem
Diffstat (limited to 'moses/Sentence.h')
-rw-r--r--moses/Sentence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Sentence.h b/moses/Sentence.h
index eb5b586b1..fc484a30a 100644
--- a/moses/Sentence.h
+++ b/moses/Sentence.h
@@ -90,7 +90,7 @@ public:
int Read(std::istream& in,const std::vector<FactorType>& factorOrder);
void Print(std::ostream& out) const;
- TranslationOptionCollection* CreateTranslationOptionCollection(const TranslationSystem* system) const;
+ TranslationOptionCollection* CreateTranslationOptionCollection() const;
void CreateFromString(const std::vector<FactorType> &factorOrder
, const std::string &phraseString