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

moses.ini « multi-factor-drop « tests « regression-testing - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b1c27626ff04db6bd27c9a092c670a4bd850042c (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
66
67
68
69
70
71
72
73
74
75
#########################
### MOSES CONFIG FILE ###
#########################

# input factors
[input-factors]
0
1

# mapping steps
[mapping]
T 0
G 0
T 1

# translation tables: source-factors, target-factors, number of scores, file 
[ttable-file]
0 0 6 ${MODEL_PATH}/multi-factor-drop/phrase-table.0-0.gz
1 1 5 ${MODEL_PATH}/multi-factor-drop/phrase-table.1-1.gz

# generation models: source-factors, target-factors
[generation-file]
0 1 2 ${MODEL_PATH}/multi-factor-drop/generation.0-1.gz

# language models: 0, factors, type, file
[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
0

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

# language model weights
[weight-l]
0.5

# translation model weights
[weight-t]
0.2
0.2
0.2
0.2
0.2
0.2
0.2
0.2
0.2
0.2
0.2

# generation model weights
[weight-generation]
0.3
0

# word penalty
[weight-w]
-1

[phrase-drop-allowed]
yes

##word-drop penalty
#[weight-e]
#2.718

[verbose]
2