Create ner_map.json
Browse files- ner_map.json +12 -0
ner_map.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Person": 1,
|
3 |
+
"Organization": 2,
|
4 |
+
"Location": 3,
|
5 |
+
"Datetime": 4,
|
6 |
+
"Number": 5,
|
7 |
+
"Book": 6,
|
8 |
+
"Food": 7,
|
9 |
+
"Clothes": 8,
|
10 |
+
"Product": 9,
|
11 |
+
"Other": 10
|
12 |
+
}
|