From 2dbf5f49b70afdbe8e153ad6a926ea4ba6cf33cf Mon Sep 17 00:00:00 2001 From: Ingo Killmann <ikillman@techfak.uni-bielefeld.de> Date: Tue, 25 Jun 2013 20:55:44 +0200 Subject: [PATCH] restaurant grammar config --- .../config/restaurant/restaurant.conf | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pocketsphinxAdapter/config/restaurant/restaurant.conf diff --git a/pocketsphinxAdapter/config/restaurant/restaurant.conf b/pocketsphinxAdapter/config/restaurant/restaurant.conf new file mode 100644 index 00000000..9a4365d7 --- /dev/null +++ b/pocketsphinxAdapter/config/restaurant/restaurant.conf @@ -0,0 +1,23 @@ +[main] +startdb=30; +uttdb=35; +silence=400; +timeout=8; +openDeviceDirectly=yes; +[pocketsphinxinstance] +name=restaurant; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/restaurant/restaurant.jsgf; +rsbscope=/speechrec/psa/restaurant; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=confirm; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/confirm/confirm.jsgf; +rsbscope=/speechrec/psa/confirm; +bestpath=no; +autoload=yes; -- GitLab