Skip to content
Snippets Groups Projects
Commit f2545762 authored by skoester's avatar skoester
Browse files

grammar/ps-config for wake me up(updated dictionary)

parent db4c3724
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=confirm;
hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=wakeMeUp;
hmm=../../../pocketsphinx/model/en-us/en-us;
dict=../../psGrammar/dictionary/tobiDic.dic;
jsgf=../../psGrammar/confirm/wakeMeUp.jsgf;
rsbscope=/speechrec/psa/wakemeup;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ToBI_WakeMeUp;
public <task> = <snack> | <cereal> | <milk>;
<snack> = <snack_items> with ((<cereal_items> and <milk_items>) | ([<milk_items> and] <cereal_items>));
<cereal> = <cereal_items> with ((<snack_items> and <milk_items>) | ( [<milk_items> and] <snack_items>));
<milk> = <milk_items> with ((<cereal_items> and <snack_items>) | (<snack_items> and <cereal_items>));
<milk_items> = fresh_milk | meadow_milk | whole_milk;
<cereal_items> = cranberry_cereals | muesli_cereals | chocolate_cereals;
<snack_items> = noodles | pringles | (bubble mint) | red_bull | icetea | fanta | oblates | chocosticks | coke | (bubble gum) | coffee | peanut;
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