Update tatoeba.py
Browse files- tatoeba.py +1 -0
tatoeba.py
CHANGED
@@ -50,6 +50,7 @@ _BASE_URL = "https://object.pouta.csc.fi/OPUS-Tatoeba/{}/moses/{}-{}.txt.zip"
|
|
50 |
|
51 |
# Please note that only few pairs are shown here. You can use config to generate data for all language pairs
|
52 |
_LANGUAGE_PAIRS = [
|
|
|
53 |
("en", "mr"),
|
54 |
("eo", "nl"),
|
55 |
("es", "pt"),
|
|
|
50 |
|
51 |
# Please note that only few pairs are shown here. You can use config to generate data for all language pairs
|
52 |
_LANGUAGE_PAIRS = [
|
53 |
+
("lg", "en"),
|
54 |
("en", "mr"),
|
55 |
("eo", "nl"),
|
56 |
("es", "pt"),
|