EMS: fix TRAINING:use-syntax-input-weight-feature option

This commit is contained in:
Phil Williams 2015-03-13 17:18:56 +00:00
parent ce8b0e0876
commit 0a8e5fb3bf

View File

@ -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 ";
}
}