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

moses.ini « phrase.multiple-translation-system « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d9f23d396b985dcc30b32774187edaac31ca1d3 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
# moses.ini for regression test

# D - decoding path, R - reordering model, L - language model
[translation-systems]
other D 0 L 0
default D 1 L 1

[mapping]
0 T 0
1 T 1

[ttable-file]
0 0 0 5 ${MODEL_PATH}/lexicalized-reordering/phrase-table.0-0.gz
0 0 0 5 ${MODEL_PATH}/basic-surface-only/phrase-table.gz

# language model
[lmodel-file]
0 0 3 ${LM_PATH}/europarl.en.srilm.gz
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.1
0.141806519223522

# language model weight
[weight-l]
0.001
0.142658800199951

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

# word penalty
[weight-w]
0.273416114951401
-0.273416114951401

[distortion-limit]
4

[beam-threshold]
0.03

[input-factors]
0


[verbose]
2