Datasets:

Multilinguality:
translation
Size Categories:
1M<n<10M
Language Creators:
expert-generated
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
e9548c5
1 Parent(s): b1a5a39

Fix OPUS download URL

Browse files
Files changed (1) hide show
  1. 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": "http://opus.nlpl.eu/download.php?f=DOGC/v2/tmx/ca-es.tmx.gz"}
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):