From 0d45fdbe4c0e5c279fe1d776ad214d6b53c72705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnes=20Minareci?= <gminareci@techfak.uni-bielefeld.de> Date: Fri, 28 Jun 2013 16:02:55 +0200 Subject: [PATCH] grm --- pocketsphinxAdapter/grammar/gprs/gprs.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf index ed616e4b..3bb1e0bc 100644 --- a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf +++ b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf @@ -5,7 +5,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; <command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <pointat_command> | <learn_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> [<further_preposition> | <preposition>] [<article>] <location>; +<goto_command> = <gotoVerb> <preposition> ([<article>] <location>); <follow_command> = <followVerb> <person>; <find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in [<article>] <location>]; <pointat_command> = <pointatVerb> [<article>] <location>; -- GitLab