From d0ac395480a151496ab7b562a26a9c8d1eadd0e4 Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Fri, 24 Apr 2015 23:13:35 +0200 Subject: [PATCH] added "with" --- ps-grammar/restaurant/order.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/restaurant/order.jsgf b/ps-grammar/restaurant/order.jsgf index 73fb7514..5f750cd8 100644 --- a/ps-grammar/restaurant/order.jsgf +++ b/ps-grammar/restaurant/order.jsgf @@ -7,4 +7,4 @@ public <restaurant> = [tobi] [bring me] [one | a ] <objects> [please]; <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>; +<combo> = <food> (and | with) <food>; -- GitLab