english-words/README.md
Marius Žilėnas 6e3721da4c Cleanup (#11)
* Update README.md

* Incorporated words2.txt words into words_alpha.txt

* Words3.txt appended with words_alpha.txt and all duplicates removed

* Words3.txt appended with words_alpha.txt and all duplicates removed

* Moved words3.txt to  words_alpha_numbers_punctuations.txt

* Removed words2.txt since all it's contents are in words_alpha.txt now

* Zipped

* Added words_alpha_numbers_punctuations.txt contents to words.txt then removed duplicates and sorted

* Zipped words.txt to words.zip. Removed words_alpha_numbers_punctuations because its contents are in words now.

* Updated readme
2017-06-06 18:54:05 +01:00

20 lines
815 B
Markdown

english-words
=============
A text file containing 355k English words.
While searching for a list of english words (for an auto-complete tutorial)
I found: http://stackoverflow.com/questions/2213607/how-to-get-english-language-word-database which refers to http://www.infochimps.com/datasets/word-list-350000-simple-english-words-excel-readable
No idea why infochimps put the word list inside an excel (.xls) file.
I pulled out the words into a simple new-line-delimited text file.
Which is more useful when building apps or importing into databases etc.
Copyright still belongs to them.
Files you may be interested in:
- [words.txt](english-words/words.txt) contains all words.
- [words_alpha.txt](english-words/words_alpha.txt) contains only [[:alpha]] words. If you want a quick solution choose this.