diff --git a/ps-grammar/location/location.jsgf b/ps-grammar/location/location.jsgf index 3e7e697f12f643ce50e91a96bdf0dd240d2b735a..df32a21ae04019fdb696710b62e5c6d27cb68ada 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 | (sideboard) | (right sidetable) | (left sidetable); <seat_class> = <seating_class>; <seating_class> = sofa | armchair | bed; <table_class> = (kitchen table) | (hallway table) | (dinner table) | (couch table) ;