Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Persian
Size:
1K<n<10K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- persian_ner.py +1 -1
persian_ner.py
CHANGED
@@ -137,7 +137,7 @@ class PersianNER(datasets.GeneratorBasedBuilder):
|
|
137 |
]
|
138 |
|
139 |
def _generate_examples(self, filepath, split):
|
140 |
-
"""
|
141 |
|
142 |
with open(filepath, "r", encoding="utf-8") as f:
|
143 |
id_ = 0
|
|
|
137 |
]
|
138 |
|
139 |
def _generate_examples(self, filepath, split):
|
140 |
+
"""Yields examples."""
|
141 |
|
142 |
with open(filepath, "r", encoding="utf-8") as f:
|
143 |
id_ = 0
|