Update files from the datasets library (from 1.16.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.16.0
hrwac.py
CHANGED
@@ -37,7 +37,7 @@ _LICENSE = "CC BY-SA 4.0"
|
|
37 |
|
38 |
_HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/hrwac/"
|
39 |
_URLS = [
|
40 |
-
"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1064/hrWaC2.1.{:02d}.xml.gz"
|
41 |
for i in range(14)
|
42 |
]
|
43 |
|
|
|
37 |
|
38 |
_HOMEPAGE = "http://nlp.ffzg.hr/resources/corpora/hrwac/"
|
39 |
_URLS = [
|
40 |
+
f"https://www.clarin.si/repository/xmlui/bitstream/handle/11356/1064/hrWaC2.1.{i + 1:02d}.xml.gz"
|
41 |
for i in range(14)
|
42 |
]
|
43 |
|