Skip to content
Snippets Groups Projects
Commit 3a04d655 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

restaurant

parent 7f14e40c
No related branches found
No related tags found
No related merge requests found
[main]
startdb=43;
uttdb=47;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=confirm;
jsgf=../../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=ordering;
jsgf=../../../psGrammar/tasks/restaurant/order.jsgf;
rsbscope=/speechrec/psa/ordering;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=goTable;
jsgf=../../../psGrammar/tasks/restaurant/goTable.jsgf;
rsbscope=/speechrec/psa/goTable;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=saveTable;
jsgf=../../../psGrammar/tasks/restaurant/saveTable.jsgf;
rsbscope=/speechrec/psa/saveTable;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=commands;
jsgf=../../../psGrammar/tasks/restaurant/commands.jsgf;
rsbscope=/speechrec/psa/commands;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar guidecommand;
public <command> = [tobi] (<save> | <stop> | <followMe> );
<followMe> = ((follow me) | (come [(with me) | here]) | (keep up));
<save> = <pre> <location>;
<pre> = ([please] save) | (here is) | memorize;
<location> = (table <numberOfTable>);
<numberOfTable> = (one | two | three );
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