Skip to content
Snippets Groups Projects
Commit 58d3bfb7 authored by Thorben Markmann's avatar Thorben Markmann :rocket:
Browse files

Add takeOrder grammar for team nea

parent b6878676
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ bestpath=no; ...@@ -21,9 +21,9 @@ bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=removeAddBillItem; name=takeOrder;
jsgf=../../../psGrammar/challenge/nea/removeAddBillItem.jsgf; jsgf=../../../psGrammar/challenge/nea/takeOrder.jsgf;
rsbscope=/speechrec/psa/bill; rsbscope=/speechrec/psa/order;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
#JSGF V1.0;
grammar nea;
public <nea> = [tobi|tiago] ( <pre> <ord> );
<pre> = (i want | i would like to have);
<ord> = (<order> | <order> <addOrder>);
<order> = (<drink> | <number> <drink>);
<addOrder> = (<and> <drink> | <and> <drink> <addOrder> | <and> <number> <drink> | <and> <number> <drink> <addOrder>);
<drink> = (coke|malz|lemonade|water|ice tea|coffee);
<number> = (one|two|three|four|five|six|seven|eight|nine);
<and> = (and);
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