From 56e35af16eca5373b5cad54addecd1b46583c023 Mon Sep 17 00:00:00 2001 From: "julia.niermann" <jniermann@techfak.uni-bielefeld.de> Date: Wed, 1 May 2019 14:02:55 +0200 Subject: [PATCH] Magdeburg person receptionist --- psGrammar/tasks/receptionist/getName.jsgf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/psGrammar/tasks/receptionist/getName.jsgf b/psGrammar/tasks/receptionist/getName.jsgf index 7ef80d13..0351cad0 100644 --- a/psGrammar/tasks/receptionist/getName.jsgf +++ b/psGrammar/tasks/receptionist/getName.jsgf @@ -10,10 +10,6 @@ public <namestring> = [<prefix>] <name> [<robot>]; <callme> = (call me); -<name> = (<female>|<male>); - -<female> = (emma | olivia | sophia | ava | isabella | mia | abigail | emily | charlotte | harper); - -<male> = (noah | liam | mason | jacob | william | ethan | james | alexander | michael | benjamin); +<name> = sophia | isabella | emma | olivia | ava | emily | abigail | madison | mia | chloe | james | john | robert | michael | william | david | richard | charles | joseph | thomas; <robot> = (tobi) | (robot) | (biron) | (pepper); -- GitLab