Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Turkish
Size:
100K<n<1M
ArXiv:
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_ner.py +1 -1
turkish_ner.py
CHANGED
@@ -152,7 +152,7 @@ class TurkishNER(datasets.GeneratorBasedBuilder):
|
|
152 |
]
|
153 |
|
154 |
def _generate_examples(self, filepath, split):
|
155 |
-
"""
|
156 |
logger.info("⏳ Generating examples from = %s", filepath)
|
157 |
|
158 |
with open(filepath, encoding="utf-8") as f:
|
|
|
152 |
]
|
153 |
|
154 |
def _generate_examples(self, filepath, split):
|
155 |
+
"""Yields examples."""
|
156 |
logger.info("⏳ Generating examples from = %s", filepath)
|
157 |
|
158 |
with open(filepath, encoding="utf-8") as f:
|