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-04 17:08:00 +0400
committerHieu Hoang <hieuhoang@gmail.com>2012-12-04 17:08:00 +0400
commit33105a7ba7c99b08b6a8edd365a3aed3abfd09bd (patch)
tree5a629a8258ee58dfc066222bc1749cca6a04797b /moses/SyntacticLanguageModel.h
parent55f65c3104989c5dae13f1cda3395cd52d62c524 (diff)
get rid of int argument from GetScoreProducerWeightShortName()
Diffstat (limited to 'moses/SyntacticLanguageModel.h')
-rw-r--r--moses/SyntacticLanguageModel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/SyntacticLanguageModel.h b/moses/SyntacticLanguageModel.h
index 61378d678..5f6e13024 100644
--- a/moses/SyntacticLanguageModel.h
+++ b/moses/SyntacticLanguageModel.h
@@ -27,7 +27,7 @@ namespace Moses
size_t GetNumScoreComponents() const;
std::string GetScoreProducerDescription(unsigned) const;
- std::string GetScoreProducerWeightShortName(unsigned) const;
+ std::string GetScoreProducerWeightShortName() const;
const FFState* EmptyHypothesisState(const InputType &input) const;