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

change restaurant config

parent 9bfe1b43
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ bestpath=no; ...@@ -21,7 +21,7 @@ bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=table; name=goTable;
jsgf=../../../psGrammar/tasks/restaurant/goTable.jsgf; jsgf=../../../psGrammar/tasks/restaurant/goTable.jsgf;
rsbscope=/speechrec/psa/go_table; rsbscope=/speechrec/psa/go_table;
bestpath=no; bestpath=no;
...@@ -34,5 +34,12 @@ rsbscope=/speechrec/psa/table; ...@@ -34,5 +34,12 @@ rsbscope=/speechrec/psa/table;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=barLocation;
jsgf=../../../psGrammar/tasks/restaurant/barLocation.jsgf;
rsbscope=/speechrec/psa/bar_location;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar barLocation;
public <location> = [(the bar | it)] [is] [on the] ( <left> | <right> );
<left> = left;
<right> = right;
#JSGF V1.0; #JSGF V1.0;
grammar restaurant_save_command; grammar goTable;
public <restaurant> = (<tobigo> | <tobiwait>); public <restaurant> = (<tobigo> | <tobiwait>);
......
#JSGF V1.0; #JSGF V1.0;
grammar restaurant_ordering; grammar ordering;
public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [please]); public <restaurant> = ([tobi] [(i want) | (bring me)] [one | a ] <objects> [please]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment