Skip to content
Snippets Groups Projects
Commit 00266e57 authored by skoester's avatar skoester
Browse files

updatet dictionary and grammar for gpsr

parent f0e45624
No related branches found
No related tags found
No related merge requests found
...@@ -33,10 +33,10 @@ public <task> = <location_task> | <item_task> | <interact_task>; ...@@ -33,10 +33,10 @@ public <task> = <location_task> | <item_task> | <interact_task>;
<interact_task> = (<talk_with_person> | <interact_with_person>) [[(and | then)] <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; <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; <memory_commands> = follow | memorize | find;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment