简体   繁体   English

在具有多种语言支持的iOS应用中使用Openears的最佳方法是什么?

[英]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. 我正在开发用于“语音到文本”的应用程序,为此我正在使用openears。 I am aware of its language model and dic files. 我知道它的语言模型和dic文件。

but is it a good idea to create language model of whole vocabulary? 但是创建整个词汇表的语言模型是一个好主意吗? (Language model of english language is 125 MB in size) (英语语言模型的大小为125 MB)

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? 如果我在应用程序中导入10种语言模型,构建大小又如何?

Thanks in advance. 提前致谢。

OpenEars developer here. OpenEars开发人员在这里。 OpenEars supports two languages and it doesn't perform large vocabulary recognition. OpenEars支持两种语言,并且不执行大词汇量识别。 This is described in its docs, so check them out for the answers to these questions and more. 在其文档中对此进行了说明,因此请查看这些问题的答案以及更多内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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