-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
71 lines (70 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"datasaur": {
"host": "https://app.datasaur.ai",
"clientId": "<DATASAUR_CLIENT_ID>",
"clientSecret": "<DATASAUR_CLIENT_SECRET>"
},
"projectState": {
"source": "local",
"path": "quickstart/state/projectState.json"
},
"export": {
"source": "local",
"prefix": "quickstart/token-based/export",
"teamId": "<TEAM_ID>",
"statusFilter": [],
"format": "JSON_ADVANCED",
"fileTransformerId": null,
"projectFilter": {
"kind": "TOKEN_BASED",
"date": {
"newestDate": "2022-02-01",
"oldestDate": "2022-01-01"
},
"tags": []
}
},
"create": {
"teamId": "<TEAM_ID>",
"files": {
"source": "local",
"path": "quickstart/token-based/documents"
},
"pcwPayloadSource": {
"source": "inline"
},
"pcwAssignmentStrategy": "AUTO",
"pcwPayload": {
"projectSettings": {
"conflictResolution": {
"mode": "PEER_REVIEW",
"consensus": 1
},
"enableEditLabelSet": false,
"enableEditSentence": false,
"hideLabelerNamesDuringReview": false,
"hideRejectedLabelsDuringReview": true,
"hideLabelsFromInactiveLabelSetDuringReview": false
},
"documentSettings": {
"kind": "TOKEN_BASED",
"fileTransformerId": null,
"allowCharacterBasedLabeling": false,
"allowArcDrawing": true,
"allowMultiLabels": true,
"allTokensMustBeLabeled": false,
"textLabelMaxTokenLength": 999999,
"sentenceSeparator": "\n",
"tokenizer": "WINK"
},
"tagNames": ["TAG"]
},
"autoLabel": {
"enableAutoLabel": false,
"labelerEmail": "<EMAIL>",
"targetApiEndpoint": "<API_ENDPOINT>",
"targetApiSecretKey": "<API_SECRET>",
"numberOfFilesPerRequest": 1
}
}
}