mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -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:
@@ -1,9 +1,10 @@
|
||||
--# -path=.:alltenses
|
||||
--# -path=.:../english:folketslexikon
|
||||
|
||||
concrete DictEngSwe of DictEngAbs = CatSwe ** open ParadigmsSwe,
|
||||
concrete DictEngSwe of DictEngAbs = CatSwe, FolketsLexikon ** open
|
||||
(S = StructuralSwe),
|
||||
(L = LexiconSwe),
|
||||
MorphoSwe, ParadigmsSwe, Prelude in {
|
||||
(L = LexiconSwe)
|
||||
--, MorphoSwe, ParadigmsSwe, Prelude
|
||||
in {
|
||||
|
||||
flags coding=utf8 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user