mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
move note to the right place
This commit is contained in:
parent
582760d83c
commit
b49d3fa1f6
@ -50,14 +50,12 @@ Speech Commands Customization Methods
|
||||
|
||||
The command word cannot contain Arabic numerals and special characters.
|
||||
|
||||
Command id cannot be set to 0.
|
||||
|
||||
Please refer to Chinese version documentation for Chinese speech commands customization methods.
|
||||
|
||||
|
||||
MultiNet6 customize speech commands
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
MultiNet6 use grapheme for English speech commands. You can add/modify speech commands by words directly. Please modify a text file :project_file:`model/multinet_model/fst/commands_en.txt` by the following format:
|
||||
MultiNet6 use grapheme for English speech commands. You can add/modify speech commands by words directly. Please modify a text file :project_file:`model/multinet_model/fst/commands_en.txt` by the following format (command id cannot be set to 0):
|
||||
|
||||
::
|
||||
|
||||
|
||||
@ -57,8 +57,6 @@ MultiNet 输入为经过前端语音算法(AFE)处理过的音频(格式
|
||||
|
||||
不能含有阿拉伯数字和特殊字符
|
||||
|
||||
Command id不能为0
|
||||
|
||||
英语自定义命令词方法请参考英文文档
|
||||
|
||||
MultiNet 支持多种且灵活的命令词设置方式,可通过在线或离线方法设置命令词,还允许随时动态增加/删除/修改命令词。
|
||||
@ -70,7 +68,7 @@ MultiNet6 定义方法:
|
||||
|
||||
- 中文通过修改 :project_file:`model/multinet_model/fst/commands_cn.txt`
|
||||
|
||||
格式如下,第一个数字代表command id, 后面为指令的中文拼音,两者由空格隔开,拼音间也由空格隔开
|
||||
格式如下,第一个数字代表command id, 后面为指令的中文拼音,两者由空格隔开,拼音间也由空格隔开,Command id不能为0
|
||||
|
||||
::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user