Datasets:
ruanchaves
commited on
Commit
•
51b5430
1
Parent(s):
8cfe633
Update hashset_distant.py
Browse files- hashset_distant.py +1 -1
hashset_distant.py
CHANGED
@@ -22,7 +22,7 @@ HashSet Distant: 3.3M loosely collected camel cased hashtags containing hashtag
|
|
22 |
"""
|
23 |
_URL = "https://raw.githubusercontent.com/prashantkodali/HashSet/master/datasets/hashset/HashSet-Distant.csv"
|
24 |
|
25 |
-
class
|
26 |
|
27 |
VERSION = datasets.Version("1.0.0")
|
28 |
|
|
|
22 |
"""
|
23 |
_URL = "https://raw.githubusercontent.com/prashantkodali/HashSet/master/datasets/hashset/HashSet-Distant.csv"
|
24 |
|
25 |
+
class HashSetDistant(datasets.GeneratorBasedBuilder):
|
26 |
|
27 |
VERSION = datasets.Version("1.0.0")
|
28 |
|