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

moses.ini « moses2.lexicalized-reordering-probing-compactlexro « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f6f23d4ccef12f7c6dd851461fc195abe1358e (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
#########################
### MOSES CONFIG FILE ###
#########################

# input factors
[input-factors]
0

# mapping steps
[mapping]
T 0

[distortion-limit]
6

[feature]
KENLM factor=0 order=5 num-features=1 lazyken=0 path=${MODEL_PATH}/lexicalized-reordering/europarl.lm
Distortion
LexicalReordering type=msd-bidirectional-fe input-factor=0 output-factor=0 num-features=6 path=${MODEL_PATH}/lexicalized-reordering/ro
WordPenalty
UnknownWordPenalty
ProbingPT name=pt0 input-factor=0 output-factor=0 path=${MODEL_PATH}/lexicalized-reordering/probing.v15 num-features=5 table-limit=20 


[weight]
WordPenalty0= -1
KENLM0= 0.5
Distortion0= 0.5
LexicalReordering0= 0.3 0.3 0.3 0.3 0.3 0.3
pt0= 0.2 0.2 0.2 0.2 0.2