From 9c60a03b86a8ee8e966d22157f1a23734d6d8d68 Mon Sep 17 00:00:00 2001 From: Jonas Gerlach <jgerlach@techfak.uni-bielefeld.de> Date: Wed, 28 Jan 2015 14:51:28 +0100 Subject: [PATCH] changed pocketsphinx conf for challenge 2015 --- ps-config/jgerlach_challenge/jgerlach_challenge.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ps-config/jgerlach_challenge/jgerlach_challenge.conf b/ps-config/jgerlach_challenge/jgerlach_challenge.conf index 17e30677..5f6f5c21 100644 --- a/ps-config/jgerlach_challenge/jgerlach_challenge.conf +++ b/ps-config/jgerlach_challenge/jgerlach_challenge.conf @@ -7,8 +7,8 @@ openDeviceDirectly=yes; [pocketsphinxinstance] name=jgerlach_challenge; -hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; -dict=../../psGrammar/dictionary/tobiDic.dic; +hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; jsgf=../../psGrammar/jgerlach_challenge/jgerlach_challenge.jsgf; rsbscope=/speechrec/psa/jgerlach_challenge; bestpath=no; @@ -16,8 +16,8 @@ autoload=yes; [pocketsphinxinstance] name=confirm; -hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; -dict=../../psGrammar/dictionary/tobiDic.dic; +hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; jsgf=../../psGrammar/confirm/confirm.jsgf; rsbscope=/speechrec/psa/confirm; bestpath=no; -- GitLab