Projekt

Obecné

Profil

Task #9257 » output format 2.json

Lukáš Vlček, 2022-03-16 11:47

 
1
{
2
  "documentID": 123,
3
  "annotator": 11,
4
  "text": "... document ...",
5
  "classes": [
6
    "zasady-zpracovani-osobnich-udaju"
7
  ],
8
  "tags": [
9
    {
10
      "tagCategory": "subjekty",
11
      "tagName": "spravce",
12
      "id": 1,
13
      "firstCharPosition": 10,
14
      "length": 15
15
    },
16
    {
17
      "tagCategory": "subjekty",
18
      "tagName": "kontakt_spravce_adresa",
19
      "id": 2,
20
      "firstCharPosition": 50,
21
      "length": 20
22
    },
23
    {
24
      "tagCategory": "subjekty",
25
      "tagName": "kontakt_spravce_adresa",
26
      "id": 2,
27
      "firstCharPosition": 90,
28
      "length": 15
29
    },
30
    {
31
      "tagCategory": "subjekty",
32
      "tagName": "poverenec",
33
      "id": 3,
34
      "firstCharPosition": 137,
35
      "length": 11
36
    },
37
    {
38
      "tagCategory": "subjekty",
39
      "tagName": "poverenec",
40
      "id": 4,
41
      "firstCharPosition": 168,
42
      "length": 15
43
    }
44
  ]
45
}
(2-2/2)