Datasets:
Tasks:
Token Classification
Sub-tasks:
part-of-speech
Languages:
Portuguese
Size:
10K<n<100K
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- mac_morpho.py +1 -1
mac_morpho.py
CHANGED
@@ -144,7 +144,7 @@ class MacMorpho(datasets.GeneratorBasedBuilder):
|
|
144 |
]
|
145 |
|
146 |
def _generate_examples(self, filepath, split):
|
147 |
-
"""
|
148 |
logger.info("⏳ Generating examples from = %s", filepath)
|
149 |
|
150 |
with open(filepath, "r", encoding="utf-8") as f:
|
|
|
144 |
]
|
145 |
|
146 |
def _generate_examples(self, filepath, split):
|
147 |
+
"""Yields examples."""
|
148 |
logger.info("⏳ Generating examples from = %s", filepath)
|
149 |
|
150 |
with open(filepath, "r", encoding="utf-8") as f:
|