Datasets:
ArXiv:
License:
Update OPUS Download URL (#7)
Browse files- Update OPUS Download URL (d2486e2313d2814e021c115a00dd4fa7d1fd52ff)
Co-authored-by: Akshita Sukhlecha <AkshitaS@users.noreply.huggingface.co>
- ccmatrix.py +1 -1
ccmatrix.py
CHANGED
@@ -56,7 +56,7 @@ _CITATION = """\
|
|
56 |
_VERSION = "1.0.0"
|
57 |
_FILE = "CCMatrix.{}.{}" # E.g. CCMatrix.en-nl.nl
|
58 |
_URL = "https://opus.nlpl.eu/CCMatrix.php"
|
59 |
-
_DOWNLOAD_URL = "https://
|
60 |
|
61 |
|
62 |
def get_language_pairs():
|
|
|
56 |
_VERSION = "1.0.0"
|
57 |
_FILE = "CCMatrix.{}.{}" # E.g. CCMatrix.en-nl.nl
|
58 |
_URL = "https://opus.nlpl.eu/CCMatrix.php"
|
59 |
+
_DOWNLOAD_URL = "https://object.pouta.csc.fi/OPUS-CCMatrix/v1/moses/{}.txt.zip"
|
60 |
|
61 |
|
62 |
def get_language_pairs():
|