From 00266e5796a10a70c92ef0ad238cff5340f3c193 Mon Sep 17 00:00:00 2001 From: skoester <skoester@techfak.uni-bielefeld.de> Date: Fri, 24 Apr 2015 16:49:47 +0200 Subject: [PATCH] updatet dictionary and grammar for gpsr --- ps-grammar/gpsr/gpsr.jsgf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ps-grammar/gpsr/gpsr.jsgf b/ps-grammar/gpsr/gpsr.jsgf index 4c380374..7e96cac4 100644 --- a/ps-grammar/gpsr/gpsr.jsgf +++ b/ps-grammar/gpsr/gpsr.jsgf @@ -33,10 +33,10 @@ public <task> = <location_task> | <item_task> | <interact_task>; <interact_task> = (<talk_with_person> | <interact_with_person>) [[(and | then)] <task>]; -<talk_with_person> = <talk_commands> ((something about <person>) | (the day of the month)); +<talk_with_person> = <talk_commands> ((something about (([to | the] <per>) | <person>)) | (the day of the month)); <talk_commands> = tell | report | answer | introduce; -<interact_with_person> = <memory_commands> [<pron>] [<person>] [(in front of you) | ([<noname>] [the] <locations>)]; +<interact_with_person> = <memory_commands> [the | a] [<per>] ((in front of you) | ([in | at] [the] <locations>)); <memory_commands> = follow | memorize | find; -- GitLab