Commit Graph

3 Commits

Author SHA1 Message Date
hallgren
1ad1d427a4 Import Folkets Lexikon: report the number of words found
And some other minor tweaks.
2013-04-11 08:54:39 +00:00
hallgren
523d7139f4 Import of Folkets Lexikon: the heap size limit was too low for 64-bit systems
The default heap size limit has been increased to 3GB. On 32-bit system you
can use a lower limit:

	make M=1500M
2013-04-10 16:42:35 +00:00
hallgren
6689677165 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.
2013-04-10 16:25:48 +00:00