Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Arabic
Size:
100K - 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
caner.py
CHANGED
@@ -112,7 +112,7 @@ class Caner(datasets.GeneratorBasedBuilder):
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
115 |
-
"""
|
116 |
|
117 |
with open(filepath, encoding="utf-8") as csv_file:
|
118 |
reader = csv.reader(csv_file, delimiter=",")
|
|
|
112 |
]
|
113 |
|
114 |
def _generate_examples(self, filepath, split):
|
115 |
+
"""Yields examples."""
|
116 |
|
117 |
with open(filepath, encoding="utf-8") as csv_file:
|
118 |
reader = csv.reader(csv_file, delimiter=",")
|