Created
April 11, 2020 03:52
-
-
Save EduardoSaverin/5c77ce68b979179a6baae33e1d8c5c7b to your computer and use it in GitHub Desktop.
NLTK English Stopwords
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
i | |
me | |
my | |
myself | |
we | |
our | |
ours | |
ourselves | |
you | |
your | |
yours | |
yourself | |
yourselves | |
he | |
him | |
his | |
himself | |
she | |
her | |
hers | |
herself | |
it | |
its | |
itself | |
they | |
them | |
their | |
theirs | |
themselves | |
what | |
which | |
who | |
whom | |
this | |
that | |
these | |
those | |
am | |
is | |
are | |
was | |
were | |
be | |
been | |
being | |
have | |
has | |
had | |
having | |
do | |
does | |
did | |
doing | |
a | |
an | |
the | |
and | |
but | |
if | |
or | |
because | |
as | |
until | |
while | |
of | |
at | |
by | |
for | |
with | |
about | |
against | |
between | |
into | |
through | |
during | |
before | |
after | |
above | |
below | |
to | |
from | |
up | |
down | |
in | |
out | |
on | |
off | |
over | |
under | |
again | |
further | |
then | |
once | |
here | |
there | |
when | |
where | |
why | |
how | |
all | |
any | |
both | |
each | |
few | |
more | |
most | |
other | |
some | |
such | |
no | |
nor | |
not | |
only | |
own | |
same | |
so | |
than | |
too | |
very | |
s | |
t | |
can | |
will | |
just | |
don | |
should | |
now | |
#["i", "me", "my", "myself", "we", "our", "ours", "ourselves", "you", "your", "yours", "yourself", "yourselves", "he", "him", "his", "himself", "she", "her", "hers", "herself", "it", "its", "itself", "they", "them", "their", "theirs", "themselves", "what", "which", "who", "whom", "this", "that", "these", "those", "am", "is", "are", "was", "were", "be", "been", "being", "have", "has", "had", "having", "do", "does", "did", "doing", "a", "an", "the", "and", "but", "if", "or", "because", "as", "until", "while", "of", "at", "by", "for", "with", "about", "against", "between", "into", "through", "during", "before", "after", "above", "below", "to", "from", "up", "down", "in", "out", "on", "off", "over", "under", "again", "further", "then", "once", "here", "there", "when", "where", "why", "how", "all", "any", "both", "each", "few", "more", "most", "other", "some", "such", "no", "nor", "not", "only", "own", "same", "so", "than", "too", "very", "s", "t", "can", "will", "just", "don", "should", "now"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment