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

listen grammar

parent 5183da39
Branches
Tags
No related merge requests found
...@@ -35,6 +35,13 @@ jsgf=../../psGrammar/demos/locations.jsgf; ...@@ -35,6 +35,13 @@ jsgf=../../psGrammar/demos/locations.jsgf;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=listen;
rsbscope=/speechrec/psa/listen;
jsgf=../../psGrammar/demos/listen.jsgf;
bestpath=no;
autoload=yes;
......
#JSGF V1.0; #JSGF V1.0;
grammar commands; grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> | <rec> | <count> | <explain> | <fetch> | <hand>); public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> | <rec> | <count> | <explain> | <listen> | <hand> | <see>);
<followMe> = (follow me); <followMe> = (follow me);
...@@ -19,6 +19,8 @@ public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> ...@@ -19,6 +19,8 @@ public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn>
<explain> = (what can you do); <explain> = (what can you do);
<fetch> = (fetch something); <listen> = (listen for command);
<hand> = (wait for waving); <hand> = (wait for waving);
\ No newline at end of file
<see> = (tell me what you see);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment