Skip to content
Snippets Groups Projects
Commit 69274acc authored by Patrick Renner's avatar Patrick Renner
Browse files

Added grammar and config for automatica demo

parent e27855b5
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=name;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/demos/automatica2018.jsgf;
rsbscope=/speechrec/psa/automatica2018;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=confirm;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar automatica2018;
public <statement> = <command>;
<robot> = (tobi | robot | pepper);
<command> = [<robot>] [<show>] (<shadowhands> | <cabinet1> | <cabinet2> | <cabinet3>) [<robot>];
<show> = (show me | show us | show | I would like to see);
<shadowhands> = (theamiros shadowhands)
<amiros> = (the amiros | the mini robots)
<cabinet1> = (the amiro cabinet)
<cabinet2> = (the tactile sensing cabinet)
<cabinet3> = (the flobi cabinet)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment