From 3807f7c4505331d523697d19071e2e693db766e1 Mon Sep 17 00:00:00 2001 From: Leroy Ruegemer <lruegeme@techfak.uni-bielefeld.de> Date: Tue, 22 Jul 2014 16:48:21 -0300 Subject: [PATCH] gprs --- 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 3e7e697f..df32a21a 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) ; -- GitLab