Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolph/dictionary
A list of the most popular English words.
https://github.com/dolph/dictionary
dictionary frequency-lists words
Last synced: 29 days ago
JSON representation
A list of the most popular English words.
- Host: GitHub
- URL: https://github.com/dolph/dictionary
- Owner: dolph
- Created: 2013-01-27T17:31:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T16:52:15.000Z (over 2 years ago)
- Last Synced: 2024-11-07T03:11:58.412Z (about 1 month ago)
- Topics: dictionary, frequency-lists, words
- Language: Python
- Homepage:
- Size: 1.85 MB
- Stars: 354
- Watchers: 13
- Forks: 119
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - dolph/dictionary - A list of the most popular English words. (Python)
README
List of the Most Common English Words
=====================================According to an article entitled [The words in the mental cupboard] published
by the BBC, "An ordinary person, one who has not been to university say, would
know about 35,000 quite easily."The Unix dictionary contains far too many ridiculous words that even Google has
trouble explaining, such as `zuurveldt`, `cholecystenterorrhaphy` and `nonly`:$ cat /usr/share/dict/words | wc -l
235886Even `enable1.txt`, the more verbose version of the *Official Scrabble Player's
Dictionary* (`ospd.txt`) (which is limited to words of 8 letters or less) used
by [Words with Friends](r), contains more words than any English speaking adult
would reasonably be familiar with:$ cat enable1.txt | wc -l
172819`popular.txt`
-------------`popular.txt` represents the common subset of words found in both `enable1.txt`
and [Wiktionary's word frequency lists], which are in turn compiled by
statistically analyzing a sample of 29 million words used in English TV and
movie scripts.$ cat popular.txt | wc -l
25322These are 25,322 words that everyone should be familiar with.
[The words in the mental cupboard]: http://news.bbc.co.uk/2/hi/uk_news/magazine/8013859.stm
[Words with Friends]: http://www.wordswithfriends.com/
[Wiktionary's word frequency lists]: http://en.wiktionary.org/wiki/Wiktionary:Frequency_lists#English