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

moses.ini « phrase.compresspt « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9434a6180817e79471c2adfa33878d6b6e13bb4 (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
#########################
### 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
PhraseDictionaryCompact input-factor=0 output-factor=0 path=${TEST_PATH}/phrase-table.minphr num-features=5 table-limit=20 

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