From aff9361156db552f7cbb67176e7e78a00dd390c0 Mon Sep 17 00:00:00 2001
From: Jonas Gerlach <jgerlach@techfak.uni-bielefeld.de>
Date: Wed, 28 Jan 2015 15:38:08 +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 5f6f5c21..17e30677 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=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
+hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=../../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=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
+hmm=../../../pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=../../psGrammar/dictionary/tobiDic.dic;
 jsgf=../../psGrammar/confirm/confirm.jsgf;
 rsbscope=/speechrec/psa/confirm;
 bestpath=no;
-- 
GitLab