Datasets:
Languages:
English
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
word-segmentation
License:
unknown
Commit
•
56beb90
1
Parent(s):
5e62c3e
Update dev_stanford.py
Browse files- dev_stanford.py +1 -1
dev_stanford.py
CHANGED
@@ -20,7 +20,7 @@ _DESCRIPTION = """
|
|
20 |
randomly selected from the Stanford Sentiment Tweet Corpus by Sentiment140.
|
21 |
"""
|
22 |
_URLS = {
|
23 |
-
"dev": "https://
|
24 |
}
|
25 |
|
26 |
class DevStanford(datasets.GeneratorBasedBuilder):
|
20 |
randomly selected from the Stanford Sentiment Tweet Corpus by Sentiment140.
|
21 |
"""
|
22 |
_URLS = {
|
23 |
+
"dev": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Dev-Stanford"
|
24 |
}
|
25 |
|
26 |
class DevStanford(datasets.GeneratorBasedBuilder):
|