From 21e97290253793bbe194304a82e2a96694d099e4 Mon Sep 17 00:00:00 2001
From: Ingo Killmann <ikillman@techfak.uni-bielefeld.de>
Date: Fri, 28 Jun 2013 22:53:51 +0200
Subject: [PATCH] small change on restaurant grammar to improve understanding

---
 pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
index 0f5cc6a7..a7e9cd18 100644
--- a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
+++ b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf
@@ -14,7 +14,7 @@ public <restaurant> = [tobi] [please] <command> [please] [tobi];
 
 <ordering> = ordering;
 <deliveryLocations> = table (one | two | three);
-<savePlaceLeft> = <save> left;
-<savePlaceRight> = <save> right;
+<savePlaceLeft> = left;
+<savePlaceRight> = right;
 <savePlace> = <save>;
-<save> = save [the] (place | location) [to | on] [the | my];
+<save> = save [the] (place | location) [[to | on] [the | my] (<savePlaceRight> | <savePlaceLeft>)];
-- 
GitLab