Datasets:
Update cogtext.py
Browse files- cogtext.py +1 -1
cogtext.py
CHANGED
|
@@ -76,7 +76,7 @@ class CogText(datasets.GeneratorBasedBuilder):
|
|
| 76 |
citation=_CITATION,
|
| 77 |
)
|
| 78 |
|
| 79 |
-
def _split_generators(self, dl_manager
|
| 80 |
|
| 81 |
[abstracts_path] = dl_manager.download(_URLS)
|
| 82 |
|
|
|
|
| 76 |
citation=_CITATION,
|
| 77 |
)
|
| 78 |
|
| 79 |
+
def _split_generators(self, dl_manager):
|
| 80 |
|
| 81 |
[abstracts_path] = dl_manager.download(_URLS)
|
| 82 |
|