From 07ba04f18a22129fd910e5530b39d18f426e1bd7 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Thu, 3 Apr 2014 22:57:32 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ps-grammar/gprs/gprs.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/gprs/gprs.jsgf b/ps-grammar/gprs/gprs.jsgf index dc4d42f5..a3e3407f 100644 --- a/ps-grammar/gprs/gprs.jsgf +++ b/ps-grammar/gprs/gprs.jsgf @@ -2,7 +2,7 @@ grammar ToBI_GPRS; public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; -<command> = <bring_command> | <goto_command>; +<command> = <bring_command> | <goto_command> | <find_command> | <follow_command> | <cleanup_command> | <show_command>; <bring_command> = (<bringVerb> [<person>] [<article>] <grab_object> [<preposition> [<article>] <location>] [(to|into) [<article>] <second_location>]) | (<bringVerb> [<article>] <person> <preposition> <article> <location>); <goto_command> = <gotoVerb> <preposition> ([<article>] <location>); -- GitLab