blob: c0779759ab9d0b30161edd72649da788ad0232a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# dqplz@yahoo.com / Aug 6 2008
===
run: makeswelexicon
This script will download word lists from various free online
resources and from them create a very accurate "swedish.raw",
which then may be used to create dawg and gaddag files for use
with Quackle.
===
run: makeswedawg
This script will try to help you create a swedish.dawg, as
well as place it in the correct directory.
Included is also the necessary alphabet file:
swedish.quackle_alphabet
===
Required commands, besides GNU core utils (try "info core"):
bash
locale
gcc
iconv
wget (Debian/Ubuntu package: wget)
pdftotext (Debian/Ubuntu package: poppler-utils)
|