Sentimental Analysis For Tweets
Database of tweets to perform Sentimental Analysis
@kaggle.gargmanas_sentimental_analysis_for_tweets
Database of tweets to perform Sentimental Analysis
@kaggle.gargmanas_sentimental_analysis_for_tweets
Finding if a person is depressed from their use of words on social media can definitely help in the cure!
Sentimental Analysis can be very useful to find out depression and cure it before someone gets into serious trouble.
CREATE TABLE sentiment_tweets3 (
"index" BIGINT,
"message_to_examine" VARCHAR,
"label_depression_result" BIGINT -- Label (depression Result)
);
Anyone who has the link will be able to view this.