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-04-30 22:27:49 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-30 22:27:49 +0400
commit3e64d4b341e7d23c579b5c46368240978533063a (patch)
treedb0d71f4841bf7ca506bc1fb6f9cc2484e33ccd7 /moses/GenerationDictionary.h
parenta311f07d1fcfbc5666ebd1bcd711fb2c80941fc7 (diff)
enum StatelessFeatureType
Diffstat (limited to 'moses/GenerationDictionary.h')
-rw-r--r--moses/GenerationDictionary.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/moses/GenerationDictionary.h b/moses/GenerationDictionary.h
index b0a84fb79..b0bdccbf6 100644
--- a/moses/GenerationDictionary.h
+++ b/moses/GenerationDictionary.h
@@ -69,7 +69,6 @@ public:
* Or NULL if the input word isn't found. The search function used is the WordComparer functor
*/
const OutputWordCollection *FindWord(const Word &word) const;
- virtual bool ComputeValueInTranslationOption() const;
//Usual feature function methods are not implemented
virtual void Evaluate(const PhraseBasedFeatureContext& context,
@@ -84,8 +83,6 @@ public:
throw std::logic_error("GenerationDictionary.Evaluate() Not implemented");
}
- virtual bool ComputeValueInTranslationTable() const {return true;}
-
};