French Twitter Sentiment Analysis
1.5 million tweets in French and their sentiment.
@kaggle.hbaflast_french_twitter_sentiment_analysis
1.5 million tweets in French and their sentiment.
@kaggle.hbaflast_french_twitter_sentiment_analysis
French dataset for sentiment analysis (Data translated from English to French).
label: Polarity of the tweet (0 = negative, 1 = positive)
text: Content of the tweet
CREATE TABLE french_tweets (
"label" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.