-
Notifications
You must be signed in to change notification settings - Fork 1
/
classification.json
executable file
·83 lines (83 loc) · 1.42 KB
/
classification.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
72
73
74
75
76
77
78
79
80
81
82
83
{
"entity_types": [
{
"idx": 0,
"label": "O"
},
{
"idx": 1,
"label": "StatedKeyFigure"
},
{
"idx": 2,
"label": "Condition"
},
{
"idx": 3,
"label": "StatedExpression"
},
{
"idx": 4,
"label": "Unit"
},
{
"idx": 5,
"label": "Range"
},
{
"idx": 6,
"label": "DeclarativeKeyFigure"
},
{
"idx": 7,
"label": "Factor"
},
{
"idx": 8,
"label": "DeclarativeExpression"
}
],
"relation_types": [
{
"idx": 9,
"label": "hasCondition"
},
{
"idx": 10,
"label": "hasExpression"
},
{
"idx": 11,
"label": "hasUnit"
},
{
"idx": 12,
"label": "join"
},
{
"idx": 13,
"label": "hasRange"
},
{
"idx": 14,
"label": "hasFactor"
}
],
"id_of_non_entity": 0,
"groups": [
[
0,
2
],
[
0,
1,
3,
4,
5,
6,
7,
8
]
]
}