Skip to content
Snippets Groups Projects
Commit daec841f authored by Johannes Kummert's avatar Johannes Kummert
Browse files

eegpsr fixes

parent b827d415
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ alsadevice=sysdefault; ...@@ -10,7 +10,7 @@ alsadevice=sysdefault;
name=Main; name=Main;
dict=../../../psGrammar/dictionary/tobiDic.dic; dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/tasks/gpsr/eegpsr_2017.jsgf; jsgf=../../../psGrammar/tasks/gpsr/eegpsr_2017.jsgf;
rsbscope=/speechrec/psa/gpsr2main; rsbscope=/speechrec/psa/gpsrMain;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
...@@ -37,3 +37,11 @@ jsgf=../../../psGrammar/person/person.jsgf; ...@@ -37,3 +37,11 @@ jsgf=../../../psGrammar/person/person.jsgf;
rsbscope=/speechrec/psa/person; rsbscope=/speechrec/psa/person;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=follow;
dict=../../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../../psGrammar/tasks/gpsr/followandguide.jsgf;
rsbscope=/speechrec/psa/followandguide;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ToBI_commands;
public <statement> = [tobi] [biron] <command> [tobi] [biron];
<command> = (<back>|<follow>|<wait>|<stop>|<error>) ;
<stop> = stop here;
<wait> = wait here;
<follow> = follow me| keep following;
<back> = go back| go home;
<error> = store that| run there| sing that| no you| here i| you may do that;
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