Skip to content

Instantly share code, notes, and snippets.

@khozzy
Created November 2, 2017 14:20
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 khozzy/825b82b4787eaba84f922a0a14015f0d to your computer and use it in GitHub Desktop.
Save khozzy/825b82b4787eaba84f922a0a14015f0d to your computer and use it in GitHub Desktop.
from nltk.corpus import stopwords
stop = stopwords.words('english')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment