mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
Fixed conflict from Aarne's ATK path changes. Added NOILINE pragma to ATK initialized variable.
This commit is contained in:
@@ -31,12 +31,7 @@ import System.IO.Unsafe
|
|||||||
|
|
||||||
config = "/home/aarne/atk/atkrec/atkrec.cfg"
|
config = "/home/aarne/atk/atkrec/atkrec.cfg"
|
||||||
|
|
||||||
res = "/home/bjorn/src/atk/Resources"
|
{-# NOINLINE initialized #-}
|
||||||
hmmlist = res ++ "/UK_SI_ZMFCC/hmmlistbg"
|
|
||||||
mmf0 = res ++ "/UK_SI_ZMFCC/WI4"
|
|
||||||
mmf1 = res ++ "/UK_SI_ZMFCC/BGHMM2"
|
|
||||||
dict = res ++ "/beep.dct"
|
|
||||||
|
|
||||||
initialized :: IORef Bool
|
initialized :: IORef Bool
|
||||||
initialized = unsafePerformIO $ newIORef False
|
initialized = unsafePerformIO $ newIORef False
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user