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 <hieuhoang@gmail.com>2015-05-13 13:29:16 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-05-13 13:29:16 +0300
commit5173b9f6172cb695461b00826da935c2b2907c78 (patch)
tree1e39253453f4eef9934f5df5f342ade079fea9ed /moses/Parameter.cpp
parent0859e9a844cc23ff04b09b4ac3d580da9197d1a1 (diff)
beautify. Add sed for trailing spaces
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index 599d70938..33441570f 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -241,9 +241,9 @@ 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.");
+ "A (tokenized) string containing context words for context-sensitive translation.");
AddParam(misc_opts,"context-window",
- "Context window (in words) for context-sensitive translation: {+|-|+-}<number>.");
+ "Context window (in words) for context-sensitive translation: {+|-|+-}<number>.");
// Compact phrase table and reordering table.
po::options_description cpt_opts("Options when using compact phrase and reordering tables.");