moses.ini

来自「moses开源的机器翻译系统」· INI 代码 · 共 61 行

INI
61
字号
# Moses configuration file
# automatic exodus from pharaoh.ini Wed Jul 12 18:24:14 EDT 2006

###########################
### PHARAOH CONFIG FILE ###
###########################

# phrase table f, n, p(n|f)
[ttable-file]
0 0 5 ${MODEL_PATH}/confusionNet-surface-only/phrase-table.0-0

# language model
[lmodel-file]
0 0 3 ${LM_PATH}/europarl.en.srilm.gz
# limit on how many phrase translations e for each phrase f are loaded
[ttable-limit]
#ttable element load limit 0 = all elements loaded
20

# distortion (reordering) weight
[weight-d]
0.141806519223522

# language model weight
[weight-l]
0.142658800199951

# translation model weight (phrase translation, lexical weighting)
[weight-t]
0.00402447059454402
0.0685647475075862
0.294089113124688
0.0328320356515851
-0.0426081987467227

# word penalty
[weight-w]
-0.273416114951401

[distortion-limit]
4

[beam-threshold]
0.03

[input-factors]
0

[mapping]
T 0

[inputtype]
1

[weight-i]
1.0

[verbose]
2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?