diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/System/ATKSpeechInput.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/System/ATKSpeechInput.hs b/src/GF/System/ATKSpeechInput.hs index 8c0ed303e..a470fe9e7 100644 --- a/src/GF/System/ATKSpeechInput.hs +++ b/src/GF/System/ATKSpeechInput.hs @@ -28,9 +28,9 @@ import System.IO.Unsafe -- FIXME: get these from somewhere else -config = "/home/bjorn/projects/atkrec/atkrec.cfg" +config = "/home/aarne/atk/atkrec/atkrec.cfg" -res = "/home/bjorn/src/atk/Resources" +res = "/home/aarne/atk/atk/Resources" hmmlist = res ++ "/UK_SI_ZMFCC/hmmlistbg" mmf0 = res ++ "/UK_SI_ZMFCC/WI4" mmf1 = res ++ "/UK_SI_ZMFCC/BGHMM2" |
