Skip to content
Snippets Groups Projects
Commit 40d15e58 authored by Jonas Gerlach's avatar Jonas Gerlach
Browse files
parents aff93611 bddcceb8
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,6 @@ name=kgardeja; ...@@ -73,6 +73,6 @@ name=kgardeja;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic; dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/kgardeja/kgardeja.jsgf; jsgf=../../psGrammar/kgardeja/kgardeja.jsgf;
rsbscope=/speechrec/psa/controlExecution; rsbscope=/speechrec/psa/kgardeja;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
#JSGF V1.0; #JSGF V1.0;
grammar kgardeja; grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept>; public <statement> = <kitchen> | <livingroom> | <accept> | <cleankitchen> | <cleanlivingroom> | <decline>;
<kitchen> = kitchen; <kitchen> = kitchen;
<livingroom> = livingroom; <livingroom> = livingroom;
<accept> = yes; <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