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-01-15 22:32:13 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-01-15 22:32:13 +0400
commit3bbccf078c59e44287d6da18017e6ee0f7c51163 (patch)
treeaad6ca6e91e971ad80f543bd107bac9a672d85a7 /moses/Parameter.h
parent97a26104aa449684b2568beefcb968163a1ecc3b (diff)
refactor LexicalReordering
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 7f7b576fc..74d1ac0a5 100644
--- a/moses/Parameter.h
+++ b/moses/Parameter.h
@@ -73,6 +73,7 @@ protected:
void ConvertWeightArgsGeneration(const std::string &oldWeightName, const std::string &newWeightName);
void CreateWeightsMap();
void WeightOverwrite();
+ void AddFeature(const std::string &line);
public: