From ba77b1e5ed62b0e871cdb63a1ba7e438e0f7399a Mon Sep 17 00:00:00 2001 From: Kai Konen <kkonen@techfak.uni-bielefeld.de> Date: Mon, 12 Mar 2018 17:29:29 +0100 Subject: [PATCH] edited restaurant config topics --- psConfig/tasks/restaurant/restaurant.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psConfig/tasks/restaurant/restaurant.conf b/psConfig/tasks/restaurant/restaurant.conf index a3331785..4643004a 100644 --- a/psConfig/tasks/restaurant/restaurant.conf +++ b/psConfig/tasks/restaurant/restaurant.conf @@ -23,13 +23,13 @@ autoload=yes; [pocketsphinxinstance] name=goTable; jsgf=../../../psGrammar/tasks/restaurant/goTable.jsgf; -rsbscope=/speechrec/psa/goTable; +rsbscope=/speechrec/psa/go_table; bestpath=no; autoload=yes; [pocketsphinxinstance] name=anotherGuest; jsgf=../../../psGrammar/tasks/restaurant/anotherGuest.jsgf; -rsbscope=/speechrec/psa/anotherGuest; +rsbscope=/speechrec/psa/another_guest; bestpath=no; autoload=yes; -- GitLab