diff --git a/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf b/pocketsphinxAdapter/grammar/restaurant/restaurant.jsgf index 0f5cc6a7cfaf20bd27e1d3aee5c4b23348b3d340..a7e9cd1839828d3facf294170316f2071f0c46ac 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>)];