news.gram

来自「It is the Speech recognition software. 」· GRAM 代码 · 共 31 行

GRAM
31
字号
#JSGF V1.0;/** * JSGF Grammar for dialog manager example */grammar news;import <commands.standard_commands>;public <commands> = <standard_commands> ;public <read_news> =    read the boston globe  {browse boston.com} |        read  the wall street journal {browse wsj.com}|        read the nashua telegraph  {browse nashuatelegraph.com } |        read the san jose mercury news  { browse mercuryNews.com } |        read the new york times  {browse nytimes.com} |        read the chicago tribune { browse chicagotribune.com } |        read the los angeles times {browse latimes.com } |        read the san francisco chronicle {browse sfgate.com} |        read the washington post {browse washingtonpost.com } |        read the guardian {browse www.guardian.co.uk} |        read the daily mirror {browse dailymirror.lk} |        read the daily prophet {browse www.dprophet.com}|        read planet sun  {browse planetsun.org}|        read duke speaks  {browse blogs.sun.com/plamere}|        read slash dot  {browse slashdot.org}|        read the sun {browse www.thesun.co.uk} |        read java news {browse www.cafeaulait.org} |        read satire {browse theonion.org};

⌨️ 快捷键说明

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