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

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

# input factors
[input-factors]
0
1
2
3

# mapping steps
[mapping]
0 T 0

[distortion-limit]
6

[n-best-list]
nbest
5


[print-alignment-info-in-n-best]
true

[include-segmentation-in-n-best]
true

[feature]
IRSTLM factor=0 order=3 num-features=1 path=${MODEL_PATH}/ptable-with-alignment/mini.irstlm.en.3g.lm
Distortion
WordPenalty
UnknownWordPenalty
PhraseDictionaryMemory input-factor=0 output-factor=0 path=${MODEL_PATH}/ptable-with-alignment/phrase-table.gz num-features=5 table-limit=20 

[weight]
WordPenalty0= -1
IRSTLM0= 0.5
Distortion0= 0.6
PhraseDictionaryMemory0= 0.2 0.2 0.2 0.2 0.2