Skip to content

Instantly share code, notes, and snippets.

@mwitiderrick
Created June 14, 2018 16:41
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 mwitiderrick/65eaf0e0e7ead3898a46d2a64d08ea5f to your computer and use it in GitHub Desktop.
Save mwitiderrick/65eaf0e0e7ead3898a46d2a64d08ea5f to your computer and use it in GitHub Desktop.
import re
import nltk
nltk.download('stopwords')
nltk.download('wordnet')
from nltk.corpus import stopwords
from nltk.stem import WordNetLemmatizer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment