Skip to content
Snippets Groups Projects
Commit a7962f35 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

gprs

parent 980966ca
No related branches found
No related tags found
No related merge requests found
...@@ -26,10 +26,10 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -26,10 +26,10 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<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;
<grab_object> = <cleaningstuff_class> | <drink_class> | <snack_class> | <food_class> | cleaningstuff | drink | snack | object | food | something | stuff | item; <grab_object> = <cleaningstuff_class> | <drink_class> | <snack_class> | <food_class> | cleaningstuff | drink | snack | object | food | something | stuff | item | beverage;
<cleaningstuff_class> = deodorant | toothpaste | cleaner | fresh_discs | sponge; <cleaningstuff_class> = deodorant | toothpaste | cleaner | fresh_discs | sponge;
<drink_class> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk; <drink_class> = fanta | milk;
<snack_class> = chocolate | cookies | drops | cracker; <snack_class> = cookies;
<food_class> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce; <food_class> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce;
<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 | apartment | furniture; <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 | apartment | furniture;
...@@ -37,7 +37,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -37,7 +37,7 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi];
<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 | apartment; <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 | apartment;
<appliance_class> = stove | sink | fridge | tv_counter; <appliance_class> = stove | sink | fridge | tv_counter;
<shelf_class> = bar | kitchen_counter | cupboard | dresser | side_board | book_shelf | pantry | cabinet; <shelf_class> = sideboard;
<seat_class> = <seating_class>; <seat_class> = <seating_class>;
<seating_class> = bench | bed | sofa | armchair; <seating_class> = bench | bed | sofa | armchair;
<table_class> = hallway_table | side_table | kitchen_table | dinner_table | couch_table | bedsidetable; <table_class> = hallway_table | side_table | kitchen_table | dinner_table | couch_table | bedsidetable;
......
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