I am planning to work in TRIE data structure for which I need a dictionary database or a text 开发者_C百科or word file containing the entire list of english words. It doesnt matter if the size is huge. Larger the better.
If you are on a Unix or Unix-like system, check /usr/share/dict/words
(Wikipedia article).
try something from here: http://www.net-comber.com/wordurls.html or here: http://wordlist.sourceforge.net/
Check the OpenOffice dictionaries: http://wiki.services.openoffice.org/wiki/Dictionaries
精彩评论