Skip to content

Instantly share code, notes, and snippets.

@Niranjankumar-c
Created March 15, 2020 12:58
Show Gist options
  • Save Niranjankumar-c/c54b28ff13f4d8b50640db2b6cd3dc82 to your computer and use it in GitHub Desktop.
Save Niranjankumar-c/c54b28ff13f4d8b50640db2b6cd3dc82 to your computer and use it in GitHub Desktop.
Imports required for mining text data
#import required packages
from nltk.tokenize import word_tokenize
from wordcloud import WordCloud, STOPWORDS, ImageColorGenerator
import matplotlib.pyplot as plt
from collections import Counter
import seaborn as sns
from nltk.corpus import stopwords
import re
import string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment