Word List

I'm thinking about making a word puzzle game, but I'm wondering where I can get a list of words so that I can check if the text a user enters is a word or not. Does anyone know where I can get this?
[207 byte] By [JTeena] at [2007-9-28 6:13:18]
# 1
There is a collection of WinEdt dictionaries here: http://www.winedt.com/dict.htmlTake a hex editor or use a java program (or both) to parse it how your program needs it.
zdudea at 2007-7-9 17:24:38 > top of Java-index,Other Topics,Java Game Development...
# 2
Thanks.
JTeena at 2007-7-9 17:24:38 > top of Java-index,Other Topics,Java Game Development...