Datasets:
Update simple_tamil.py
Browse files- simple_tamil.py +9 -1
simple_tamil.py
CHANGED
@@ -12,7 +12,15 @@
|
|
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.
|
|
|
12 |
# See the License for the specific language governing permissions and
|
13 |
# limitations under the License.
|
14 |
|
15 |
+
_CITATION = """\
|
16 |
+
@misc{simple_1,
|
17 |
+
doi = {10.48550/ARXIV.2207.13331},
|
18 |
+
author = {Achitha},
|
19 |
+
title = {Simple tamil sentences dataset for Automatic Speech Recognition in Tamil},
|
20 |
+
publisher = {achitha},
|
21 |
+
year = {2022},
|
22 |
+
}
|
23 |
+
"""
|
24 |
|
25 |
_DESCRIPTION = """\
|
26 |
simple_data contains transcribed speech corpus for training ASR systems for Tamil language.
|