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

moses.ini « phrase.multi-factor « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cc0ee1f27f136253668a651d638df5ad48cc2da (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
#########################
### MOSES CONFIG FILE ###
#########################

# input factors
[input-factors]
0
1

# indicates that factors are separated by '++' in the input
[factor-delimiter]
++

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

[verbose]
2

[feature]
KENLM factor=0 order=3 num-features=1 lazyken=0 path=${LM_PATH}/europarl.en.srilm.gz
Generation input-factor=0 output-factor=1 num-features=2 path=${MODEL_PATH}/multi-factor/generation.0-1.gz
Distortion
WordPenalty
UnknownWordPenalty
PhraseDictionaryMemory input-factor=0 output-factor=0 path=${MODEL_PATH}/multi-factor/phrase-table.0-0.gz num-features=5 table-limit=20 
PhraseDictionaryBinary input-factor=1 output-factor=1 path=${MODEL_PATH}/multi-factor/phrase-table.1-1.gz num-features=5 table-limit=0 

[weight]
WordPenalty0= -1
KENLM0= 0.5
Generation0= 0.3 0
Distortion0= 0.6
PhraseDictionaryMemory0= 0.2 0.2 0.2 0.2 0.2
PhraseDictionaryBinary0= 0.2 0.2 0.2 0.2 0.2