Skip to content
Snippets Groups Projects
Commit 2ba8c8af authored by Kai Konen's avatar Kai Konen
Browse files

added table grammar to restaurant config

parent 691f54c5
No related branches found
No related tags found
No related merge requests found
......@@ -21,15 +21,9 @@ bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=goTable;
jsgf=../../../psGrammar/tasks/restaurant/goTable.jsgf;
rsbscope=/speechrec/psa/go_table;
name=table;
jsgf=../../../psGrammar/tasks/restaurant/table.jsgf;
rsbscope=/speechrec/psa/table;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=anotherGuest;
jsgf=../../../psGrammar/tasks/restaurant/anotherGuest.jsgf;
rsbscope=/speechrec/psa/another_guest;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar table;
public <table> = ( [this is] | [i am at] ) <tables>;
<tables> = (table a) | (table b);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment