From 5bc82370e0200b159582b230def099aff64f3b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnes=20Minareci?= <gminareci@techfak.uni-bielefeld.de> Date: Thu, 27 Jun 2013 10:35:35 +0200 Subject: [PATCH] gprs grammar angepasst an askforaction --- 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 15c3da22..6bf6cace 100644 --- a/pocketsphinxAdapter/grammar/gprs/gprs.jsgf +++ b/pocketsphinxAdapter/grammar/gprs/gprs.jsgf @@ -11,7 +11,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; <pointat_command> = <pointatVerb> [<article>] <location>; <learn_command> = <learnVerb> [<article>] (<person> | <location>); <cleanup_command> = <cleanupVerb> <article> <room_class>; -<show_command> = <showVerb> [<person>] [<article>] [<grab_object>] | <showVerb> [<person>] [the (path|way) to] [<article>] <location>; +<show_command> = <showVerb> [<person>] [<article>] <grab_object> | <showVerb> [<person>] [the (path|way) to] [<article>] <location>; <bringVerb> = bring | carry | retrieve | fetch | get | give | put | attend | deliver | convey | gather | (pick up) | take; <findVerb> = find | search [for] | check [for] | acquire | attain | obtain; -- GitLab