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:
authorPhil Williams <philip.williams@mac.com>2015-03-13 20:18:56 +0300
committerPhil Williams <philip.williams@mac.com>2015-03-13 20:18:56 +0300
commit0a8e5fb3bf51a2a8fc6c0704b80ce7217baf333d (patch)
treefd73ed8ed02e9d1672b83dab8ec58c8b25e5bab5 /scripts
parentce8b0e0876f8053558c92c664158bdd409830ff8 (diff)
EMS: fix TRAINING:use-syntax-input-weight-feature option
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ems/experiment.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ems/experiment.perl b/scripts/ems/experiment.perl
index 3566f7cf1..7a5e81eec 100755
--- a/scripts/ems/experiment.perl
+++ b/scripts/ems/experiment.perl
@@ -2463,7 +2463,7 @@ sub get_config_tables {
$cmd .= "-dont-tune-glue-grammar ";
}
if (&get("TRAINING:use-syntax-input-weight-feature")) {
- $cmd .= "-use-syntax-input-weight-feature";
+ $cmd .= "-use-syntax-input-weight-feature ";
}
}