importtest.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 12 行
GRAM
12 行
#JSGF V1.0;grammar jsgf.importtest;import <jsgf.hello.other>;import <jsgf.times.*>;import <jsgf.integers.*>;public <greeting> = hello universe | <hello.other> | the ultimate answer is <integers.int1to99> ;public <othergreeting> = see you at <times.absoluteTime>;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?