Skip to content

Instantly share code, notes, and snippets.

@brenoimatos
Created January 7, 2021 20:22
Show Gist options
  • Save brenoimatos/2b885038f1eb8a8a39ba99e3479a873d to your computer and use it in GitHub Desktop.
Save brenoimatos/2b885038f1eb8a8a39ba99e3479a873d to your computer and use it in GitHub Desktop.
import pandas as pd
import nltk
import matplotlib.pyplot as plt
from wordcloud import WordCloud, ImageColorGenerator
import unidecode
import re
import string
import matplotlib.ticker as mtick
import os
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment