You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python module for reading Gmail messages with text statistics, most common words, wordcloud visualization, NLP named entity recognition and sentiment analysis
Variables for the gmail:
USERNAME=XXXXXXXXXX
PASSWORD=XXXXXXXXXX
gmail_reader.py
For reading Gmail and create csv file
stat.py
For some statistics of messages (from csv file)
visual.py
For wordcloud visualization, creation of NER html files
About
Python module for reading Gmail messages with text statistics, most common words, wordcloud visualization, NLP named entity recognition and sentiment analysis