From 7758b18e212b699ab14d3287570d6ad8dfeefb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sarah=20Schr=C3=B6der?= <saschroeder@techfak.uni-bielefeld.de> Date: Fri, 21 Apr 2017 11:32:50 +0200 Subject: [PATCH] added config for new grammar --- psConfig/tasks/helpmecarry.conf | 2 +- psConfig/tasks/helpmecarrySSPL.conf | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 psConfig/tasks/helpmecarrySSPL.conf diff --git a/psConfig/tasks/helpmecarry.conf b/psConfig/tasks/helpmecarry.conf index 1cb19e38..51676ed0 100644 --- a/psConfig/tasks/helpmecarry.conf +++ b/psConfig/tasks/helpmecarry.conf @@ -15,7 +15,7 @@ autoload=yes; [pocketsphinxinstance] name=command; -jsgf=../../psGrammar/tasks/helpmecarry/helpmecarry_commands.jsgf; +jsgf=../../psGrammar/tasks/helpmecarry/helmecarry_commands.jsgf; rsbscope=/speechrec/psa/helpmecarry/command; bestpath=no; autoload=yes; diff --git a/psConfig/tasks/helpmecarrySSPL.conf b/psConfig/tasks/helpmecarrySSPL.conf new file mode 100644 index 00000000..bbfdd6ab --- /dev/null +++ b/psConfig/tasks/helpmecarrySSPL.conf @@ -0,0 +1,30 @@ +[main] +startdb=43; +uttdb=47; +silence=400; +timeout=8; +openDeviceDirectly=yes; +alsadevice=sysdefault; + +[pocketsphinxinstance] +name=name; +jsgf=../../psGrammar/tasks/helpmecarry/helpmecarry_meetPerson.jsgf; +rsbscope=/speechrec/psa/helpmecarry/name; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=command; +jsgf=../../psGrammar/tasks/helpmecarry/commandsSSPL.jsgf; +rsbscope=/speechrec/psa/helpmecarry/command; +bestpath=no; +autoload=yes; + + +[pocketsphinxinstance] +name=confirm; +jsgf=../../psGrammar/confirm/confirm.jsgf; +rsbscope=/speechrec/psa/confirm; +bestpath=no; +autoload=yes; + -- GitLab