Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
Spanish
Size:
1K - 10K
Tags:
relation-prediction
License:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- ehealth_kd.py +1 -1
ehealth_kd.py
CHANGED
@@ -131,7 +131,7 @@ class EhealthKD(datasets.GeneratorBasedBuilder):
|
|
131 |
]
|
132 |
|
133 |
def _generate_examples(self, txt_path, ann_path):
|
134 |
-
"""
|
135 |
with open(txt_path, encoding="utf-8") as txt_file, open(ann_path, encoding="utf-8") as ann_file:
|
136 |
_id = 0
|
137 |
entities = []
|
|
|
131 |
]
|
132 |
|
133 |
def _generate_examples(self, txt_path, ann_path):
|
134 |
+
"""Yields examples."""
|
135 |
with open(txt_path, encoding="utf-8") as txt_file, open(ann_path, encoding="utf-8") as ann_file:
|
136 |
_id = 0
|
137 |
entities = []
|