Skip to content
Snippets Groups Projects
Commit 743daa10 authored by Christian Limberg's avatar Christian Limberg
Browse files
parents a00cd345 40d15e58
No related branches found
No related tags found
No related merge requests found
[main]
startdb=47;
uttdb=52;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=jgerlach_challenge;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/jgerlach_challenge/jgerlach_challenge.jsgf;
rsbscope=/speechrec/psa/jgerlach_challenge;
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;
[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/kgardeja;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar jgerlach_challenge;
public <roomNT> = (<kitchenNT> | <livingRoomNT>);
<kitchenNT> = [clean up the] kitchen;
<livingRoomNT> = [clean up the] living room;
#JSGF V1.0;
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline>;
<kitchen> = kitchen;
<livingroom> = livingroom;
<accept> = yes;
<cleankitchen> = clean kitchen;
<cleanlivingroom> = clean livingroom;
<decline> = no;
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