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 <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-12 23:35:06 +0400
committerhieu <hieu@hieu-Precision-WorkStation-T3400.(none)>2012-12-12 23:35:06 +0400
commit58199037b0741bc54fe5d02e99e868a53a651df7 (patch)
tree99f5f3609eceee01664220e194386c77a6987620 /moses/Parameter.h
parente84f7d6292eaf66d3b3ce88eb66b7a35167ef3d4 (diff)
input weight formatted according to discussions with Ken & Barry
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index 4c5b901d4..0923964ff 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -68,7 +68,9 @@ protected:
void ConvertWeightArgs();
void ConvertWeightArgsSingleWeight(const std::string &oldWeightName, const std::string &newWeightName);
void ConvertWeightArgsT(const std::string &oldWeightName, const std::string &newWeightName);
+ void ConvertWeightArgsLM(const std::string &oldWeightName, const std::string &newWeightName);
void ConvertWeightArgsDistortion();
+ void ConvertWeightArgsGeneration(const std::string &oldWeightName, const std::string &newWeightName);
void CreateWeightsMap();
void WeightOverwrite();