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:
authorNicola Bertoldi <bertoldi@fbk.eu>2013-08-12 01:32:54 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2013-08-12 01:32:54 +0400
commit741122730532a800d7d88d8f7f742ffdc8fd1f54 (patch)
treebc49ca467fad719331545197c26eaabdd0ddc846 /moses/Parameter.h
parente50fc722e9c2aa663a8eb3d6c2b41634f4127fe6 (diff)
clean up related to the PhrrasePenalty producer
transform the PhrasePenalty basic feature functions into a FF like WordPenalty
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 b8adcbedf..2f7e5da40 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -72,6 +72,7 @@ protected:
void ConvertWeightArgsLM();
void ConvertWeightArgsDistortion();
void ConvertWeightArgsGeneration(const std::string &oldWeightName, const std::string &newWeightName);
+ void ConvertWeightArgsPhrasePenalty();
void ConvertWeightArgsWordPenalty();
void CreateWeightsMap();
void WeightOverwrite();