Skip to content
Snippets Groups Projects
Commit 0879595d authored by gminareci's avatar gminareci
Browse files

Merge branch 'master' of rcs:/home/biron/git/robocup-speechrec

parents b804b367 e5ba8752
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ grammar emergencySituation_object; ...@@ -3,9 +3,9 @@ grammar emergencySituation_object;
public <emergencySituation> = <objectPhrase>; public <emergencySituation> = <objectPhrase>;
<objectPhrase> = <water> | <firstaidkit> | <cellphone> | <nothing>; <objectPhrase> = <water> | <biscuits> | <cellphone>;
<water> = water; <water> = water;
<firstaidkit> = first aid kit; <biscuits> = biscuits;
<cellphone> = cell phone; <cellphone> = cell phone;
<nothing> = nothing; <nothing> = nothing;
...@@ -11,4 +11,4 @@ public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | < ...@@ -11,4 +11,4 @@ public <review> = [tobi] [please] (<follow> | <observe> | <teach> | <locate> | <
<locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> ); <locate> = ( ( where is [a | an | the] ) | ( where are [the] ) ) ( <object> | <furniture> );
<list> = ( which objects do you know ) | ( list [the] objects ); <list> = ( which objects do you know ) | ( list [the] objects );
<furniture> = [other] ( shelf | cupboard | table | chair | armchair | sofa | stool | dresser | closet ); <furniture> = [other] ( shelf | cupboard | table | chair | armchair | sofa | stool | dresser | closet );
<object> = [other] ( pringles | apple | milk | biscuits | book ); <object> = [other] ( pringles | coffee | crackers | biscuits | milk );
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