├── .gitignore ├── COVID-19 Vaccine Sentiment Analysis.ipynb ├── Images ├── composite_sentiments_by_average_score.png ├── composite_sentiments_by_max_voting.png ├── sentiments_all_3_analyzers.png ├── tweet_df_head.png ├── twitter_api_step_1.png ├── twitter_api_step_2.png └── twitter_api_step_3.png ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/.gitignore -------------------------------------------------------------------------------- /COVID-19 Vaccine Sentiment Analysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/COVID-19 Vaccine Sentiment Analysis.ipynb -------------------------------------------------------------------------------- /Images/composite_sentiments_by_average_score.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/composite_sentiments_by_average_score.png -------------------------------------------------------------------------------- /Images/composite_sentiments_by_max_voting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/composite_sentiments_by_max_voting.png -------------------------------------------------------------------------------- /Images/sentiments_all_3_analyzers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/sentiments_all_3_analyzers.png -------------------------------------------------------------------------------- /Images/tweet_df_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/tweet_df_head.png -------------------------------------------------------------------------------- /Images/twitter_api_step_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/twitter_api_step_1.png -------------------------------------------------------------------------------- /Images/twitter_api_step_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/twitter_api_step_2.png -------------------------------------------------------------------------------- /Images/twitter_api_step_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/Images/twitter_api_step_3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kennethleungty/COVID19-Vaccine-Sentiment-Analysis/HEAD/README.md --------------------------------------------------------------------------------