forked from matecat/airbnb_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqa_model.json
46 lines (46 loc) · 978 Bytes
/
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
{
"model": {
"version" : 1,
"label": "Airbnb",
"categories": [
{
"label": "Accuracy (Addition, Omission, Mistranslation, Untranslated, Inconsistency)",
"code": "ACC"
},
{
"label": "Client guidelines (Terminology, Style Guide, Project instructions)",
"code": "GUI"
},
{
"label": "Linguistic (Punctuation, Spelling, Grammar, Locale conventions)",
"code": "LNG"
},
{
"label": "Style (Inconsistent style, Readability, Unidiomatic)",
"code": "STY"
}
],
"severities": [
{
"label": "Repetition",
"dqf_id" : 1,
"penalty": 0
},{
"label": "Minor",
"dqf_id" : 2,
"penalty": 1
},
{
"label": "Major",
"dqf_id" : 3,
"penalty": 2
}
],
"passfail" : {
"type" : "points_per_thousand",
"options" : {
"limit" : 20
}
}
}
}