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.
Asked
Active
Viewed 794 times
1
-
duplicate of http://stackoverflow.com/questions/1255731/english-dictionary-sql-dump – Nathan Koop Apr 01 '10 at 19:26
3 Answers
1
try something from here: http://www.net-comber.com/wordurls.html or here: http://wordlist.sourceforge.net/

KM.
- 101,727
- 34
- 178
- 212
1
If you are on a Unix or Unix-like system, check /usr/share/dict/words
(Wikipedia article).

Ayman Hourieh
- 132,184
- 23
- 144
- 116
-
-
I think that this is a mirror of the file: http://www.cs.nmsu.edu/~hfugal/cs167/labs/words.txt – Ayman Hourieh Apr 01 '10 at 19:24
1
Check the OpenOffice dictionaries: http://wiki.services.openoffice.org/wiki/Dictionaries

Frank Heikens
- 117,544
- 24
- 142
- 135