A unified parser for developing Indian language text to speech synthesizers

[Conference] International Conference on Text, Speech, and Dialogue(TSD), Brno, Czech Republic, September 2016

Authors:

Arun Baby, Nishanthi N.L, Anju Leela Thomas, Hema A. Murthy

Abstract:

This paper describes the design of a language independent parser for text-to-speech synthesis in Indian languages. Indian languages come from 5–6 different language families of the world. Most Indian languages have their own scripts. This makes parsing for text to speech systems for Indian languages a difficult task. In spite of the number of different families which leads to divergence, there is a convergence owing to borrowings across language families. Most importantly Indian languages are more or less phonetic and can be considered to consist broadly of about 35–38 consonants and 15–18 vowels. In this paper, an attempt is made to unify the languages based on this broad list of phones. A common label set is defined to represent the various phones in Indian languages. A uniform parser is designed across all the languages capitalising on the syllable structure of Indian languages. The proposed parser converts UTF-8 text to common label set, applies letter-to-sound rules and generates the corresponding phoneme sequences. The parser is tested against the custom-built parsers for multiple Indian languages. The TTS results show that the accuracy of the phoneme sequences generated by the proposed parser is more accurate than that of language specific parsers.

Cite:

@inproceedings{nlp:tsd16conf,
    title={A unified parser for developing {I}ndian language text to speech synthesizers},
    booktitle={International Conference on Text, Speech and Dialogue},
    author={Arun Baby and Nishanthi, N. L. and Anju Leela Thomas and Hema A. Murthy},
    pages={514--521},
    year = {2016},
    month = {Sep},
    day = {12-16},
    bibsource = {TSD, http://www.tsdconference.org, paper ID 777}
}

Proceedings

PDF

Code:

C code