Kriyans commited on
Commit
5c978e9
·
1 Parent(s): a5844b0

Update ner.py

Browse files
Files changed (1) hide show
  1. ner.py +8 -0
ner.py CHANGED
@@ -38,8 +38,16 @@ class indian_names(datasets.GeneratorBasedBuilder):
38
  "O",
39
  "B-corporation",
40
  "I-corporation",
 
 
 
 
 
 
41
  "B-person",
42
  "I-person",
 
 
43
  ]
44
  )
45
  ),
 
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
  ),