Question

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.

Was it helpful?

Solution

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

OTHER TIPS

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top