Skip to content
Snippets Groups Projects
Commit 66fa7b0f authored by rfeldhans's avatar rfeldhans
Browse files

enhanced speechrec grammars

parent f9429273
No related branches found
No related tags found
No related merge requests found
...@@ -24,15 +24,15 @@ public <quest_arena> = <arena1> | <arena2> | <arena3> | <arena4>; ...@@ -24,15 +24,15 @@ public <quest_arena> = <arena1> | <arena2> | <arena3> | <arena4>;
<quest_obj> = <obj1> | <obj2> | <obj3> | <obj4> | <obj5> | <obj6> | <obj7> | <obj8> | <obj9>; <quest_obj> = <obj1> | <obj2> | <obj3> | <obj4> | <obj5> | <obj6> | <obj7> | <obj8> | <obj9>;
<obj1> = where can i find [a | the] (<object> | <category>); <obj1> = where can i find [a | the] (<object> | <category>);
<obj2> = how many <category> (there are | are there); <obj2> = how many <category> (there are | are there);
<obj3> = whats the <property> of the <object>; <obj3> = (whats | what is) the <property> of the <object>;
<obj4> = how many (<category> | objects) are (in | on | at | around | by) the <location>; <obj4> = how many (<category> | objects) are (in | on | at | around | by) the <location>;
<obj5> = what objects are stored (in | on | at | around | by) the <location>; <obj5> = what objects are stored (in | on | at | around | by) the <location>;
<obj6> = to which category (belong | belongs) the <object>; <obj6> = to which category (belong | belongs) the <object>;
<obj7> = do [the] <object> and [the] <object> belong to the same category; <obj7> = do [the] <object> and [the] <object> belong to the same category;
<obj8> = which is the <adjektiv_sup> (<category> | object); <obj8> = (which | what) is the <adjektiv_sup> (<category> | object);
<obj9> = between [the] <object> and [the] <object> which one is <adjektiv_compare>; <obj9> = between [the] <object> and [the] <object> which one is <adjektiv_compare>;
<adjektiv_sup> = heaviest | lightest | biggest | smallest; <adjektiv_sup> = biggest | smallest;
<adjektiv_compare> = heavier | lighter | bigger | smaller; <adjektiv_compare> = bigger | smaller;
<location> = bed | dining table | cabinet | bookshelf | couch table | sofa | bar | kitchen counter | desk | stove | closet | side table; <location> = bed | dining table | cabinet | bookshelf | couch table | sofa | bar | kitchen counter | desk | stove | closet | side table;
......
...@@ -29,10 +29,10 @@ public <quest_arena> = <arena1> | <arena2> | <arena3> | <arena4>; ...@@ -29,10 +29,10 @@ public <quest_arena> = <arena1> | <arena2> | <arena3> | <arena4>;
<obj5> = what objects are stored (in | on | at | around | by) the <location>; <obj5> = what objects are stored (in | on | at | around | by) the <location>;
<obj6> = to which category (belong | belongs) the <object>; <obj6> = to which category (belong | belongs) the <object>;
<obj7> = do [the] <object> and [the] <object> belong to the same category; <obj7> = do [the] <object> and [the] <object> belong to the same category;
<obj8> = which is the <adjektiv_sup> (<category> | object); <obj8> = (which | what) is the <adjektiv_sup> (<category> | object);
<obj9> = between [the] <object> and [the] <object> which one is <adjektiv_compare>; <obj9> = between [the] <object> and [the] <object> which one is <adjektiv_compare>;
<adjektiv_sup> = heaviest | lightest | biggest | smallest; <adjektiv_sup> = biggest | smallest;
<adjektiv_compare> = heavier | lighter | bigger | smaller; <adjektiv_compare> = bigger | smaller;
public <quest_crowd> = <crowd1> | <crowd2> | <crowd3> | <crowd4> | <crowd5> | <crowd6>; public <quest_crowd> = <crowd1> | <crowd2> | <crowd3> | <crowd4> | <crowd5> | <crowd6>;
<crowd1> = how many <people> are in the crowd; <crowd1> = how many <people> are in the crowd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment