Datasets:
Update simple_tamil.py
Browse files- simple_tamil.py +7 -0
simple_tamil.py
CHANGED
@@ -12,6 +12,13 @@
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
import json
|
16 |
import os
|
17 |
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
15 |
+
|
16 |
+
|
17 |
+
_DESCRIPTION = """\
|
18 |
+
simple_data contains transcribed speech corpus for training ASR systems for Tamil language.
|
19 |
+
"""
|
20 |
+
|
21 |
+
|
22 |
import json
|
23 |
import os
|
24 |
|