📄 pharaoh.ini
字号:
###########################
### 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -