LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 7 Oct 2002 09:10:02 -0400
Reply-To:     Bob Burnham <robert.a.burnham@DARTMOUTH.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Bob Burnham <robert.a.burnham@DARTMOUTH.EDU>
Organization: Dartmouth College, Hanover, NH, USA
Subject:      Re: word list
Content-Type: text/plain; charset=us-ascii

mcallasterd@LEE.ARMY.MIL (McAllaster, Douglas L. LTC) writes:

+---------------------------------------------------------------- | If not, where can I get a dictionary length list of correctly | sppelled words? +----------------------------------------------------------------

Doug,

If you have access to a Unix system, you might want to check out the 'words' file which is usually stored in /usr/dict.

The last 10 records look something like this:

amostuck:/usr/dict> tail words zoology zoom Zorn Zoroaster Zoroastrian zounds z's zucchini Zurich zygote

It looks like there are about 25,143 entries in the file -- so perhaps that would be enough to get you started. Plus, it is in a convenient ASCII format so you should be able to read it directly into SAS.

Regards,

Bob

-- Bob Burnham bburnham@dartmouth.edu http://www.dartmouth.edu/~bburnham


Back to: Top of message | Previous page | Main SAS-L page