Skip to content
Snippets Groups Projects
Commit d2b88f47 authored by Jan Pohlmeyer's avatar Jan Pohlmeyer
Browse files

Add psConfig and getName grammar for receptionist task

parent 2425be32
No related branches found
No related tags found
No related merge requests found
[main]
startdb=50;
uttdb=55;
silence=400;
timeout=8;
openDeviceDirectly=yes;
alsadevice=sysdefault;
[pocketsphinxinstance]
name=getName;
jsgf=../../../psGrammar/tasks/receptionist/getName.jsgf;
rsbscope=/speechrec/psa/receptionist/getname;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar getName;
public <confirm> = [<prefix>] <name> [<robot>];
<prefix> = (<iam> | <nameis> | <callme>);
<iam> = (i am);
<nameis> = ((my | the) name is);
<callme> = (call me);
<name> = (peter | robert | anna | sophie);
<robot> = (tobi) | (robot) | (biron) | (pepper);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment