diff --git a/psConfig/tasks/gpsr/gpsrEE.conf b/psConfig/tasks/gpsr/gpsrEE.conf index 42e744eae286423ab19df0abdf3888593e548a1f..03905bc6b543ccb2c6edf203b461c274dfad927b 100644 --- a/psConfig/tasks/gpsr/gpsrEE.conf +++ b/psConfig/tasks/gpsr/gpsrEE.conf @@ -10,7 +10,7 @@ alsadevice=sysdefault; name=Main; dict=../../../psGrammar/dictionary/tobiDic.dic; jsgf=../../../psGrammar/tasks/gpsr/eegpsr_2017.jsgf; -rsbscope=/speechrec/psa/gpsr2main; +rsbscope=/speechrec/psa/gpsrMain; bestpath=no; autoload=yes; @@ -37,3 +37,11 @@ jsgf=../../../psGrammar/person/person.jsgf; rsbscope=/speechrec/psa/person; bestpath=no; autoload=yes; + +[pocketsphinxinstance] +name=follow; +dict=../../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../../psGrammar/tasks/gpsr/followandguide.jsgf; +rsbscope=/speechrec/psa/followandguide; +bestpath=no; +autoload=yes; diff --git a/psGrammar/tasks/gpsr/followandguide.jsgf b/psGrammar/tasks/gpsr/followandguide.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..3518c7a2996c3d96c450b66ca34e856fb7085a37 --- /dev/null +++ b/psGrammar/tasks/gpsr/followandguide.jsgf @@ -0,0 +1,13 @@ +#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; + + +