hello.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 15 行
GRAM
15 行
#JSGF V1.0;/** * Simple JSGF Grammar */grammar jsgf.hello;public <main> = (hello | goodnight) [to the] <someone>;<someone> = room | moon | cow jumping over the moon | light | red balloon | bears | chairs | kittens | mittens | clocks | socks | little house | mouse | comb | brush | nobody | mush | old lady whispering hush | stars | air | noises everywhere | world;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?