Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Created June 8, 2020 08:43
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 ferrygun/99be08de75daa427438d7014dd8aba49 to your computer and use it in GitHub Desktop.
Save ferrygun/99be08de75daa427438d7014dd8aba49 to your computer and use it in GitHub Desktop.
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
STOPWORDS = set(stopwords.words('english'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment