games.gram

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

GRAM
28
字号
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar games;import <commands.standard_commands>;public <commands> = <standard_commands> ;public <command> =      play doom  |                        play quake  |                        play chess  |                        play unreal tournament  |                        play monopoly  |                        play checkers  |                        play hack  |                        play rogue  |                        play adventure  |                        play go fish   |                        play never winter nights |                        play knights of the old republic |                        play star craft |                        play war craft |                        play pong ;

⌨️ 快捷键说明

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