Skip to content

Code and datasets for Sentiment Analysis on Covid19 Vaccination

Notifications You must be signed in to change notification settings

sundeshgupta/SenticNetProj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis on Covid19 Vaccination

Datasets

Raw Dataset

raw_dataset.csv contains crawled data from Twitter based on tweets containing “#vaccine”.

Bronze Dataset

bronze_dataset.csv contains dataset after text preprocessing and language detection.

Silver Dataset

silver_dataset.csv contains tweets tweets from 1st January 2021 to 31st March 2021.

silver_dataset_polarity_output.csv contains tweets from Silver Dataset with Polarity API output for each sample (Excludes some tweets showing error in the API).

silver_output.csv contains outputs from NLTK VADER, Text Blob and Flair corresponding to each tweet.

Gold Dataset

gold_dataset.csv contains Annotated data of 500 tweets.

gold_output.csv contains outputs from NLTK VADER, Text Blob and Flair corresponding to each tweet in Gold Dataset.

About

Code and datasets for Sentiment Analysis on Covid19 Vaccination

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published