Skip to content
Snippets Groups Projects
Commit 8ce8caf7 authored by Diana Finner's avatar Diana Finner
Browse files

Add dfinner grammar

parent a4b98bee
No related branches found
No related tags found
No related merge requests found
[main]
startdb=43;
uttdb=47;
silence=400;
timeout=8;
openDeviceDirectly=yes;
alsadevice=sysdefault;
[pocketsphinxinstance]
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=dfinnerEx4;
jsgf=../../psGrammar/exercise/dfinnerEx4.jsgf;
rsbscope=/speechrec/psa/speechRecognition;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar dfinnerEx4;
public <dfinnerEx4> = [tobi|tiago] ( <go> | <joke> | <calc> );
<calc> = <number> <op> <number>;
<number> = (one|two|three|four|five|six|seven|eight|nine);
<op> = (plus|minus);
<go> = (go to the door);
<joke> = (tell me a joke);
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