Update tydiqa-goldp.py
Browse files- tydiqa-goldp.py +1 -1
tydiqa-goldp.py
CHANGED
@@ -63,7 +63,7 @@ class tydiqa_GoldP(datasets.GeneratorBasedBuilder):
|
|
63 |
Thai and Japanese are removed since the lack of whitespace breaks some tools.
|
64 |
"""
|
65 |
),
|
66 |
-
)
|
67 |
for lang in _LANG
|
68 |
]
|
69 |
def _info(self):
|
|
|
63 |
Thai and Japanese are removed since the lack of whitespace breaks some tools.
|
64 |
"""
|
65 |
),
|
66 |
+
)
|
67 |
for lang in _LANG
|
68 |
]
|
69 |
def _info(self):
|