Sentiment Dataset With 1 Million Tweets
Sentiment analysis with tweets
@kaggle.tariqsays_sentiment_dataset_with_1_million_tweets
Sentiment analysis with tweets
@kaggle.tariqsays_sentiment_dataset_with_1_million_tweets
This is the Sentiment dataset. The tweets have been annotated with 4 different categories(positive,negative,uncertainty,litigious) and they can be used to detect sentiment .
It contains the following 3 fields:
CREATE TABLE dataset (
"text" VARCHAR,
"language" VARCHAR,
"label" VARCHAR
);
Anyone who has the link will be able to view this.