Skip to content
Snippets Groups Projects
Commit 8e4b1e9b authored by Ingo Killmann's avatar Ingo Killmann
Browse files

One more small fix

parent 24e76241
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -4,7 +4,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <put_command> | <learn_command> | <wait>; <command> = <bring_command> | <goto_command> | <follow_command> | <find_command> | <put_command> | <learn_command> | <wait>;
<bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [from | into | to] [<location> | <person>]; <bring_command> = <bringVerb> [<person>] [<article>] <grab_object> [from | into | to] [<article>] [<location> | <person>];
<goto_command> = <gotoVerb> <preposition> <location>; <goto_command> = <gotoVerb> <preposition> <location>;
<follow_command> = <followVerb> <person>; <follow_command> = <followVerb> <person>;
<find_command> = <findVerb> ([<article>] <grab_object> | <person>) [in <location>]; <find_command> = <findVerb> ([<article>] <grab_object> | <person>) [in <location>];
...@@ -18,7 +18,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -18,7 +18,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<followVerb> = follow; <followVerb> = follow;
<learnVerb> = learn | remember | memorize; <learnVerb> = learn | remember | memorize;
<person> = someone | <personal_pronoun> | <person_name> | [<article>] (person | man | woman | guy | girl | boy | human | robot); <person> = someone | <personal_pronoun> | <person_name> | (person | man | woman | guy | girl | boy | human | robot);
<personal_pronoun> = him | her | me; <personal_pronoun> = him | her | me;
<person_name> = james|john|robert|michael|william|david|richard|charles|linda|thomas|mary|patricia|joseph|dorothy|barbara|susan|jennifer|maria|elizabeth|margaret; <person_name> = james|john|robert|michael|william|david|richard|charles|linda|thomas|mary|patricia|joseph|dorothy|barbara|susan|jennifer|maria|elizabeth|margaret;
...@@ -28,7 +28,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -28,7 +28,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<drink_class> = coke | beer | wine | redbull | water | juice; <drink_class> = coke | beer | wine | redbull | water | juice;
<snack_class> = cookies | peanuts | chocolate | hazelnuts | noodles; <snack_class> = cookies | peanuts | chocolate | hazelnuts | noodles;
<location> = [<article>] (<appliance_class> | <shelf_class> | <seat_class> | <table_class> | <bin_class> | <decoration_class> | <room_class> | location | room | appliance | shelf | seat | table | bin | decoration | somewhere); <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <bin_class> | <decoration_class> | <room_class> | location | room | appliance | shelf | seat | table | bin | decoration | somewhere;
<appliance_class> = fridge | sink | tv; <appliance_class> = fridge | sink | tv;
<shelf_class> = hanger | shelf; <shelf_class> = hanger | shelf;
<seat_class> = couch | lounge | bed | armchair; <seat_class> = couch | lounge | bed | armchair;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment