From 1e11bb77a7b8715ee5c35bc636cace2e6206cce7 Mon Sep 17 00:00:00 2001 From: Carolin Klute <carolin.klute@uni-bielefeld.de> Date: Tue, 4 Jul 2023 21:13:09 +0200 Subject: [PATCH] Updated restaurant grammar --- .../tasks/restaurant/order_apartment.jsgf | 37 +++++++++---------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/psGrammar/tasks/restaurant/order_apartment.jsgf b/psGrammar/tasks/restaurant/order_apartment.jsgf index 939874ad..185e9320 100644 --- a/psGrammar/tasks/restaurant/order_apartment.jsgf +++ b/psGrammar/tasks/restaurant/order_apartment.jsgf @@ -5,24 +5,21 @@ public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [plea <objects> = (<drinks> | <food>); -<food> = ((pringles) | - (fork) | - (potted meat can) | - (cracker box) | - (mustard bottle)| - (bowl) | - (plate) | - (soap box) | - (sugar box) | - (choco krispies) | - (spoon) | - (knife) | - (orange) | - (banana) | - (pear) | - (peach)| - (nothing)| - (dishwasher tab)); +<food> = ((tuna) | + (tomato soup) | + (spam) | + (mustard) | + (strawberry jello)| + (chocolate jello) | + (coffe grounds) | + (sugar) | + (pear) | + (plum) | + (peach) | + (lemon)| + (orange) | + (strawberry) | + (banana) | + (apple)); -<drinks> = ((milk) | (cup) | (coke) | (milo) | - (bleach cleanser)); +<drinks> = ((red wine) | (juice pack) | (cola) | (tropical juice) | (milk) | (iced tea) | (orange juice) | (nesquik) ); -- GitLab