From 587c4cc84c1fe9b1b26a7f8de0423123bd45590b Mon Sep 17 00:00:00 2001 From: "julia.niermann" <jniermann@techfak.uni-bielefeld.de> Date: Mon, 21 Jan 2019 13:41:58 +0100 Subject: [PATCH] Add grammar und config to send tobi to a table --- psConfig/challenge/team2/configTeam2.conf | 7 +++++++ psGrammar/challenge/team2/table.jsgf | 8 ++++++++ 2 files changed, 15 insertions(+) create mode 100644 psGrammar/challenge/team2/table.jsgf diff --git a/psConfig/challenge/team2/configTeam2.conf b/psConfig/challenge/team2/configTeam2.conf index 78152dc5..749fbb5d 100644 --- a/psConfig/challenge/team2/configTeam2.conf +++ b/psConfig/challenge/team2/configTeam2.conf @@ -18,3 +18,10 @@ jsgf=../../psGrammar/challenge/team2/order.jsgf; rsbscope= /speechrec/psa/order; bestpath=no; autoload=yes; + +[pocketsphinxinstance] +name=table; +jsgf=../../psGrammar/challenge/team2/table.jsgf; +rsbscope= /speechrec/psa/order; +bestpath=no; +autoload=yes; diff --git a/psGrammar/challenge/team2/table.jsgf b/psGrammar/challenge/team2/table.jsgf new file mode 100644 index 00000000..c8fdc1f2 --- /dev/null +++ b/psGrammar/challenge/team2/table.jsgf @@ -0,0 +1,8 @@ +#JSGF V1.0; +grammar table; +public <table> = [tobi] <place>; + +<place> = [[please] go to table] <number>; + +<number> = (a | b); + -- GitLab