views:

66

answers:

3

Hi,

I am planning to work in TRIE data structure for which I need a dictionary database or a text or word file containing the entire list of english words. It doesnt matter if the size is huge. Larger the better.

+1  A: 

try something from here: http://www.net-comber.com/wordurls.html or here: http://wordlist.sourceforge.net/

KM
+1  A: 

If you are on a Unix or Unix-like system, check /usr/share/dict/words (Wikipedia article).

Ayman Hourieh
Nice.. This is what (words.txt) is exactly what I was looking for !
Bragboy
I think that this is a mirror of the file: http://www.cs.nmsu.edu/~hfugal/cs167/labs/words.txt
Ayman Hourieh
+1  A: 

Check the OpenOffice dictionaries: http://wiki.services.openoffice.org/wiki/Dictionaries

Frank Heikens