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/ConfusionNet.h
parentb75d19483341828c51a370eeff4ff89f807a6b42 (diff)
delete class TranslationSystem
Diffstat (limited to 'moses/ConfusionNet.h')
-rw-r--r--moses/ConfusionNet.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/ConfusionNet.h b/moses/ConfusionNet.h
index fdb97a423..55fa0c8bf 100644
--- a/moses/ConfusionNet.h
+++ b/moses/ConfusionNet.h
@@ -14,7 +14,6 @@ namespace Moses
class FactorCollection;
class TranslationOptionCollection;
class Sentence;
-class TranslationSystem;
/** An input to the decoder where each position can be 1 of a number of words,
* each with an associated probability. Compared with a sentence, where each position is a word
@@ -69,7 +68,7 @@ public:
std::string GetStringRep(const std::vector<FactorType> factorsToPrint) const; //TODO not defined
const Word& GetWord(size_t pos) const;
- TranslationOptionCollection* CreateTranslationOptionCollection(const TranslationSystem* system) const;
+ TranslationOptionCollection* CreateTranslationOptionCollection() const;
const NonTerminalSet &GetLabelSet(size_t /*startPos*/, size_t /*endPos*/) const {
CHECK(false);