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>2014-05-31 22:52:30 +0400
committerHieu Hoang <hieu@hoang.co.uk>2014-05-31 22:52:30 +0400
commit7909dcf094b258a989555a35a556bdbccead1aa6 (patch)
tree584345499d2a8562a82f216f64df1fe58d0722a8 /moses/Parameter.h
parent9a91f423e439d9bea896027298b291b3d2b9c2b8 (diff)
add decoder arg -weight-add
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 111275c4f..0eb06cc10 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -76,6 +76,7 @@ protected:
void ConvertWeightArgsWordPenalty();
void ConvertPhrasePenalty();
void CreateWeightsMap();
+ void CreateWeightsMap(const PARAM_VEC &vec);
void WeightOverwrite();
void AddFeature(const std::string &line);
void AddFeaturesCmd();