-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.json
56 lines (46 loc) · 1.29 KB
/
config.json
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
46
47
48
49
50
51
52
53
54
55
{
"options": {
"input file": "sample_en_it.csv",
"align file": "sample_align",
"token file": "sample_token",
"output folder": "output",
"source language": "en",
"target language": "it",
"normalize scores": "true",
"emit scores": "false",
"no out files": "false",
"max decision": -1
},
"policies": [
["OneNo", "on"],
["TwentyNo", "off"],
["MajorityVoting", "off"]
],
"filters": [
["SampleFilter", "on"],
["LengthStats", "off"],
["LengthRatio", "off"],
["ReverseLengthRatio", "off"],
["WordRatio", "off"],
["ReverseWordRatio", "off"],
["WordLength", "off"],
["TagFinder", "off"],
["RepeatedChars", "off"],
["RepeatedWords", "off"],
["Lang_Identifier", "off"],
["AlignedProportion", "off"],
["BigramAlignedProportion", "off"],
["NumberOfUnalignedSequences", "off"],
["LongestAlignedSequence", "off"],
["LongestUnalignedSequence", "off"],
["AlignedSequenceLength", "off"],
["UnalignedSequenceLength", "off"],
["FirstUnalignedWord", "off"],
["LastUnalignedWord", "off"],
["WE_Average", "off"],
["WE_Median", "off"],
["WE_BestAlignScore", "off"],
["WE_ScoreOtherAlignment", "off"],
["WE_ScoreAlign_BestForRest", "off"]
]
}