books.gram

来自「此源代码为java语音识别的开源系统」· GRAM 代码 · 共 23 行

GRAM
23
字号
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar books;import <commands.standard_commands>;public <books> =     read the lord of the rings  |                      read effective java  |                     read spoken language processing |                      read the future of ideas  |                     read code and other laws of cyber space |                     read the da vinci code |                     read angels and demons |                     read eats shoots and leaves |                     read harry potter and the goblet of fire |                     read the curious incident of the dog in the night time |                     read the time travelers wife;public <commands> = <standard_commands> ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?