Datasets:
Update simple_tamil.py
Browse files- simple_tamil.py +4 -0
simple_tamil.py
CHANGED
@@ -18,6 +18,10 @@ _DESCRIPTION = """\
|
|
18 |
simple_data contains transcribed speech corpus for training ASR systems for Tamil language.
|
19 |
"""
|
20 |
|
|
|
|
|
|
|
|
|
21 |
|
22 |
import json
|
23 |
import os
|
|
|
18 |
simple_data contains transcribed speech corpus for training ASR systems for Tamil language.
|
19 |
"""
|
20 |
|
21 |
+
_HOMEPAGE = "https://www.openslr.org/127/"
|
22 |
+
|
23 |
+
_LICENSE = "MIT"
|
24 |
+
|
25 |
|
26 |
import json
|
27 |
import os
|