ruanchaves
commited on
Commit
·
2de7653
1
Parent(s):
31c49b7
Update boun.py
Browse files
boun.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""
|
2 |
|
3 |
import datasets
|
4 |
|
@@ -21,8 +21,8 @@ tv shows, popular people, sports teams etc. Test-BOUN Test set that includes 500
|
|
21 |
These are selected from tweets about movies, tv shows, popular people, sports teams etc.
|
22 |
"""
|
23 |
_URLS = {
|
24 |
-
"dev": "https://
|
25 |
-
"test": "https://
|
26 |
}
|
27 |
|
28 |
class Boun(datasets.GeneratorBasedBuilder):
|
@@ -40,7 +40,7 @@ class Boun(datasets.GeneratorBasedBuilder):
|
|
40 |
}
|
41 |
),
|
42 |
supervised_keys=None,
|
43 |
-
homepage="https://github.com/
|
44 |
citation=_CITATION,
|
45 |
)
|
46 |
|
|
|
1 |
+
"""BOUN dataset"""
|
2 |
|
3 |
import datasets
|
4 |
|
|
|
21 |
These are selected from tweets about movies, tv shows, popular people, sports teams etc.
|
22 |
"""
|
23 |
_URLS = {
|
24 |
+
"dev": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Dev-BOUN",
|
25 |
+
"test": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Test-BOUN"
|
26 |
}
|
27 |
|
28 |
class Boun(datasets.GeneratorBasedBuilder):
|
|
|
40 |
}
|
41 |
),
|
42 |
supervised_keys=None,
|
43 |
+
homepage="https://github.com/ardax/hashtag-segmentor",
|
44 |
citation=_CITATION,
|
45 |
)
|
46 |
|