Xabi Ezpeleta
commited on
Commit
•
d8bdac7
1
Parent(s):
9d4d238
Update Opus download url
Browse files- 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():
|