用户词典(单词注册・单词强调)
AmiVoice API 具有用户词典功能,当需要识别未被识别或难以识别的单词时, Hybrid 引擎可以进行"单词注册",而 End to End 引擎可以进行"单词强调"。
对于 Hybrid 引擎,在默认状态下,语音识别引擎只能识别预先注册的单词。因此,如果想要识别引擎未知的专有名词等单词,就需要额外注册这些单词的信息。这个功能就是"单词注册"。
而对于 End to End 引擎,由于语音识别的机制与 Hybrid 引擎不同,它没有"预先注册的单词"这一概念。如果想要识别未被识别或难以识别的单词,需要通过提高该单词的出现频率来进行"单词强调"。
本节将按以下顺序进行解释:
有关 API 的参考,请参阅以下内容:
备注
某些语言不支持用户词典。有关详细信息,请参阅 AmiVoice API 支持的语言。
提示
AmiVoice Tech Blog 还介绍了用户词典的各种技巧。
- Register words that are not recognized by speech recognition! Tips for word registration in AmiVoice
- Explanation of "Classes" that can be selected with the word registration function of AmiVoice API (general-purpose engine)
- [For intermediate users] About automatic conversion of word spoken in AmiVoice
- AmiVoice's word registration API gives you more freedom in speech recognition!
- AmiVoice API Update: End-to-End ”Keyword Biasing” Feature