Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
German
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
- smartdata.py +1 -1
smartdata.py
CHANGED
@@ -174,7 +174,7 @@ class Smartdata(datasets.GeneratorBasedBuilder):
|
|
174 |
]
|
175 |
|
176 |
def _generate_examples(self, filepath, split):
|
177 |
-
"""
|
178 |
|
179 |
NOT_WHITESPACE = re.compile(r"[^\s]")
|
180 |
|
|
|
174 |
]
|
175 |
|
176 |
def _generate_examples(self, filepath, split):
|
177 |
+
"""Yields examples."""
|
178 |
|
179 |
NOT_WHITESPACE = re.compile(r"[^\s]")
|
180 |
|