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;
hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/kgardeja/kgardeja.jsgf;
rsbscope=/speechrec/psa/controlExecution;
rsbscope=/speechrec/psa/kgardeja;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar kgardeja;
public <statement> = <kitchen> | <livingroom> | <accept>;
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.
Please register or to comment