diff --git a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf index af1fd717bbb002951758c7bcddc5ee9fb90a3303..8ca1916c42a3c7bf22ea6ebbc95eae8e218cbfc2 100644 --- a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf +++ b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf @@ -4,7 +4,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; <command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <pointat_command> | <learn_command> | <show_command>; -<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> <preposition> [<article>] [<location> | <person>] [(to|into) [<article>] <second_location>]; +<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [<preposition> [<article>] [<location> | <person>]] [(to|into) [<article>] <second_location>]; <goto_command> = <gotoVerb> [<further_preposition> | <preposition>] <location>; <follow_command> = <followVerb> <person>; <find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];