#JSGF V1.0; grammar ToBI_location; public <statement> = <locationPhrase> [please]; <locationPhrase> = [<verb>] [<preposition>] [the | this] <location>; <verb> = go | search | learn | remember | memorize; <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <door_class> | <exit_class> | <everywhere_class>; <appliance_class> = waste_bin | fridge | stove; <shelf_class> = bar | side_board | (right side_table) | (left side_table); <seat_class> = <seating_class>; <seating_class> = sofa | armchair | bed; <table_class> = kitchen_table | hallway_table | dinner_table | couch_table ; <door_class> = (room door); <utensil_class> = trash_bin; <exit_class> = (exit door) | (entry door); <everywhere_class> = everywhere; <room_class> = kitchen | living_room | bedroom | hallway; <preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;