albertvillanova HF staff commited on
Commit
da0a3da
1 Parent(s): 0ac302b

Update loading script

Browse files
Files changed (1) hide show
  1. bswac.py +5 -3
bswac.py CHANGED
@@ -36,10 +36,12 @@ Version 1.0 of this corpus is described in http://www.aclweb.org/anthology/W14-0
36
  _LICENSE = "CC BY-SA 4.0"
37
 
38
  _HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/bswac/"
 
 
 
 
39
  _URLS = [
40
- "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.01.xml.gz",
41
- "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.02.xml.gz",
42
- "https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.03.xml.gz",
43
  ]
44
 
45
 
 
36
  _LICENSE = "CC BY-SA 4.0"
37
 
38
  _HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/bswac/"
39
+ # Sources:
40
+ # - https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.01.xml.gz
41
+ # - https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.02.xml.gz
42
+ # - https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1062/bsWaC1.1.03.xml.gz
43
  _URLS = [
44
+ "data/bsWaC1.1.01.xml.gz", "data/bsWaC1.1.02.xml.gz", "data/bsWaC1.1.03.xml.gz"
 
 
45
  ]
46
 
47