Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
License:
Kriyans commited on
Commit
c841140
1 Parent(s): 6b618c1

Update ner.py

Browse files
Files changed (1) hide show
  1. ner.py +1 -10
ner.py CHANGED
@@ -38,17 +38,8 @@ class indian_names(datasets.GeneratorBasedBuilder):
38
  "O",
39
  "B-corporation",
40
  "I-corporation",
41
- "B-creative-work",
42
- "I-creative-work",
43
- "B-group",
44
- "I-group",
45
- "B-location",
46
- "I-location",
47
  "B-person",
48
- "I-person",
49
- "B-product",
50
- "I-product",
51
- ]
52
  )
53
  ),
54
  }
 
38
  "O",
39
  "B-corporation",
40
  "I-corporation",
 
 
 
 
 
 
41
  "B-person",
42
+ "I-person", ]
 
 
 
43
  )
44
  ),
45
  }