From 9248d84c37cde906e3c24e1344407e6abc732bf4 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Fri, 17 Apr 2015 12:33:59 +0200 Subject: [PATCH] fixed table --- ps-grammar/restaurant/goTable.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/restaurant/goTable.jsgf b/ps-grammar/restaurant/goTable.jsgf index 97167a22..91b32625 100644 --- a/ps-grammar/restaurant/goTable.jsgf +++ b/ps-grammar/restaurant/goTable.jsgf @@ -1,6 +1,6 @@ #JSGF V1.0; grammar restaurant_save_command; -public <restaurant> = [tobi] [please] [(take a oder from) | (go to)] <deliveryLocations> [please]); +public <restaurant> = [tobi] [please] [(take a oder from) | (go to)] <deliveryLocations> [please]; <deliveryLocations> = table <numberOfTable>; <numberOfTable> = one | two | three; \ No newline at end of file -- GitLab