Baselight

Large Sentiment Analysis Bangla Dataset

A large Scale Dataset for Bangla Sentiment Analysis

@kaggle.tahmidmir_largesentimentdata

Loading...
Loading...

About this Dataset

Large Sentiment Analysis Bangla Dataset

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.

Tables

Large Sentiment Analysis Dataset

@kaggle.tahmidmir_largesentimentdata.large_sentiment_analysis_dataset
  • 163.62 KB
  • 100000 rows
  • 4 columns
Loading...

CREATE TABLE large_sentiment_analysis_dataset (
  "platform" VARCHAR,
  "comment" VARCHAR,
  "sentiment" VARCHAR,
  "label" BIGINT
);

Share link

Anyone who has the link will be able to view this.