Skip to content

We developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.

License

Notifications You must be signed in to change notification settings

DyegoPimentel/Sentiment-analysis-and-wordclouds-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Languages: English - Português

Sentiment analysis and wordclouds in Python

The code in this repository was created for the integrator project of the Big Data and Artificial Intelligence Degree at PUC-Goiás, aims to develop a Data Mining algorithm linked to social networks.

In this scenario, we developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.

Want to see the algorithm working?

Requirements to run the algorithm on your computer:

  • Python
  • tweepy (pip install tweepy)
  • textblob (pip install textblob)
  • pandas (pip install pandas)
  • numpy (pip install numpy)
  • matplotlib (pip install matplotlib)

Developed by Dyego Pimentel

About

We developed a sentiment analysis algorithm and at the end we bring a wordcloud to give an overview of what is being said about the topic we are analyzing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages