From be9e92539795e914700950c9c567f930e1846513 Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Sat, 5 Apr 2014 09:49:14 +0200 Subject: [PATCH] party --- ps-grammar/demoChallenge/commands.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/demoChallenge/commands.jsgf b/ps-grammar/demoChallenge/commands.jsgf index e629d0a1..2dce336a 100644 --- a/ps-grammar/demoChallenge/commands.jsgf +++ b/ps-grammar/demoChallenge/commands.jsgf @@ -5,6 +5,6 @@ public <statement> = [tobi] [please] <command> [please] [tobi]; <command> = <mapping> | <clean> | <party> | <teach>; <clean> = (clean up) | (start cleaning); <mapping> = ( start mapping ); -<party> = ( [the] party starts) | (party beginning); +<party> = ( [the] party starts) | (party beginning) | (party starting) | (lets start the party); <teach> = ( (this is [a | an | the] ) | ( these are [the] ) ) <object>; <object> = trashbin; -- GitLab