Skip to content

Instantly share code, notes, and snippets.

@shubham-singh-ss
Created May 31, 2019 06:03
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 shubham-singh-ss/c0cf4bfa6fb2cdf8a2bb34611f34bf45 to your computer and use it in GitHub Desktop.
Save shubham-singh-ss/c0cf4bfa6fb2cdf8a2bb34611f34bf45 to your computer and use it in GitHub Desktop.
import re
import nltk
nltk.download('stopwords')
from nltk.corpus import stopwords
from nltk.stem.porter import PorterStemmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment