mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
Adding a script to import Folkets Lexikon
In order to compile DictEngSwe.gf, you must now first run this script to create FolketsLexikon.gf. cd lib/src/swedish/folketslexikon make This will automatically download and convert Folkets Lexikon. If the download fails, a dummy version of FolketsLexikon.gf will remain, allowing DictEngSwe.gf to be compiled anyway.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
FolketsLexikon.gf:
|
||||
ghc --make -O ImportFolketsLexikon.hs -rtsopts
|
||||
./ImportFolketsLexikon +RTS -K32M -M1500M
|
||||
|
||||
clean:
|
||||
rm -rf *.o *.hi *.gfo *.xml FolketsLexikon.gf ImportFolketsLexikon
|
||||
Reference in New Issue
Block a user