Commit
·
a1dfcb7
1
Parent(s):
857c646
Update semeval2010.py
Browse files- semeval2010.py +1 -1
semeval2010.py
CHANGED
@@ -36,7 +36,7 @@ _URLS = {
|
|
36 |
|
37 |
|
38 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
39 |
-
class
|
40 |
"""TODO: Short description of my dataset."""
|
41 |
|
42 |
VERSION = datasets.Version("0.0.1")
|
|
|
36 |
|
37 |
|
38 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
39 |
+
class SemEval2010(datasets.GeneratorBasedBuilder):
|
40 |
"""TODO: Short description of my dataset."""
|
41 |
|
42 |
VERSION = datasets.Version("0.0.1")
|