🎭Movie Reviews Sentences For Sentiment Analysis
Containes train.csv + test.csv + readme.csv
@kaggle.yacharki_movie_review_sentiment_analysis
Containes train.csv + test.csv + readme.csv
@kaggle.yacharki_movie_review_sentiment_analysis
This is a dataset of movie reviews to be used for the NLP task of sentiment analysis, it's in the form of sentences, were every sentence is given a sentiment score fro 0 to 4 (1 = Very Bad 2 = Bad 3 = Neutral 4 = Good 5 = Very Good).
CREATE TABLE test (
"class_index" BIGINT,
"review_text" VARCHAR
);CREATE TABLE train (
"class_index" BIGINT,
"review_text" VARCHAR
);Anyone who has the link will be able to view this.