Skip to content
Snippets Groups Projects
Commit 5465a01a authored by julia.niermann's avatar julia.niermann
Browse files

Add config and grammar for the ordering

parent 5deda731
No related branches found
No related tags found
No related merge requests found
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope= /speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=order;
jsgf=../../psGrammar/challenge/team2/order.jsgf;
rsbscope= /speechrec/psa/order;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ordering;
public <order> = [tobi] <ordering>;
<ordering> = [please] bring [me a] <drink>;
<drink> = (coconut_milk | tea | coke | fanta | water | orange_juice);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment