Skip to content

Vazno/english-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English words

445803 english words from all around the world.

Get the letter frequency by running find_frequency.py:
This will create such json file:
{
    "e": 10.984012884727973,
    "i": 8.954280134924268,
    "a": 8.322183512716474,
    "s": 8.267897651036094,
    "o": 7.1027394245509345,
    "r": 7.020600703586417,
    "n": 6.871444737513424,
    "t": 6.585556553136487,
    "l": 5.348742882375743,
    "c": 4.197972539021217,
    "u": 3.4867188953134782,
    "d": 3.248135609584791,
    "p": 3.206320824236389,
    "m": 3.0029973178903386,
    "h": 2.725509953433427,
    "g": 2.4479515961321203,
    "y": 1.8032655761850245,
    "b": 1.788783035928532,
    "f": 1.1381809456152217,
    "v": 0.8834586199275021,
    "k": 0.8482225048263302,
    "w": 0.7037993950463086,
    "z": 0.4429953490221209,
    "x": 0.29400503291938196,
    "q": 0.16456141330661478,
    "j": 0.1596629070433894
}

Unlicense