-
Notifications
You must be signed in to change notification settings - Fork 0
/
qa_model.json
57 lines (55 loc) · 1.11 KB
/
qa_model.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
56
57
{
"model": {
"version" : 1,
"label": "MateCat default",
"categories": [
{
"label": "Style (readability, consistent style and tone)",
"code": "STY",
"dqf_id" : 4
}
,{
"label": "Tag issues (mismatches, whitespaces)",
"code": "TAG",
"dqf_id" : 5
},
{
"label": "Translation errors (mistranslation, additions or omissions)",
"code": "TER",
"dqf_id" : 1
},
{
"label": "Terminology and translation consistency",
"code": "TRM",
"dqf_id" : 3
},
{
"label": "Language quality (grammar, punctuation, spelling)",
"code": "LQ",
"dqf_id" : 2
}
],
"severities": [
{
"label": "Neutral",
"dqf_id" : 0,
"penalty": 0
},{
"label": "Minor",
"dqf_id" : 1,
"penalty": 0.5
},
{
"label": "Major",
"dqf_id" : 2,
"penalty": 2
}
],
"passfail" : {
"type" : "points_per_thousand",
"options" : {
"limit" : [ 12, 12 ]
}
}
}
}