phone.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 30 行
GRAM
30 行
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar phone;import <commands.standard_commands>;public <commands> = <standard_commands> ;public <phone> = call (philip | phil) { phil } | call (will | willie) { will } | call paul { paul } | call (james | jim) { james } | call bhiksha { bhiksha } | call evandro { evandro } | call rita { rita } | call pedro { pedro } | call peter { peter } | call (joe | joseph) { joe } | call (richard | rich) { richard } | call ravi { ravi } | call arthur { arthur } | call karl { karl } | call steve { steve } | call glen { glen } | call nicole { nicole } ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?