Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Last active January 27, 2021 06:33
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 letthedataconfess/97d6bbace6e2ccdc41cf5863bac13dec to your computer and use it in GitHub Desktop.
Save letthedataconfess/97d6bbace6e2ccdc41cf5863bac13dec to your computer and use it in GitHub Desktop.
Sentiment_analysis
#importing all the required libraries
import nltk
from nltk.corpus import stopwords
from nltk.tokenize import word_tokenize
from nltk.stem import WordNetLemmatizer
from nltk import tokenize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment