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-02-22 23:17:57 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-02-22 23:17:57 +0400
commit194adf81308b4b0d82c2710d3ea47a5882d1cdce (patch)
treedd0c3530e61883c62a3b31eb408a4aa408ee7954 /moses/Parameter.h
parent5e23eb502d94aae7829d40b220c8e760e506f432 (diff)
change format for phrase model
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index 55a7924e9..3b3d7f3ea 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -68,7 +68,7 @@ protected:
void AddWeight(const std::string &name, size_t ind, const std::vector<float> &weights);
void ConvertWeightArgs();
void ConvertWeightArgsSingleWeight(const std::string &oldWeightName, const std::string &newWeightName);
- void ConvertWeightArgsPhraseModel(const std::string &oldWeightName, const std::string &newWeightName);
+ void ConvertWeightArgsPhraseModel(const std::string &oldWeightName);
void ConvertWeightArgsLM(const std::string &oldWeightName);
void ConvertWeightArgsDistortion();
void ConvertWeightArgsGeneration(const std::string &oldWeightName, const std::string &newWeightName);