• Stars
    star
    297
  • Rank 140,075 (Top 3 %)
  • Language
    Python
  • Created almost 12 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A list of the most popular English words.

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
235886

Even 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, 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
25322

These are 25,322 words that everyone should be familiar with.

More Repositories

1

recipes

Version control: it's what's for dinner.
17
star
2

next-review

Start your next gerrit code review without any hassle.
Python
9
star
3

vagrant-devstack

Bootstrap devstack in a vagrant virtual machine
Shell
7
star
4

httpcli

Simple command line HTTP client (compared to cURL).
Python
7
star
5

keystone-deploy

Deploy OpenStack Keystone from source.
Python
6
star
6

poker-hand-evaluator

Fast 7-card poker hand evaluation, designed for Texas Hold'em.
Go
5
star
7

docker-image-ubuntu-rust

Docker Image: Ubuntu (stable) + Rust (nightly)
5
star
8

hello-ansible

Deploy a hello world WSGI app to nginx + circus + chaussette using ansible
Ruby
5
star
9

git-ready

Get ready to commit, socially.
Python
5
star
10

pasteraw

A plaintext pastebin service.
Python
4
star
11

dotfiles

my ~/.files
Shell
3
star
12

dubstack

Yet another deterministic dubstep karaoke service for OpenStack.
Python
3
star
13

relish

Serialize your python objects into tasty (human-readable) formats.
Python
3
star
14

rtox

Develop locally, run tox remotely
Python
3
star
15

rackspace-private-iptables

script to obtain your private IPs at Rackspace Cloud and generate iptables rules to only allow traffic from your other servers (i.e. not other customers) to these private interfaces
Python
2
star
16

pasteraw-client

Pipe stdin to a raw pastebin.
Python
2
star
17

gerrit-growler

Log the Gerrit event stream in markdown.
Python
2
star
18

rust-skeleton

A skeleton for Rust-based projects.
Rust
1
star
19

irc-standup-bot

Automated cat herding for IRC-based standup meetings.
Python
1
star
20

python-keystoneclient

Client library for the OpenStack Keystone API
Python
1
star
21

launchpad2trello

Sync Launchpad bugs to Trello cards
Python
1
star
22

dynamic-cloud-dns

Go
1
star
23

vagrant-base-box

Automated creation of vagrant base boxes, mostly using Ansible.
Shell
1
star
24

stackalytics-report

Generate a report from Stackalytics on contributor activity
Python
1
star
25

connectivity

connectivity is a tool for validating network connectivity requirements
Go
1
star
26

chili

The most winningest recipe from the Rackspace Identity Chili Cookoff 2013
1
star
27

virtualenvwrapperlite

Simple commands to make it easier to work with virtualenv.
Shell
1
star
28

keyless-fernet

A Python library to parse Fernet tokens as much as possible without using a key.
Python
1
star