From d96c260341babc58b28dd38da9254b95aa0d7e5f Mon Sep 17 00:00:00 2001 From: skoester <skoester@techfak.uni-bielefeld.de> Date: Fri, 24 Apr 2015 23:17:44 +0200 Subject: [PATCH] fix --- ps-grammar/dictionary/tobiDic.dic | 12 ++++++++++++ ps-grammar/wakeMeUp/wakeMeUp.jsgf | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ps-grammar/dictionary/tobiDic.dic b/ps-grammar/dictionary/tobiDic.dic index d4715721..37c19e38 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 34739cc4..56d4171b 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; -- GitLab