CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.31k stars 441 forks source link

Creating a Question File #516

Open DinithiUPM opened 3 years ago

DinithiUPM commented 3 years ago

Hello,

I'm building a TTS for Sinhala Language as my final research. I want to how to create a question file for my language.

Please help me with this.

RasmusD commented 3 years ago

Hi,

Creating a question file is essentially equivalent to creating a front-end for your new language. This is no small task.

In order to create meaningful questions, you need to extract features that you can ask questions about. That includes pronunciation of words, sentence analysis etc.

Please see how other frontends create their feture extraction, and once you understand that you'll understand how to create a questions file.

Systems with frontends you could look at include Festival, MaryTTS, OpenJTalk, Flite and many others.

Good luck!

DinithiUPM commented 3 years ago

Thank you so much