Projekt

Obecné

Profil

Task #9257 » output format 1.json

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

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