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

moses.ini « phrase.lexicalized-reordering-probing « tests - github.com/moses-smt/moses-regression-tests.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e91d38415142fe4375676b0d268de9495ba60d3 (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/reordering-table.msd-bidirectional-fe.0.5.0-0.gz
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