news.gram
来自「It is the Speech recognition software. 」· GRAM 代码 · 共 30 行
GRAM
30 行
#JSGF V1.0;/** * JSGF Grammar for the JSGF demo */grammar news;import <commands.standard_commands>;public <commands> = <standard_commands> ;/** * A 'read the news' grammar. */public <read_news> = read the boston globe | read the wall street journal | read the nashua telegraph | read the san jose mercury news | read the new york times | read the chicago tribune | read the los angeles times | read the san francisco chronicle | read the washington post | read the guardian | read the daily mirror | read planet sun | read the sun ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?