xwords/xwords4/dawg/English
2012-01-17 18:19:57 -08:00
..
BasEnglish.dict.gz Sample dictionary. I'm not sure they all belong in this project, but 2003-11-01 06:20:53 +00:00
BasEnglish2to8.xwd build with a header giving word count 2010-12-06 18:31:12 -08:00
info.txt Cleanup to run on a machine that's utf8: specify iso-8859-1 when needed. 2009-01-25 18:57:05 +00:00
Makefile first set of changes formed by applyinig diff of android_branch's 2010-11-30 18:35:11 -08:00
Makefile.BasEnglish get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.CollegeEng get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.CSW get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.CSW12 makefile for latest CSW 2012-01-17 18:19:57 -08:00
Makefile.Enable get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.OWL2 get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.SOWPODS get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
Makefile.top5000 fix compile-command 2011-04-29 06:24:41 -07:00
Makefile.TWL06 get rid of unused but oft-included file 2010-12-17 19:02:01 -08:00
README.txt first version 2003-11-01 06:34:23 +00:00

This file describes how to build dictionaries for the various versions
of Crosswords.

Short version:

For a Palm dictionary, type:

# make -f Makefile.BasEnglish TARGET_TYPE=PALM

which will create BasEnglish2to8.pdb.

For a Franklin or Wince or Linux dictionary, type  

# make -f Makefile.BasEnglish TARGET_TYPE=FRANK

which will create BasEnglish2to8.seb and BasEnglish2to8.xwd.saved.

The .seb file is for the eBookman, and is just a wrapper around an
.xwd file.  Unwrapped .xwd files are for Wince and Linux versions of
Crosswords.  Remove the .saved from the end of the filename.  It's
only there because I haven't figure out how to stop the build system
from deleting .xwd files after making .seb files out of them.



English is unusual in having multiple dictionaries.  In most language
directories there's only one, and so only one Makefile.  So you skip
the -f option to make.

The 2to8 part of the name is a convention meaning that only words from
2 to 8 letters long are included.  2to8 is the default, but you can
explicitly use a different target and the build system will adjust what
words are included.  For example 

# make -f Makefile.BasEnglish TARGET_TYPE=FRANK BasEnglish2to5.xwd

will produce an even smaller dictionary for Wince and Linux.