Skip to content
Snippets Groups Projects
Commit e5bc10a9 authored by Kevin Gardeja's avatar Kevin Gardeja
Browse files

new grammar file

parent f6100a56
No related branches found
No related tags found
No related merge requests found
[main]
startdb=43;
uttdb=47;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=person;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/person/person.jsgf;
rsbscope=/speechrec/psa/person;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=drinks;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/object/drinks.jsgf;
rsbscope=/speechrec/psa/object;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=confirm;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=ordering;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/restaurant/ordering.jsgf;
rsbscope=/speechrec/psa/ordering;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=saveCommand;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/restaurant/saveCommand.jsgf;
rsbscope=/speechrec/psa/saveCommand;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=otherCommand;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/restaurant/otherCommand.jsgf;
rsbscope=/speechrec/psa/otherCommand;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=controlExecution;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/commands/controlExecution.jsgf;
rsbscope=/speechrec/psa/controlExecution;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=kgardeja;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/kgardeja/kgardeja.jsgf;
rsbscope=/speechrec/psa/controlExecution;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept>;
<kitchen> = kitchen;
<livingroom> = livingroom;
<accept> = yes;
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