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

Fix data source URL

Browse files

Fix data source URL.

Fix #3.

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):