Skip to content
Snippets Groups Projects
location.jsgf 900 B
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> | <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 ;
Leroy John Rügemer's avatar
Leroy John Rügemer committed
<utensil_class> = trash_bin;
<exit_class> = (exit door) | (entry door);
<everywhere_class> = everywhere;
Leroy John Rügemer's avatar
Leroy John Rügemer committed

<room_class> = kitchen | living_room | bedroom | hallway;
Leroy John Rügemer's avatar
Leroy John Rügemer committed

<preposition> = into | (on [top of]) | in | ([next] to) | at | near | in | from;