diff --git a/psConfig/tasks/restaurant/restaurant.conf.old2016 b/psConfig/tasks/restaurant/restaurant.conf.old2016 new file mode 100644 index 0000000000000000000000000000000000000000..9c1f7fb4131840265b141aeb72aef4e1a2516581 --- /dev/null +++ b/psConfig/tasks/restaurant/restaurant.conf.old2016 @@ -0,0 +1,41 @@ +[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; diff --git a/psGrammar/tasks/restaurant/guideCommand.jsgf b/psGrammar/tasks/restaurant/guideCommand.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..1d1d2e6801aed0590a7d737e2578d535da44bd16 --- /dev/null +++ b/psGrammar/tasks/restaurant/guideCommand.jsgf @@ -0,0 +1,10 @@ +#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 );