简体   繁体   English

IBM Watson对文本api的语音识别可以识别不同的重音吗?

[英]Does IBM Watson speech to text api recognize different accents?

I am trying to use IBM Watson speech to text api. 我正在尝试使用IBM Watson语音文本API。 Does this api recognize different accents? 此api识别不同的口音吗? Is there any way to teach is different accents, such as an Indian accent? 有什么方法可以教不同的口音,例如印度口音? In Windows, for speech recognition, accent recognition is done by providing some sample speech to understand the accent of the person. 在Windows中,对于语音识别,通过提供一些示例语音来理解人的口音来完成口音识别。 Is there a similar way in IBM Watson? IBM Watson中有类似的方法吗?

The IBM Watson Speech to Text API does not recognize accents by default. 默认情况下,IBM Watson Speech to Text API不识别重音。 Depending on the language/accent, you'll have to look at using a specific language (full list: https://www.ibm.com/watson/developercloud/doc/speech-to-text/input.html#models ) and/or customizing your own model (available for only English and Japanese). 根据语言/口音,您必须查看使用特定语言(完整列表: https : //www.ibm.com/watson/developercloud/doc/speech-to-text/input.html#models )和/或自定义自己的模型(仅适用于英语和日语)。

More info on customizing a model can be found here: https://www.ibm.com/watson/developercloud/doc/speech-to-text/custom.html 可以在以下位置找到有关定制模型的更多信息: https : //www.ibm.com/watson/developercloud/doc/speech-to-text/custom.html

and an overview of the process from an IBM offering manager on the product is here: https://www.ibm.com/blogs/watson/2016/09/build-custom-language-model-convert-unique-speech-text/ 以及来自IBM产品经理的产品过程概述,位于: https : //www.ibm.com/blogs/watson/2016/09/build-custom-language-model-convert-unique-speech-text /

These two resources should get you started, but as previously mentioned you'll have to test the effectiveness/performance for yourself. 这两个资源应该可以帮助您入门,但是如前所述,您必须自己测试有效性/性能。

IBM watson speech to text system is tailored to native speakers of American English. IBM watson语音到文本系统的语音是针对美国英语母语人士量身定制的。 It does handle some forms of accented speech. 它确实处理某些形式的口音。 You should try the service for your use case and see if the performance meets your needs. 您应该针对用例尝试该服务,并查看性能是否满足您的需求。

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

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