summaryrefslogtreecommitdiff
path: root/makeswelexicon/README
diff options
context:
space:
mode:
authorJason Katz-Brown <jason@airbnb.com>2013-08-25 02:17:13 -0700
committerJason Katz-Brown <jason@airbnb.com>2013-08-25 02:17:13 -0700
commit9306cb60c32082c5403931de0823a9fd5daa196c (patch)
treeca1b6eb695fdf3f0c2294e92416b272164bae642 /makeswelexicon/README
parent8fb2c681cecc01b46b0f4ba02d5cc177c4747b1c (diff)
Initial git commit.
Diffstat (limited to 'makeswelexicon/README')
-rw-r--r--makeswelexicon/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/makeswelexicon/README b/makeswelexicon/README
new file mode 100644
index 0000000..c077975
--- /dev/null
+++ b/makeswelexicon/README
@@ -0,0 +1,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)
+