mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
train-model.perl: don't write obsolete glue-rule-type option to config.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4031 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
5acb99d76f
commit
0484d43a22
@ -1798,7 +1798,6 @@ sub create_ini {
|
||||
if ($_HIERARCHICAL) {
|
||||
print INI "[unknown-lhs]\n$_UNKNOWN_WORD_LABEL_FILE\n\n" if $_TARGET_SYNTAX && defined($_UNKNOWN_WORD_LABEL_FILE);
|
||||
print INI "[cube-pruning-pop-limit]\n1000\n\n";
|
||||
print INI "[glue-rule-type]\n0\n\n";
|
||||
print INI "[non-terminals]\nX\n\n";
|
||||
print INI "[search-algorithm]\n3\n\n";
|
||||
print INI "[inputtype]\n3\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user