Welcome to mirror list, hosted at ThFree Co, Russian Federation.

moses.ini « phrase.ptable-filtering « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0838ad6b7879522c42a5915f2d18a480ab7c6a4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# reg testing

[ttable-file]
0 0 0 6 ${MODEL_PATH}/ptable-filtering/phrase-table.gz

# 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
# 0 = all elements loaded
[ttable-limit]
20

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

# language model weight
[weight-l]
0.05

# translation model weight (phrase translation, lexical weighting)
[weight-t]
0.019268
0.025749
0.018038
0.008511
0.013410
-0.624610

# word penalty
[weight-w]
-0.108496

[distortion-limit]
6

[stack]
100

[beam-threshold]
0.03

[input-factors]
0

[mapping]
T 0

[verbose]
3