简体   繁体   中英

speech recognition for android apps

Is there any suggestions for what tools to be use to develop an offline foreign language speech recognition? I'm currently working hard on study how to create an acoustic model to train the system to understand Malay language by using eclipse in java language. is it OK to use PocketSphinx?

Sphinx / PocketSphinx is an excellent pick. To train acoustic models though, you would need a large database of recorded and consistently tagged speech data [tagged with the words which were spoken], and a phonetic dictionary which contains the phonetic transcriptions for those words. On top of that you will also need to train a language model, and for that you'd need a large or very large text corpus in your target language.

This is more like a research project in terms of the volume of things to do.. good luck!

I'm not sure what you mean by "... by using eclipse in java language."

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM