Bin
2025-12-16 9e0b2ba2c317b1a86212f24cbae3195ad1f3dbfa
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
72
73
74
75
76
<View>
  <Labels name="label" toName="text">
    <Label value="PER" background="red"/>
    <Label value="ORG" background="darkorange"/>
    <Label value="LOC" background="orange"/>
    <Label value="MISC" background="green"/>
  </Labels>
 
  <Text name="text" value="$text"/>
</View>
 
<!-- {"data": {
  "text": "A Florida restaurant paid 10,925 pounds ($16,935) for the draft of \"Ain't no telling\", which Hendrix penned on a piece of London hotel stationery in late 1966."
},
"annotations": [{"result":
[
    {
        "value": {
            "start": 2,
            "end": 9,
            "text": "Florida",
            "labels": [
                "LOC"
            ]
        },
        "id": "eKp4GFOe0i",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 68,
            "end": 84,
            "text": "Ain't no telling",
            "labels": [
                "MISC"
            ]
        },
        "id": "5TX2lN7gpf",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 93,
            "end": 100,
            "text": "Hendrix",
            "labels": [
                "PER"
            ]
        },
        "id": "vvCi3V1YiS",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 122,
            "end": 128,
            "text": "London",
            "labels": [
                "LOC"
            ]
        },
        "id": "09r8VxrAe2",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    }
]
}]
}
-->