Datasets:

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

Update ner.py

Browse files
Files changed (1) hide show
  1. ner.py +4 -2
ner.py CHANGED
@@ -36,8 +36,10 @@ class indian_names(datasets.GeneratorBasedBuilder):
36
  datasets.features.ClassLabel(
37
  names=[
38
  "O",
39
- "PER",
40
- "ORG"
 
 
41
  ]
42
  )
43
  ),
 
36
  datasets.features.ClassLabel(
37
  names=[
38
  "O",
39
+ "B-corporation",
40
+ "I-corporation",
41
+ "B-person",
42
+ "I-person"
43
  ]
44
  )
45
  ),