NMTKD
/
translation
/tools
/mosesdecoder
/scripts
/regression-testing
/tests
/mert-moses-new-nocase
/moses.ini
# moses.ini for regression test | |
[ttable-file] | |
0 0 5 ${TM_PATH}/phrase-table.0-0.gz | |
# language model | |
[lmodel-file] | |
1 0 3 ${LM_PATH}/train.en.w5.msb.nops.blm | |
# limit on how many phrase translations e for each phrase f are loaded | |
[ttable-limit] | |
#ttable element load limit 0 = all elements loaded | |
20 | |
0 | |
# distortion (reordering) files | |
[distortion-file] | |
0-0 msd-bidirectional-fe 6 ${RM_PATH}/reordering-table.msd-bidirectional-fe.0.5.0-0.gz | |
# distortion (reordering) weight | |
[weight-d] | |
0.4 | |
0.15 | |
0.15 | |
0.15 | |
0.15 | |
0.15 | |
0.15 | |
# language model weight | |
[weight-l] | |
0.5 | |
# translation model weight (phrase translation, lexical weighting) | |
[weight-t] | |
0.2 | |
0.2 | |
0.2 | |
0.2 | |
0.2 | |
# word penalty | |
[weight-w] | |
-1.0 | |
[distortion-limit] | |
4 | |
[beam-threshold] | |
0.03 | |
[input-factors] | |
0 | |
[mapping] | |
T 0 | |
[verbose] | |
0 | |