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-24 22:23:14 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-04-24 22:23:14 +0400
commitb53b93f09f589abddecc9e563eca46b9c1c67c06 (patch)
tree985e72129f8067459bf5991a201b5854227a05a0 /moses/Parameter.h
parent6da2cf76631916dbd9d46bc9cf6f76b395430425 (diff)
gt rid of word penalty of 0.434. Adjust weight accordingly
Diffstat (limited to 'moses/Parameter.h')
-rw-r--r--moses/Parameter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Parameter.h b/moses/Parameter.h
index 69fab3df4..02a33e153 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -72,6 +72,7 @@ protected:
void ConvertWeightArgsLM(const std::string &oldWeightName);
void ConvertWeightArgsDistortion();
void ConvertWeightArgsGeneration(const std::string &oldWeightName, const std::string &newWeightName);
+ void ConvertWeightArgsWordPenalty();
void CreateWeightsMap();
void WeightOverwrite();
void AddFeature(const std::string &line);