From ca0bddb4d294ae71994241e3a1ead304ae33d2d8 Mon Sep 17 00:00:00 2001 From: Adriana Dreyer <adreyer@techfak.uni-bielefeld.de> Date: Thu, 27 Jun 2013 10:44:17 +0200 Subject: [PATCH] restaurant horcht auf drinks statt drink --- pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf index 3471a9df..e9687fe0 100644 --- a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf +++ b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf @@ -6,10 +6,10 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi]; <follow> = (follow me) | (come [(with me) | here]) | (keep up); <stop> = stop [this]; <beverages> = <objectCategory> | <objects>; -<objectCategory> = drink | food; -<objects> = <drink> | <food>; +<objectCategory> = drinks | food; +<objects> = <drinks> | <food>; -<drink> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk; +<drinks> = beer_bottle | fanta | beer_can | coke | seven_up | chocolate_milk | energy_drink | orange_juice | apple_juice | milk; <food> = tomato_sauce | peanut_butter | chicken_noodles | marmalade | veggie_noodles | garlic_sauce | chocolate | cookies | drops | cracker; <ordering> = ordering; -- GitLab