Skip to content
Snippets Groups Projects
Commit 096a79f1 authored by Christian Limberg's avatar Christian Limberg
Browse files

fixed grammar of personRec

parent 5f6318a4
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,15 @@ name=person; ...@@ -10,8 +10,15 @@ name=person;
hmm=../../../pocketsphinx/model/en-us/en-us; hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic; dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/personRec/personRec.jsgf; jsgf=../../psGrammar/personRec/personRec.jsgf;
rsbscope=/speechrec; rsbscope=/speechrec/psa/;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=confirm;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/followMe/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
#JSGF V1.0; #JSGF V1.0;
grammar personRec; grammar personRec;
public <command> = (<yes> | <no> | <start>); public <command> = (<start>);
<yes> = [toby] yes;
<no> = [toby] no;
<start> = [toby] start; <start> = [toby] start;
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