Update files from the datasets library (from 1.6.1)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.6.1
- makhzan.py +1 -1
makhzan.py
CHANGED
@@ -82,7 +82,7 @@ class Makhzan(datasets.GeneratorBasedBuilder):
|
|
82 |
]
|
83 |
|
84 |
def _generate_examples(self, data_dir):
|
85 |
-
"""
|
86 |
data_dir_path = Path(data_dir)
|
87 |
data_dir_path = data_dir_path / ("makhzan-" + _SHA) / "text"
|
88 |
file_paths = sorted(data_dir_path.glob(r"*.xml"))
|
|
|
82 |
]
|
83 |
|
84 |
def _generate_examples(self, data_dir):
|
85 |
+
"""Yields examples."""
|
86 |
data_dir_path = Path(data_dir)
|
87 |
data_dir_path = data_dir_path / ("makhzan-" + _SHA) / "text"
|
88 |
file_paths = sorted(data_dir_path.glob(r"*.xml"))
|