Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Turkish
Size:
100K<n<1M
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- turkish_shrinked_ner.py +1 -1
turkish_shrinked_ner.py
CHANGED
@@ -198,7 +198,7 @@ class TurkishShrinkedNER(datasets.GeneratorBasedBuilder):
|
|
198 |
]
|
199 |
|
200 |
def _generate_examples(self, filepath, split):
|
201 |
-
"""
|
202 |
logger.info("⏳ Generating examples from = %s", filepath)
|
203 |
|
204 |
with open(filepath, encoding="utf-8") as f:
|
|
|
198 |
]
|
199 |
|
200 |
def _generate_examples(self, filepath, split):
|
201 |
+
"""Yields examples."""
|
202 |
logger.info("⏳ Generating examples from = %s", filepath)
|
203 |
|
204 |
with open(filepath, encoding="utf-8") as f:
|