chenzhaoyang
2025-12-17 d3e5a4b7658ece4f845bbc0c4f95acf3fbdf8a61
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<View>
   <Relations>
    <Relation value="org:founded_by"/>
    <Relation value="org:founded"/>
  </Relations>
  <Labels name="label" toName="text">
    <Label value="Organization" background="orange"/>
    <Label value="Person" background="green"/>
    <Label value="Datetime" background="blue"/>
  </Labels>
 
  <Text name="text" value="$text"/>
</View>
 
<!-- {"data": {
"text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975, to develop and sell BASIC interpreters for the Altair 8800."
},
"annotations": [{"result":
[
    {
        "value": {
            "start": 0,
            "end": 9,
            "text": "Microsoft",
            "labels": [
                "Organization"
            ]
        },
        "id": "a-ubmF-dP2",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 25,
            "end": 35,
            "text": "Bill Gates",
            "labels": [
                "Person"
            ]
        },
        "id": "dQ_pmsrWsm",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 40,
            "end": 50,
            "text": "Paul Allen",
            "labels": [
                "Person"
            ]
        },
        "id": "IpmpOMj0vw",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "value": {
            "start": 54,
            "end": 67,
            "text": "April 4, 1975",
            "labels": [
                "Datetime"
            ]
        },
        "id": "Q-zXcdacte",
        "from_name": "label",
        "to_name": "text",
        "type": "labels"
    },
    {
        "from_id": "a-ubmF-dP2",
        "to_id": "dQ_pmsrWsm",
        "type": "relation",
        "direction": "right",
        "labels": [
            "org:founded_by"
        ]
    },
    {
        "from_id": "a-ubmF-dP2",
        "to_id": "IpmpOMj0vw",
        "type": "relation",
        "direction": "right",
        "labels": []
    },
    {
        "from_id": "a-ubmF-dP2",
        "to_id": "Q-zXcdacte",
        "type": "relation",
        "direction": "right",
        "labels": [
            "org:founded"
        ]
    }
]
}]
 
}
-->