Skip to content
Snippets Groups Projects
Commit 92714ac6 authored by Günes Minareci's avatar Günes Minareci
Browse files

gprs grm angepasst

parent 7ab8227d
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_GPRS;
public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
public <task> = [tobi] [(would | could) you] [please] <command> | [(would | could) you] <command> [please] [tobi] | [tobi] [(would | could) you] <command> [please] | [(would | could) you] [please] <command> [tobi];
<command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <put_command> | <learn_command>;
<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [from | into | to] [<article>] [<location> | <person>];
<bringFromTo_command> = <bringVerb> ([<article>] <grab_object> | this) from <location> [to | into] <second_location>;
<goto_command> = <gotoVerb> <preposition> <location>;
<follow_command> = <followVerb> <person>;
<find_command> = <findVerb> [<article>] (<grab_object> | <person>) [in <location>];
......@@ -30,6 +31,8 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <utensil_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere;
<second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <utensil_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere;
<appliance_class> = stove | sink | fridge | tv_counter;
<shelf_class> = bar | kitchen_counter | cupboard | dresser | side_board | book_shelf | pantry | cabinet;
<seat_class> = <seating_class>;
......
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