Skip to content
Snippets Groups Projects
Commit 34365619 authored by Günes Minareci's avatar Günes Minareci
Browse files

somewhere appartment eingebaut

parent ef674474
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_GPRSperson; grammar ToBI_GPRSperson;
public <statement> = <phrase>; public <statement> = <phrase> [please];
<phrase> = [<verb>] <person>; <phrase> = [<verb>] <person>;
......
#JSGF V1.0; #JSGF V1.0;
grammar ToBI_location; grammar ToBI_location;
public <statement> = <locationPhrase>; public <statement> = <locationPhrase> [please];
<locationPhrase> = [<verb>] [<preposition>] [the | this] <location>; <locationPhrase> = [<verb>] [<preposition>] [the | this] <location>;
<location> = fridge | sink | tv | hanger | shelf | couch | lounge | bed | armchair | desk | dinnertable | side_table | couch_table | bar | waste | plant | poster | kitchen | living_room | dining_room;
<verb> = go | search | learn | remember | memorize; <verb> = go | search | learn | remember | memorize;
<preposition> = (on [top]) | in | ([next] to) | at | near | in | into | from;
<location> = (<appliance_class> | <shelf_class> | <seat_class> | <table_class> | <bin_class> | <decoration_class> | <room_class> | location | room | appliance | shelf | seat | table | bin | decoration | everywhere | somewhere | appartment);
<appliance_class> = fridge | sink | tv;
<shelf_class> = hanger | shelf;
<seat_class> = couch | lounge | bed | armchair;
<table_class> = desk | dinnertable | side_table | couch_table | bar;
<bin_class> = waste;
<decoration_class> = plant | poster;
<room_class> = kitchen | living_room | dining_room;
<preposition> = (on [top of]) | in | ([next] to) | at | near | in | into | from;
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