improved description of configuration file for [ttable-file] parameter

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3376 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
nicolabertoldi 2010-07-30 09:10:17 +00:00
parent 8adef921ed
commit 621428de44

View File

@ -1529,7 +1529,10 @@ sub create_ini {
}
print INI "1 T 1\n" if $_GLUE_GRAMMAR;;
print INI "\n# translation tables: source-factors, target-factors, number of scores, file
print INI "\n# translation tables: table type (hierarchical(0), textual (0), binary (1)), source-factors, target-factors, number of scores, file
# OLD FORMAT is still handled for back-compatibility
# OLD FORMAT translation tables: source-factors, target-factors, number of scores, file
# OLD FORMAT a binary table type (1) is assumed
[ttable-file]\n";
my $num_of_ttables = 0;
my @SPECIFIED_TABLE = @_PHRASE_TABLE;