Hey! World this repo deals with sentiment analysis using python. Given some synthetic (fake, semi-randomly generated) twitter data in a CSV file named project_twitter_data.csv which has the text of a tweet, the number of retweets of that tweet, and the number of replies to that tweet. Also given words that express positive sentiment and negative sentiment, in the files positive_words.txt and negative_words.txt. At first, I build a sentiment classifier, which will detect how positive or negative each tweet is. After that, I create a CSV file, which contains columns for the Number of Retweets, Number of Replies, Positive Score (which is how many happy words are in the tweet), Negative Score (which is how many angry words are in the tweet), and the Net Score for each tweet. In the end, I upload the CSV file to Google Sheets and produce a graph of the Net Score vs Number of Retweets. If you are reading till now it means you already liked this project. So pull this code in your local repo and do some awesome stuff and let me know.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
3
commits