Skip to content
Snippets Groups Projects
Commit fd09b27c authored by Svenja Koesters's avatar Svenja Koesters
Browse files

ps-grammar/ps-config for speech recognition added

parent c1869a93
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=speechRecognition;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/skoester/speechRecognition.jsgf;
rsbscope=/speechrec/psa/speechRecognition;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar speechRecognition;
public <statement> = (<blah> | <yes> | <no>);
<blah> = blah;
<yes> = yes;
<no> = 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