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:
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index cf8737e3b..4eaf419c4 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -243,6 +243,7 @@ Parameter::Parameter()
AddParam(misc_opts,"feature", "All the feature functions should be here");
AddParam(misc_opts,"context-string",
"A (tokenized) string containing context words for context-sensitive translation.");
+ AddParam(misc_opts,"context-weights", "A key-value map for context-sensitive translation.");
AddParam(misc_opts,"context-window",
"Context window (in words) for context-sensitive translation: {+|-|+-}<number>.");