books.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 29 行
GRAM
29 行
#JSGF V1.0;/** * JSGF Grammar for the JSGF Demo */grammar books;import <commands.standard_commands>;/** * A simple "read a book" grammar */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 + -
显示快捷键?