Skip to content

Instantly share code, notes, and snippets.

@ayushoriginal
Last active June 24, 2019 12:19
Show Gist options
  • Save ayushoriginal/22ca79493ea8c22b84a42dc9db68cb7e to your computer and use it in GitHub Desktop.
Save ayushoriginal/22ca79493ea8c22b84a42dc9db68cb7e to your computer and use it in GitHub Desktop.
nltk_stopwords
import nltk
from nltk.corpus import stopwords
s=set(stopwords.words('english'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment