Large Sentiment Analysis Bangla Dataset
A large Scale Dataset for Bangla Sentiment Analysis
@kaggle.tahmidmir_largesentimentdata
A large Scale Dataset for Bangla Sentiment Analysis
@kaggle.tahmidmir_largesentimentdata
This is a large-scale Bangla dataset based on positive, negative, and and neutral comments. It has four features: platform, where we get the comments; sources; comment; sentiment; and label.
There are four columns which are Platform, Comment, Sentiment, and Label. I have collected Bangla comments from Twitter, Youtube, and Google. Comment is about positive, negative, and neutral. Sentiment is about making toxic, neutral, sad, funny, and happy comments that are labeled by 0, 1, 2, 3, and 4.
CREATE TABLE large_sentiment_analysis_dataset (
"platform" VARCHAR,
"comment" VARCHAR,
"sentiment" VARCHAR,
"label" BIGINT
);Anyone who has the link will be able to view this.