1
0
forked from GitHub/gf-rgl

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:
hallgren
2013-04-10 16:25:48 +00:00
parent 530d4f9205
commit e137d31aa6
3 changed files with 153 additions and 4 deletions

View File

@@ -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 ;