Datasets:

Languages:
Korean
Size Categories:
1K<n<10K
ArXiv:
Tags:
art
License:
Soyoung commited on
Commit
8131ae5
1 Parent(s): c5e8cea

Create ner_map.json

Browse files
Files changed (1) hide show
  1. 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
+ }