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>2012-12-07 20:05:50 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-12-07 20:05:50 +0400
commitf212927368c42bfe3ea27eb7a7bb5959363505a1 (patch)
tree0b44e426a0bab3e390f8043ab18d1b22522aebd1 /moses/SyntacticLanguageModel.h
parentd1fcb37b06c741c37bdb56da2385c25429416285 (diff)
get rid of all overrides for GetScoreProducerDescription(). Except SyntacticLM - not sure if it should be separated from LM or not
Diffstat (limited to 'moses/SyntacticLanguageModel.h')
-rw-r--r--moses/SyntacticLanguageModel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/SyntacticLanguageModel.h b/moses/SyntacticLanguageModel.h
index 5f6e13024..29ea469c9 100644
--- a/moses/SyntacticLanguageModel.h
+++ b/moses/SyntacticLanguageModel.h
@@ -26,8 +26,6 @@ namespace Moses
~SyntacticLanguageModel();
size_t GetNumScoreComponents() const;
- std::string GetScoreProducerDescription(unsigned) const;
- std::string GetScoreProducerWeightShortName() const;
const FFState* EmptyHypothesisState(const InputType &input) const;