From 22da66c08ed2ee42454b2c2d10d4e21c0bb8aa28 Mon Sep 17 00:00:00 2001 From: alangfel <alangfel@marax.(none)> Date: Tue, 15 Jul 2014 21:17:29 +0200 Subject: [PATCH] added apple to grammar --- ps-grammar/restaurant/object.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/restaurant/object.jsgf b/ps-grammar/restaurant/object.jsgf index 8e42f447..63230b52 100644 --- a/ps-grammar/restaurant/object.jsgf +++ b/ps-grammar/restaurant/object.jsgf @@ -6,4 +6,4 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi]; <objects> = <drinks> | <snacks>; <drinks> = (orange juice) | (fruit juice) | (ice tea) | coffee | beer; -<snacks> = chocolates | (chewing gum) | peanuts; +<snacks> = chocolates | (chewing gum) | peanuts | apple; -- GitLab