From 8897b9da49e9ca976bed0dd8565c2d2850787786 Mon Sep 17 00:00:00 2001 From: "jonas.zilke" <jonas.zilke@uni-bielefeld.de> Date: Thu, 1 Jun 2023 17:42:24 +0200 Subject: [PATCH] bugfix --- psGrammar/tasks/receptionist/getName.jsgf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psGrammar/tasks/receptionist/getName.jsgf b/psGrammar/tasks/receptionist/getName.jsgf index d37ee59e..5bf5a800 100644 --- a/psGrammar/tasks/receptionist/getName.jsgf +++ b/psGrammar/tasks/receptionist/getName.jsgf @@ -10,6 +10,6 @@ public <namestring> = [<prefix>] <name> [<robot>]; <callme> = (call me); -<name> = amelia | angel | ava | charlie | charlotte | hunter | max | mia | olivia | parker | sam | | jack | noah | oliver | thomas | william; +<name> = (amelia) | (angel) | (ava) | (charlie) | (charlotte) | (hunter) | (max) | (mia) | (olivia) | (parker) | (sam) | (jack) | (noah) | (oliver) | (thomas) | (william); <robot> = (tobi) | (robot) | (biron) | (pepper); -- GitLab