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

demoDynamic

parent 327bdbe6
No related branches found
No related tags found
No related merge requests found
...@@ -34,14 +34,14 @@ bestpath=no; ...@@ -34,14 +34,14 @@ bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=saveCommand; name=commands;
rsbscope=/speechrec/psa/saveCommand; rsbscope=/speechrec/psa/commands;
jsgf=../../psGrammar/demos/saveCommand.jsgf; jsgf=../../psGrammar/demos/commands.jsgf;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=controlExecution; name=learning;
rsbscope=/speechrec/psa/learning; rsbscope=/speechrec/psa/learning;
jsgf=../../psGrammar/demos/learning.jsgf; jsgf=../../psGrammar/demos/learning.jsgf;
bestpath=no; bestpath=no;
......
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <test> );
<followMe> = (follow me);
<test> = (execute test);
<ordering> = (start ordering);
#JSGF V1.0; #JSGF V1.0;
grammar saveLocation; grammar learning;
public <command> = [tobi] (<save> | <stop> ); public <command> = [tobi] (<save> | <stop> );
......
File moved
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