Datasets:

Languages:
Yue Chinese
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
7e70663
1 Parent(s): 652d6f4

Update data URL

Browse files
Files changed (1) hide show
  1. 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
- _URL = "http://compling.hss.ntu.edu.sg/hkcancor/data/hkcancor-utf8.zip"
 
 
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):