diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf index e9687fe0f04c5e30759ac07397eedb48af1d7834..0be8dfe413f0e0ae59aa13e4bb122733c739cd31 100644 --- a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf +++ b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf @@ -3,7 +3,7 @@ grammar ToBI_restaurant; public <restaurant> = [tobi] [please] <command> [please] [tobi]; <command> = <follow> | <stop> | <beverages> | <ordering> | <deliveryLocations> | <savePlaceLeft> | <savePlaceRight> | <savePlace>; -<follow> = (follow me) | (come [(with me) | here]) | (keep up); +<followMe> = (follow me) | (come [(with me) | here]) | (keep up); <stop> = stop [this]; <beverages> = <objectCategory> | <objects>; <objectCategory> = drinks | food;