Skip to content
Snippets Groups Projects
Commit bdbf50db authored by dsixt's avatar dsixt
Browse files

include follow.jsgf in commandGuide

parent 3a04d655
No related branches found
No related tags found
No related merge requests found
...@@ -20,16 +20,16 @@ rsbscope=/speechrec/psa/guidecommand; ...@@ -20,16 +20,16 @@ rsbscope=/speechrec/psa/guidecommand;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] #[pocketsphinxinstance]
name=Follow; #name=Follow;
jsgf=../../../psGrammar/tasks/restaurant/follow.jsgf; #jsgf=../../../psGrammar/tasks/restaurant/follow.jsgf;
rsbscope=/speechrec/psa/follow; #rsbscope=/speechrec/psa/follow;
bestpath=no; #bestpath=no;
autoload=yes; #autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=ordering; name=ordering;
jsgf=../../../psGrammar/tasks/restaurant/order.jsgf; jsgf=../../../psGrammar/tasks/restaurant/order.jsgf;
rsbscope=/speechrec/psa/ordering; rsbscope=/speechrec/psa/ordering;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
\ No newline at end of file
...@@ -8,3 +8,4 @@ public <command> = [tobi] (<save> | <stop> | <followMe> ); ...@@ -8,3 +8,4 @@ public <command> = [tobi] (<save> | <stop> | <followMe> );
<pre> = ([please] save) | (here is) | memorize; <pre> = ([please] save) | (here is) | memorize;
<location> = (table <numberOfTable>); <location> = (table <numberOfTable>);
<numberOfTable> = (one | two | three ); <numberOfTable> = (one | two | three );
<stop> = (stop);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment