From 1ad8d4cebb33cf79c7ac15222b4fae054709e635 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Tue, 22 Jul 2014 09:24:58 -0300 Subject: [PATCH] fixed loc grammar --- ps-grammar/location/location.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps-grammar/location/location.jsgf b/ps-grammar/location/location.jsgf index a204d1fb..3e7e697f 100644 --- a/ps-grammar/location/location.jsgf +++ b/ps-grammar/location/location.jsgf @@ -9,7 +9,7 @@ public <statement> = <locationPhrase> [please]; <location> = <appliance_class> | <shelf_class> | <seat_class> | <table_class> | <room_class> | <door_class> | <exit_class> | <everywhere_class>; <appliance_class> = (waste bin) | fridge | stove; -<shelf_class> = bar | (side board) | (right sidetable | (left sidetable); +<shelf_class> = bar | (side board) | (right sidetable) | (left sidetable); <seat_class> = <seating_class>; <seating_class> = sofa | armchair | bed; <table_class> = (kitchen table) | (hallway table) | (dinner table) | (couch table) ; -- GitLab