Datasets:
Update data URL
Browse files- hkcancor.py +3 -1
hkcancor.py
CHANGED
@@ -61,7 +61,9 @@ _HOMEPAGE = "http://compling.hss.ntu.edu.sg/hkcancor/"
|
|
61 |
|
62 |
_LICENSE = "CC BY 4.0"
|
63 |
|
64 |
-
|
|
|
|
|
65 |
|
66 |
|
67 |
class Hkcancor(datasets.GeneratorBasedBuilder):
|
|
|
61 |
|
62 |
_LICENSE = "CC BY 4.0"
|
63 |
|
64 |
+
# Original URL gives connection error
|
65 |
+
# _URL = "http://compling.hss.ntu.edu.sg/hkcancor/data/hkcancor-utf8.zip"
|
66 |
+
_URL = "https://github.com/fcbond/hkcancor/raw/master/data/hkcancor-utf8.zip"
|
67 |
|
68 |
|
69 |
class Hkcancor(datasets.GeneratorBasedBuilder):
|