⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.gram

📁 此源代码为java语音识别的开源系统
💻 GRAM
字号:
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar menu;public <command> =                              listen to music         { goto_music } |                        make a phone call       { goto_phone } |                        play a game             { goto_games } |                        read a book             { goto_books } |                        read my email           { goto_email } |                        read a newspaper        { goto_news } |                        show statistics         { stats } |                        watch a movie           { goto_movies } |                        exit the program        { exit } |                        weather forecaster      { goto_weather } |                        get help                { help } ;

⌨️ 快捷键说明

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