diff --git a/psGrammar/tasks/restaurant/order_apartment.jsgf b/psGrammar/tasks/restaurant/order_apartment.jsgf index d3579125930f65e1f9336b859f8f94c045b216c1..fa75bb15a6ef01b3a58ccf82d25c4abdec34646b 100644 --- a/psGrammar/tasks/restaurant/order_apartment.jsgf +++ b/psGrammar/tasks/restaurant/order_apartment.jsgf @@ -7,21 +7,21 @@ public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [plea <food> = ((pringles) | (fork) | - (potted_meat_can) | - (cracker_box) | - (mustard_bottle)| + (potted meat can) | + (cracker box) | + (mustard bottle)| (bowl) | (plate) | - (soap_box) | - (sugar_box) | - (choco_krispies) | + (soap box) | + (sugar box) | + (choco krispies) | (spoon) | (knife) | (orange) | (banana) | (pear) | (peach)| - (dishwasher_tab)); + (dishwasher tab)); <drinks> = ((milk) | (cup) | (coke) | (milo) | - (bleach_cleanser)); \ No newline at end of file + (bleach cleanser));