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

fixed grammars

parent e79b454a
No related branches found
No related tags found
No related merge requests found
...@@ -26,23 +26,23 @@ public <task> = [tobi] [(would | could) you] [please] <command> [please] [tobi]; ...@@ -26,23 +26,23 @@ 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> = <bathroom_class> | <drink_class> | <snack_class> | <food_class> | <tool_class> | tool | bathroom_stuff | (bathroom stuff) | drink | snack | object | food | something | stuff | item | beverage | things; <grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class> | <tool_class> | tool | (bathroom stuff) | drink | snack | object | food | something | stuff | item | beverage | things;
<bathroom_class> = shower_gel | hair_gel; <bathroom_class> = (shower gel) | (hair gel);
<drink_class> = orange_juice | fruit_juice | ice_tea | coffee | beer; <drink_class> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snack_class> = chokolates | chewing_gum | peanuts; <snack_class> = chocolates | (chewing gum) | peanuts;
<food_class> = noodle_sauce | cat_food | dumplings | tacos; <food_class> = (noodle sauce) | (cat food) | dumplings | tacos;
<tool_class> = sponge | tape | sole_latex; <tool_class> = sponge | tape | (sole latex);
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture; <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture; <second_location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class> | door | seating | utensil | location | room | appliance | shelf | seat | table | somewhere | apartment | furniture;
<appliance_class> = coat_rack | kitchen_counter | fridge | bar; <appliance_class> = (coat rack) | kitchen_counter | fridge | bar;
<shelf_class> = book_shelf | food_shelf; <shelf_class> = book_shelf | (food shelf);
<seat_class> = <seating_class>; <seat_class> = <seating_class>;
<seating_class> = sofa | bed; <seating_class> = sofa | bed;
<table_class> = kitchen_table | desk | side_table | couch_table |bedroom_table; <table_class> = kitchen_table | desk | side_table | couch_table | (bedroom table);
<door_class> = exit_door | entry_door | room_door; <door_class> = (exit door) | (entry door) | (room door);
<room_class> = kitchen | living_room | bed_room | hallway; <room_class> = kitchen | living_room | bed_room | hallway;
<utensil_class> = trash_bin; <utensil_class> = trash_bin;
......
...@@ -8,12 +8,14 @@ public <statement> = <locationPhrase> [please]; ...@@ -8,12 +8,14 @@ public <statement> = <locationPhrase> [please];
<location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>; <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <door_class>;
<appliance_class> = coat_rack | kitchen_counter | fridge | bar; <appliance_class> = (coat rack) | kitchen_counter | fridge | bar;
<shelf_class> = book_shelf | food_shelf; <shelf_class> = book_shelf | (food shelf);
<seat_class> = <seating_class>; <seat_class> = <seating_class>;
<seating_class> = sofa | bed; <seating_class> = sofa | bed;
<table_class> = kitchen_table | desk | side_table | couch_table |bedroom_table; <table_class> = kitchen_table | desk | side_table | couch_table | (bedroom table);
<door_class> = exit_door | entry_door | room_door; <door_class> = (exit door) | (entry door) | (room door);
<utensil_class> = trash_bin; <utensil_class> = trash_bin;
<room_class> = kitchen | living_room | bed_room | hallway;
<preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from; <preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;
...@@ -3,12 +3,13 @@ grammar ToBI_object; ...@@ -3,12 +3,13 @@ grammar ToBI_object;
public <statement> = [<verb>] [<article>] <object> [please]; public <statement> = [<verb>] [<article>] <object> [please];
<object> = <grab_object>; <object> = <grab_object>;
<grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class>; <grab_object> = <bathroom_class> | <drink_class> | <snack_class> | <food_class> | <tool_class>;
<bathroom_class> = shower_gel | hair_gel; <bathroom_class> = (shower gel) | (hair gel);
<drink_class> = orange_juice | fruit_juice | ice_tea | coffee | beer; <drink_class> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer;
<snack_class> = chokolates | chewing_gum | peanuts; <snack_class> = chocolates | (chewing gum) | peanuts;
<food_class> = noodle_sauce | cat_food | dumplings | tacos; <food_class> = (noodle sauce) | (cat food) | dumplings | tacos;
<tool_class> = sponge | tape | (sole latex);
<verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize; <verb> = bring | carry | retrieve | fetch | get | give | find | search for | put | learn | remember | memorize;
<article> = the | an | some | a | this; <article> = the | an | some | a | this;
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