Skip to content
Snippets Groups Projects
Commit b573ec9b authored by Jonas Gerlach's avatar Jonas Gerlach
Browse files

fixed robonurse grammar and paths

parent 4a6e6308
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ openDeviceDirectly=yes;
[pocketsphinxinstance]
name=navigationTask;
#hmm=../../../pocketsphinx/model/en-us/en-us;
#dict=../../psGrammar/dictionary/tobiDic.dic;
hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/navigationTask/navigationTask.jsgf;
rsbscope=/speechrec/psa/stop;
bestpath=no;
......
......@@ -7,8 +7,8 @@ openDeviceDirectly=yes;
[pocketsphinxinstance]
name=roboNurse;
#hmm=../../../pocketsphinx/model/en-us/en-us;
#dict=../../psGrammar/dictionary/tobiDic.dic;
hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/roboNurse/roboNurse.jsgf;
rsbscope=/speechrec/psa/stop;
bestpath=no;
......
......@@ -7,8 +7,8 @@ openDeviceDirectly=yes;
[pocketsphinxinstance]
name=robotZoo;
#hmm=../../../pocketsphinx/model/en-us/en-us;
#dict=../../psGrammar/dictionary/tobiDic.dic;
hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/robotZoo/robotZoo.jsgf;
rsbscope=/speechrec/psa/stop;
bestpath=no;
......
#JSGF V1.0;
grammar roboNurse;
public <root> = [tobi] [please] (<command>|<>);
public <root> = [tobi] [please] (<command>);
<command> = (<assistance>|<pills>|<pillsspec>);
<assistance> = [i need] [your] assistance;
......
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