Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
json
Sub-tasks:
named-entity-recognition
Languages:
Turkish
Size:
10K - 100K
License:
BayanDuygu
commited on
Commit
•
97412f6
1
Parent(s):
cc20b99
fixed typo
Browse files- turkish-wikiNER.py +1 -1
turkish-wikiNER.py
CHANGED
@@ -27,7 +27,7 @@ class TurkishWikiNERConfig(datasets.BuilderConfig):
|
|
27 |
Args:
|
28 |
**kwargs: keyword arguments forwarded to super.
|
29 |
"""
|
30 |
-
super(
|
31 |
|
32 |
|
33 |
class TurkishWikiNER(datasets.GeneratorBasedBuilder):
|
|
|
27 |
Args:
|
28 |
**kwargs: keyword arguments forwarded to super.
|
29 |
"""
|
30 |
+
super(TurkishWikiNERConfig, self).__init__(**kwargs)
|
31 |
|
32 |
|
33 |
class TurkishWikiNER(datasets.GeneratorBasedBuilder):
|