1
0
forked from GitHub/gf-core

gfLibraryPath is actually an environment variable not a file path. Use the current directory instead.

This commit is contained in:
krasimir
2008-04-22 12:18:39 +00:00
parent 375754e106
commit 43f30025f4

View File

@@ -68,7 +68,7 @@ mkCncGroups opts0 ((res,path),files) = do
let opts = addOptions (options [beSilent,pathList path]) opts0
let treebank = oElem (iOpt "treebank") opts
resf <- useIOE res $ do
(fp,_) <- readFileLibraryIOE gfLibraryPath res
(fp,_) <- readFileLibraryIOE "" res
return fp
egr <- appIOE $ shellStateFromFiles opts emptyShellState resf
(parser,morpho) <- if treebank then do