Create label_map.json
Browse files- label_map.json +23 -0
label_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"None": 0,
|
3 |
+
"alternate_name": 1,
|
4 |
+
"nearby": 2,
|
5 |
+
"per:worn_by": 3,
|
6 |
+
"org:member_of": 4,
|
7 |
+
"per:position held": 5,
|
8 |
+
"per:child": 6,
|
9 |
+
"per:sibling": 7,
|
10 |
+
"per:other_family": 8,
|
11 |
+
"per:enemy": 9,
|
12 |
+
"per:friend": 10,
|
13 |
+
"per:date_of_birth": 11,
|
14 |
+
"per:date_of_death": 12,
|
15 |
+
"per:place_of_birth": 13,
|
16 |
+
"per:place_of_death": 14,
|
17 |
+
"per:place_of_residence": 15,
|
18 |
+
"per:country_of_citizenship": 16,
|
19 |
+
"loc:functions_as": 17,
|
20 |
+
"loc:famous_for": 18,
|
21 |
+
"product:provided_by": 19,
|
22 |
+
"others": 20
|
23 |
+
}
|