From f8372812ad12388c1a063323a56826b0ab381abf Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Fri, 4 Apr 2014 21:15:37 +0200 Subject: [PATCH] bebot demo --- ps-grammar/demoChallenge/commands.jsgf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ps-grammar/demoChallenge/commands.jsgf b/ps-grammar/demoChallenge/commands.jsgf index cc1192d2..45d57605 100644 --- a/ps-grammar/demoChallenge/commands.jsgf +++ b/ps-grammar/demoChallenge/commands.jsgf @@ -1,9 +1,10 @@ #JSGF V1.0; grammar bebot_demo; -public <statement> = [tobi] [please] ( <command> | <teach> ) [please] [tobi]; +public <statement> = [tobi] [please] <command> [please] [tobi]; -<command> = <clean> | <party>; +<command> = <clean> | <party> | <teach> | <mapping>; <clean> = clean up | start cleaning; +<mapping> = start mapping; <party> = [the] party starts | party beginning; <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>; <object> = [other] ( trashbin ); -- GitLab