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

demoDynamic changes

parent 73cfc0e0
No related branches found
No related tags found
No related merge requests found
......@@ -6,43 +6,58 @@ timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=person;
jsgf=../../psGrammar/demos/person.jsgf;
rsbscope=/speechrec/psa/person;
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=drinks;
jsgf=../../psGrammar/object/drinks.jsgf;
rsbscope=/speechrec/psa/object;
name=commands;
rsbscope=/speechrec/psa/commands;
jsgf=../../psGrammar/demos/commands.jsgf;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
name=learning;
rsbscope=/speechrec/psa/learning;
jsgf=../../psGrammar/demos/learning.jsgf;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=ordering;
jsgf=../../psGrammar/demos/ordering.jsgf;
rsbscope=/speechrec/psa/ordering;
name=locations;
rsbscope=/speechrec/psa/locations;
jsgf=../../psGrammar/demos/locations.jsgf;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=person;
jsgf=../../psGrammar/demos/person.jsgf;
rsbscope=/speechrec/psa/person;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=commands;
rsbscope=/speechrec/psa/commands;
jsgf=../../psGrammar/demos/commands.jsgf;
name=drinks;
jsgf=../../psGrammar/object/drinks.jsgf;
rsbscope=/speechrec/psa/object;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=learning;
rsbscope=/speechrec/psa/learning;
jsgf=../../psGrammar/demos/learning.jsgf;
name=ordering;
jsgf=../../psGrammar/demos/ordering.jsgf;
rsbscope=/speechrec/psa/ordering;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <test> );
public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack>);
<followMe> = (follow me);
......@@ -9,4 +9,6 @@ public <command> = [tobi] ( <followMe> | <ordering> | <test> );
<ordering> = (start ordering);
<stack> = (stack cubes) | (play a game);
#JSGF V1.0;
grammar location;
public <command> = <location>;
<location> = (table <numberOfTable>) | shelf | drinks | snacks;
<numberOfTable> = (one | two | three | four | five | six | seven | eight | nine);
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