Datasets:
Fix OPUS download URL
Browse files- opus_dogc.py +1 -1
opus_dogc.py
CHANGED
@@ -41,7 +41,7 @@ _CITATION = """\
|
|
41 |
|
42 |
_URL = "http://opus.nlpl.eu/DOGC.php"
|
43 |
_FILE_FORMATS = ["tmx"]
|
44 |
-
_URLS = {"tmx": "
|
45 |
|
46 |
|
47 |
class OpusDogcConfig(datasets.BuilderConfig):
|
|
|
41 |
|
42 |
_URL = "http://opus.nlpl.eu/DOGC.php"
|
43 |
_FILE_FORMATS = ["tmx"]
|
44 |
+
_URLS = {"tmx": "https://object.pouta.csc.fi/OPUS-DOGC/v2/tmx/ca-es.tmx.gz"}
|
45 |
|
46 |
|
47 |
class OpusDogcConfig(datasets.BuilderConfig):
|