tidigits.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 15 行
GRAM
15 行
#JSGF V1.0;grammar tidigits;public <digits> = (one | two | three | four | five | six | seven | eight | nine | oh | zero )+;/** * A nasty grammar rule is included here as a test to ensure that we * can deal with such beasts. */public <nasty> = ((one*)*)*;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?