albertvillanova HF staff commited on
Commit
bad146a
·
verified ·
1 Parent(s): 4913e5a

Fix data source URL (#4)

Browse files

- Fix data source URL (4731e0efed7d004b231e4beff28492949376eeeb)

Files changed (1) hide show
  1. senti_ws.py +1 -1
senti_ws.py CHANGED
@@ -37,7 +37,7 @@ _HOMEPAGE = ""
37
 
38
  _LICENSE = "Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License"
39
 
40
- _URLs = ["https://pcai056.informatik.uni-leipzig.de/downloads/etc/SentiWS/SentiWS_v2.0.zip"]
41
 
42
 
43
  class SentiWS(datasets.GeneratorBasedBuilder):
 
37
 
38
  _LICENSE = "Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License"
39
 
40
+ _URLs = ["https://downloads.wortschatz-leipzig.de/etc/SentiWS/SentiWS_v2.0.zip"]
41
 
42
 
43
  class SentiWS(datasets.GeneratorBasedBuilder):