Update qamr.py
Browse files
qamr.py
CHANGED
@@ -149,7 +149,7 @@ class Qamr(datasets.GeneratorBasedBuilder):
|
|
149 |
citation=_CITATION,
|
150 |
)
|
151 |
|
152 |
-
def _split_generators(self, dl_manager
|
153 |
"""Returns SplitGenerators."""
|
154 |
|
155 |
# iterate the tar file of the corpus
|
|
|
149 |
citation=_CITATION,
|
150 |
)
|
151 |
|
152 |
+
def _split_generators(self, dl_manager):
|
153 |
"""Returns SplitGenerators."""
|
154 |
|
155 |
# iterate the tar file of the corpus
|