Datasets:
Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- aslg_pc12.py +1 -1
aslg_pc12.py
CHANGED
@@ -70,7 +70,7 @@ class ASLGPC12(datasets.GeneratorBasedBuilder):
|
|
70 |
]
|
71 |
|
72 |
def _generate_examples(self, gloss_path, text_path):
|
73 |
-
"""
|
74 |
|
75 |
gloss_f = open(gloss_path, "r", encoding="utf-8")
|
76 |
text_f = open(text_path, "r", encoding="utf-8")
|
|
|
70 |
]
|
71 |
|
72 |
def _generate_examples(self, gloss_path, text_path):
|
73 |
+
"""Yields examples."""
|
74 |
|
75 |
gloss_f = open(gloss_path, "r", encoding="utf-8")
|
76 |
text_f = open(text_path, "r", encoding="utf-8")
|