简体   繁体   中英

what is the best way to use Openears in iOS app with multiple language support?

I am developing an app for "speech to text", I am using openears for this. I am aware of its language model and dic files.

but is it a good idea to create language model of whole vocabulary? (Language model of english language is 125 MB in size)

How can I implement "speech to text" for many languages. Should I create language model for each language? and what about my build size if I import 10 language model in my app?

Thanks in advance.

OpenEars developer here. OpenEars supports two languages and it doesn't perform large vocabulary recognition. This is described in its docs, so check them out for the answers to these questions and more.

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