Last active
October 24, 2024 20:00
-
-
Save caendesilva/061f06272e17e7c65b0b2e5021b72221 to your computer and use it in GitHub Desktop.
A list of the 100 most common English words in various formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the | be | to | of | and | a | in | that | have | I | it | for | not | on | with | he | as | you | do | at | this | but | his | by | from | they | we | say | her | she | or | an | will | my | one | all | would | there | their | what | so | up | out | if | about | who | get | which | go | me | when | make | can | like | time | no | just | him | know | take | people | into | year | your | good | some | could | them | see | other | than | then | now | look | only | come | its | over | think | also | back | after | use | two | how | our | work | first | well | way | even | new | want | because | any | these | give | day | most | us |
---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
"the", | |
"be", | |
"to", | |
"of", | |
"and", | |
"a", | |
"in", | |
"that", | |
"have", | |
"I", | |
"it", | |
"for", | |
"not", | |
"on", | |
"with", | |
"he", | |
"as", | |
"you", | |
"do", | |
"at", | |
"this", | |
"but", | |
"his", | |
"by", | |
"from", | |
"they", | |
"we", | |
"say", | |
"her", | |
"she", | |
"or", | |
"an", | |
"will", | |
"my", | |
"one", | |
"all", | |
"would", | |
"there", | |
"their", | |
"what", | |
"so", | |
"up", | |
"out", | |
"if", | |
"about", | |
"who", | |
"get", | |
"which", | |
"go", | |
"me", | |
"when", | |
"make", | |
"can", | |
"like", | |
"time", | |
"no", | |
"just", | |
"him", | |
"know", | |
"take", | |
"people", | |
"into", | |
"year", | |
"your", | |
"good", | |
"some", | |
"could", | |
"them", | |
"see", | |
"other", | |
"than", | |
"then", | |
"now", | |
"look", | |
"only", | |
"come", | |
"its", | |
"over", | |
"think", | |
"also", | |
"back", | |
"after", | |
"use", | |
"two", | |
"how", | |
"our", | |
"work", | |
"first", | |
"well", | |
"way", | |
"even", | |
"new", | |
"want", | |
"because", | |
"any", | |
"these", | |
"give", | |
"day", | |
"most", | |
"us" | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$words = [ | |
'the', | |
'be', | |
'to', | |
'of', | |
'and', | |
'a', | |
'in', | |
'that', | |
'have', | |
'I', | |
'it', | |
'for', | |
'not', | |
'on', | |
'with', | |
'he', | |
'as', | |
'you', | |
'do', | |
'at', | |
'this', | |
'but', | |
'his', | |
'by', | |
'from', | |
'they', | |
'we', | |
'say', | |
'her', | |
'she', | |
'or', | |
'an', | |
'will', | |
'my', | |
'one', | |
'all', | |
'would', | |
'there', | |
'their', | |
'what', | |
'so', | |
'up', | |
'out', | |
'if', | |
'about', | |
'who', | |
'get', | |
'which', | |
'go', | |
'me', | |
'when', | |
'make', | |
'can', | |
'like', | |
'time', | |
'no', | |
'just', | |
'him', | |
'know', | |
'take', | |
'people', | |
'into', | |
'year', | |
'your', | |
'good', | |
'some', | |
'could', | |
'them', | |
'see', | |
'other', | |
'than', | |
'then', | |
'now', | |
'look', | |
'only', | |
'come', | |
'its', | |
'over', | |
'think', | |
'also', | |
'back', | |
'after', | |
'use', | |
'two', | |
'how', | |
'our', | |
'work', | |
'first', | |
'well', | |
'way', | |
'even', | |
'new', | |
'want', | |
'because', | |
'any', | |
'these', | |
'give', | |
'day', | |
'most', | |
'us', | |
]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
the | |
be | |
to | |
of | |
and | |
a | |
in | |
that | |
have | |
I | |
it | |
for | |
not | |
on | |
with | |
he | |
as | |
you | |
do | |
at | |
this | |
but | |
his | |
by | |
from | |
they | |
we | |
say | |
her | |
she | |
or | |
an | |
will | |
my | |
one | |
all | |
would | |
there | |
their | |
what | |
so | |
up | |
out | |
if | |
about | |
who | |
get | |
which | |
go | |
me | |
when | |
make | |
can | |
like | |
time | |
no | |
just | |
him | |
know | |
take | |
people | |
into | |
year | |
your | |
good | |
some | |
could | |
them | |
see | |
other | |
than | |
then | |
now | |
look | |
only | |
come | |
its | |
over | |
think | |
also | |
back | |
after | |
use | |
two | |
how | |
our | |
work | |
first | |
well | |
way | |
even | |
new | |
want | |
because | |
any | |
these | |
give | |
day | |
most | |
us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment