From 924683c094ad6f510e0384362864d2e6073922a0 Mon Sep 17 00:00:00 2001 From: Adriana Dreyer <adreyer@techfak.uni-bielefeld.de> Date: Fri, 28 Jun 2013 16:10:05 +0200 Subject: [PATCH] nonTerminal followMe statt follow --- pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf index e9687fe0..0be8dfe4 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; -- GitLab