pharaoh.ini

来自「解码器是基于短语的统计机器翻译系统的核心模块」· INI 代码 · 共 45 行

INI
45
字号
###########################
### PHARAOH CONFIG FILE ###
###########################

# phrase table f, n, p(n|f)
[ttable-file]
../models/some_pt

# language model
[lmodel-file]
../models/some_lm

# vocabulary files (not really needed)
[vocab-file-foreign]

[vocab-file-native]

# limit on how many phrase translations e for each phrase f are loaded
[ttable-limit]
20

# the maximum lenghth of the phrase snippet
[phrase-limit]
7

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

# 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

⌨️ 快捷键说明

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