In order to create a Scrabble-like mini game I need an English word list to validate entries.

I would like this list of words to be very extensive so just about any (within reason) English word will be represented.

Are there any lists like this available for free download and distribution?

link|improve this question

40% accept rate
Not only does this belong on Stackoverflow.com, it has already been asked there: stackoverflow.com/questions/594273/random-word-generator – David Pearce Sep 13 '09 at 13:05
Wow. Thanks Josh. – lox Sep 13 '09 at 13:56
feedback

4 Answers

up vote 2 down vote accepted

I hope this is for Scrabble!

Take a look here

link|improve this answer
feedback

A search (Google) for "free English word list" (without the brackets) came up with quite a few hits.

The first one looks promising, as does this one.

I suggest you check out each one in turn until you find one you like.

link|improve this answer
feedback

GNU ASpell has a number of dictionaries for many languages.

link|improve this answer
feedback

On most Unix machines, there is a /usr/share/dict/words file installed that may be used.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.