Skip to content
Snippets Groups Projects
Commit cbce66e1 authored by Philip Kenneweg's avatar Philip Kenneweg
Browse files

ordentlich zeugs

parent aa257ffa
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=exercise;
jsgf=../../psGrammar/exercise/pkenneweg.jsgf;
rsbscope=/speechrec/psa/pkenneweg;
bestpath=no;
autoload=yes;
[main]
startdb=30;
uttdb=35;
silence=400;
timeout=8;
openDeviceDirectly=yes;
[pocketsphinxinstance]
name=ordering;
jsgf=pkenneweg.jsgf;
rsbscope=/speechrec/psa/pkenneweg;
bestpath=no;
autoload=yes;
#JSGF V1.0;
grammar ToBI_commands;
public <statement> = [tobi] [biron] <command> [tobi] [biron];
<command> = (<drink>) ;
<drink> = (<retrieve> a drink)
<retrieve> = retrieve|fetch|get|grab
#JSGF V1.0;
grammar ToBI_commands;
public <statement> = [tobi] [biron] <command>;
<command> = <numeric> <op> <numeric> ;
<numeric> = one|two|zero|three|four|five|six|seven|eight|nine;
<op> = plus|minus;
#JSGF V1.0;
grammar ToBI_commands;
public <statement> = [tobi] [biron] <command> [tobi] [biron];
<command> = (<drink>) ;
<drink> = (<retrieve> a drink);
<retrieve> = retrieve|fetch|get|grab;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment