diff --git a/ps-grammar/dictionary/tobiDic.dic b/ps-grammar/dictionary/tobiDic.dic
index d4715721df25f5e0c6ae6211138e30247ca6e492..37c19e38910346d01cbd0ae1c3585c396a6f00f8 100644
--- a/ps-grammar/dictionary/tobiDic.dic
+++ b/ps-grammar/dictionary/tobiDic.dic
@@ -133515,3 +133515,15 @@ zywicki	Z IH W IH K IY
 {left-brace	L EH F T B R EY S
 }close-brace	K L OW Z B R EY S
 }right-brace	R AY T B R EY S
+
+chocolate_cereals      CH AO K L AH T S IH R IY AH L Z
+chocosticks    CH AO K S T IH K S
+fresh_milk     F R EH SH M IH L K
+icetea AY S T IY
+ice-tea AY S T IY
+meadow_milk    M EH D OW M IH L K
+muesli M Y S L IH
+muesli_cereals         M Y S L IH S IH R IY AH L Z
+oblates        AA B L EY T S
+red_bull       R EH D B UH L
+whole_milk     HH OW L M IH L K
diff --git a/ps-grammar/wakeMeUp/wakeMeUp.jsgf b/ps-grammar/wakeMeUp/wakeMeUp.jsgf
index 34739cc462b84955f37e9a33b07e61942723e036..56d4171beaec47b59222f855e8e2f12df5c0a5d2 100644
--- a/ps-grammar/wakeMeUp/wakeMeUp.jsgf
+++ b/ps-grammar/wakeMeUp/wakeMeUp.jsgf
@@ -10,5 +10,5 @@ public <task> = <snack> | <cereal> | <milk>;
 <milk> = <milk_items> with ((<cereal_items> and <snack_items>) | (<snack_items> and <cereal_items>));
 
 <milk_items> = fresh_milk | meadow_milk | whole_milk;
-<cereal_items> = cranberry_cereals | muesli_cereals | chocolate_cereals;
-<snack_items> = noodles | pringles | (bubble mint) | red_bull | icetea | fanta | oblates | chocosticks | coke | (bubble gum) | coffee | peanut;
+<cereal_items> = (cranberry cereals) | (muesli cereals) | (chocolate cereals);
+<snack_items> = noodles | pringles | (bubble mint) | red_bull | (ice tea) | fanta | oblates | chocosticks | coke | (bubble gum) | coffee | peanut;