From 5d5cb12c130d2429aa2476ee95e51066abc81a4d Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Fri, 24 Apr 2015 23:12:17 +0200 Subject: [PATCH] objects for restaurant --- ps-grammar/restaurant/order.jsgf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ps-grammar/restaurant/order.jsgf b/ps-grammar/restaurant/order.jsgf index 66e5aa60..73fb7514 100644 --- a/ps-grammar/restaurant/order.jsgf +++ b/ps-grammar/restaurant/order.jsgf @@ -1,9 +1,10 @@ #JSGF V1.0; grammar restaurant_ordering; -public <restaurant> = [tobi] [one | a ] <objects> [please]; +public <restaurant> = [tobi] [bring me] [one | a ] <objects> [please]; <objects> = <drinks> | <combo>; -<drinks> = coke; -<combo> = steak; +<drinks> = coke | redbull | icetea | (meadow milk) | (coffee pads) | beer | (fresh milk); +<food> = lemon | mandarine | apple | pringles | bubblemint | (cranberry cereals) | (muesli cereals) | (chocolate cereals) | peanut | mints | oblates | chocosticks | bubblegum | noodles; +<combo> = <food> and <food>; -- GitLab