Skip to content

Instantly share code, notes, and snippets.

@nmanumr
Last active October 30, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmanumr/db4aa1ce80a02d68a33e6ec959fdd927 to your computer and use it in GitHub Desktop.
Save nmanumr/db4aa1ce80a02d68a33e6ec959fdd927 to your computer and use it in GitHub Desktop.
150 most used words
String[] words = {"that", "this", "with", "from", "your", "have", "more", "will", "home", "page", "free", "time", "they", "site", "what", "news", "only", "when", "here", "also", "help", "view", "been", "were", "some", "like", "than", "find", "date", "back", "list", "name", "just", "over", "year", "into", "next", "used", "work", "last", "most", "data", "make", "them", "post", "city", "such", "best", "then", "good", "well", "info", "high", "each", "very", "book", "read", "need", "many", "user", "said", "does", "mail", "full", "life", "know", "days", "part", "real", "item", "ebay", "must", "made", "line", "send", "type", "take", "area", "want", "long", "code", "show", "even", "much", "sign", "file", "link", "open", "case", "same", "both", "game", "care", "down", "size", "shop", "text", "rate", "form", "love", "john", "main", "call", "save", "york", "card", "jobs", "food", "sale", "teen", "room", "join", "west", "look", "left", "team", "week", "note", "live", "june", "plan", "cost", "july", "test", "come", "cart", "play", "less", "blog", "park", "side", "give", "sell", "body", "east", "club", "road", "gift", "hard", "four", "blue", "easy", "star", "hand", "keep", "baby", "term", "film", "head", "cell"};
that
this
with
from
your
have
more
will
home
page
free
time
they
site
what
news
only
when
here
also
help
view
been
were
some
like
than
find
date
back
list
name
just
over
year
into
next
used
work
last
most
data
make
them
post
city
such
best
then
good
well
info
high
each
very
book
read
need
many
user
said
does
mail
full
life
know
days
part
real
item
ebay
must
made
line
send
type
take
area
want
long
code
show
even
much
sign
file
link
open
case
same
both
game
care
down
size
shop
text
rate
form
love
john
main
call
save
york
card
jobs
food
sale
teen
room
join
west
look
left
team
week
note
live
june
plan
cost
july
test
come
cart
play
less
blog
park
side
give
sell
body
east
club
road
gift
hard
four
blue
easy
star
hand
keep
baby
term
film
head
cell
String[] words = {"that", "this", "with", "from", "your", "have", "more", "will", "home", "about", "page", "search", "free", "other", "information", "time", "they", "site", "what", "which", "their", "news", "there", "only", "when", "contact", "here", "business", "also", "help", "view", "online", "first", "been", "would", "were", "services", "some", "these", "click", "like", "service", "than", "find", "price", "date", "back", "people", "list", "name", "just", "over", "state", "year", "into", "email", "health", "world", "next", "used", "work", "last", "most", "products", "music", "data", "make", "them", "should", "product", "system", "post", "city", "policy", "number", "such", "please", "available", "copyright", "support", "message", "after", "best", "software", "then", "good", "video", "well", "where", "info", "rights", "public", "books", "high", "school", "through", "each", "links", "review", "years", "order", "very", "privacy", "book", "items", "company", "read", "group", "need", "many", "user", "said", "does", "under", "general", "research", "university", "january", "mail", "full", "reviews", "program", "life", "know", "games", "days", "management", "part", "could", "great", "united", "hotel", "real", "item", "international", "center", "ebay", "must", "store", "travel", "comments", "made", "development", "report", "member", "details", "line", "terms", "before", "hotels" };
that
this
with
from
your
have
more
will
home
about
page
search
free
other
information
time
they
site
what
which
their
news
there
only
when
contact
here
business
also
help
view
online
first
been
would
were
services
some
these
click
like
service
than
find
price
date
back
people
list
name
just
over
state
year
into
email
health
world
next
used
work
last
most
products
music
data
make
them
should
product
system
post
city
policy
number
such
please
available
copyright
support
message
after
best
software
then
good
video
well
where
info
rights
public
books
high
school
through
each
links
review
years
order
very
privacy
book
items
company
read
group
need
many
user
said
does
under
general
research
university
january
mail
full
reviews
program
life
know
games
days
management
part
could
great
united
hotel
real
item
international
center
ebay
must
store
travel
comments
made
development
report
member
details
line
terms
before
hotels
@nmanumr
Copy link
Author

nmanumr commented Oct 30, 2019

Credits: https://github.com/first20hours/google-10000-english

Normalized from first 1000 words of swear-free lists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment