Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 645 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 645 Bytes

List Of English Words

Files you may be interested in:

  • words.txt contains all words.
  • words_alpha.txt contains only [[:alpha:]] words (words that only have letters, no numbers or symbols). If you want a quick solution choose this.
  • words_dictionary.json contains all the words from words_alpha.txt as json format. If you are using Python, you can easily load this file and use it as a dictionary for faster performance. All the words are assigned with 1 in the dictionary.

See read_english_dictionary.py for example usage.