Newer
Older
#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> | <door_class> | <exit_class> | <everywhere_class>;
<appliance_class> = (coat rack) | kitchen_counter | fridge | bar;
<shelf_class> = book_shelf | (food shelf);
<seat_class> = <seating_class>;
<table_class> = kitchen_table | desk | side_table | couch_table | (bedroom table);
<door_class> = (room door);
<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;