Datasets:
Update taln-archives.py
Browse files- taln-archives.py +1 -1
taln-archives.py
CHANGED
@@ -40,7 +40,7 @@ _URLS = {
|
|
40 |
}
|
41 |
|
42 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
43 |
-
class
|
44 |
"""TODO: Short description of my dataset."""
|
45 |
|
46 |
VERSION = datasets.Version("1.0.0")
|
|
|
40 |
}
|
41 |
|
42 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
43 |
+
class TALNArchives(datasets.GeneratorBasedBuilder):
|
44 |
"""TODO: Short description of my dataset."""
|
45 |
|
46 |
VERSION = datasets.Version("1.0.0")
|