Skip to content
Snippets Groups Projects
Commit 416682ee authored by Carolin Klute's avatar Carolin Klute
Browse files

added grammar to get name

parent 43ddd055
No related branches found
No related tags found
1 merge request!45Homecoming name
#JSGF V1.0;
grammar getName;
public <namestring> = [<prefix>] <name> [<robot>];
<prefix> = (<iam> | <nameis> | <callme>);
<iam> = (i am);
<nameis> = ((my | the) name is);
<callme> = (call me);
<name> = (adel) | (angel) | (axel) | (charlie) | (jane) | (john) | (jules) | (morgan) | (paris) | (robin) | (simone);
<robot> = (tobi) | (robot) | (tiago);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment