Datasets:
Miquel Esplà Gomis
commited on
Commit
•
2220b47
1
Parent(s):
e7b6d8f
adding en-is data with quotes fixed
Browse files- data/en-is.macocuv2.tsv +0 -0
- macocu.py +2 -3
data/en-is.macocuv2.tsv
ADDED
Binary file (134 MB). View file
|
|
macocu.py
CHANGED
@@ -47,9 +47,8 @@ _URL = {
|
|
47 |
"development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
|
48 |
}
|
49 |
|
50 |
-
|
51 |
-
#
|
52 |
-
_LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
|
53 |
|
54 |
_LICENSE = "cc0"
|
55 |
_HOMEPAGE = "https://macocu.eu"
|
|
|
47 |
"development": "https://object.pouta.csc.fi/Tatoeba-Challenge-devtest/dev.tar",
|
48 |
}
|
49 |
|
50 |
+
_LanguagePairs = [ "en-is" ]
|
51 |
+
#_LanguagePairs = [ "en-bs", "en-bg", "en-is", "en-hr", "en-sq", "en-mt", "en-mk", "en-cnr", "en-sr", "en-sl", "en-tr" ]
|
|
|
52 |
|
53 |
_LICENSE = "cc0"
|
54 |
_HOMEPAGE = "https://macocu.eu"
|