forked from matecat/microsoft_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qa_model.json
64 lines (62 loc) · 1.25 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
58
59
60
61
62
63
64
{
"model": {
"version" : 1,
"label": "Microsoft",
"categories": [
{
"label": "Translation Errors",
"severities" : false,
"subcategories" : [
{ "label": "Mistranslation" },
{ "label": "Omissions" },
{ "label": "Additions" }
]
},
{
"label": "Microsoft-specific Terminology Inconsistency"
},
{
"label": "Generic Terminology Issue"
},
{
"label": "Language quality (grammar, punctuation, spelling)"
},
{
"label": "Language Quality",
"severities" : false,
"subcategories" : [
{ "label": "Grammar" },
{ "label": "Punctation" },
{ "label": "Spelling" }
]
},
{
"label" : "Readability"
}
],
"severities": [
{
"label": "None",
"penalty": 0
},
{
"label": "Minor",
"penalty": 0.3
},
{
"label": "Error",
"penalty": 1
},
{
"label": "Critical",
"penalty": 1000
}
],
"passfail" : {
"type" : "points_per_thousand",
"options" : {
"limit" : 20
}
}
}
}