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

Merge branch 'master' of rcs:robocup-speechrec

parents 6b96e39c 625fe295
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar ToBI_restaurant;
public <restaurant> = [tobi] [please] <command> [please] [tobi];
<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <safePlaceLeft> | <safePlaceRight> | <safePlace>;
<command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <savePlaceLeft> | <savePlaceRight> | <savePlace>;
<follow> = (follow me) | (come [(with me) | here]) | (keep up);
<stop> = stop [this];
......@@ -14,7 +14,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
<ordering> = ordering;
<deliveryLocations> = table (one | two | three);
<safePlaceLeft> = <safe> left;
<safePlaceRight> = <safe> right;
<safePlace> = <safe>;
<safe> = safe [the] (place | location) [to | on] [the | my];
<savePlaceLeft> = <save> left;
<savePlaceRight> = <save> right;
<savePlace> = <save>;
<save> = save [the] (place | location) [to | on] [the | my];
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