Baselight

🎭Movie Reviews Sentences For Sentiment Analysis

Containes train.csv + test.csv + readme.csv

@kaggle.yacharki_movie_review_sentiment_analysis

Train
@kaggle.yacharki_movie_review_sentiment_analysis.train

  • 2.44 MB
  • 100693 rows
  • 2 columns
class_index

Class Index

review_text

Review Text

4well-done film
1characters ramble
3the intensity that made her an interesting character to begin with
1's not really funny
2stuffs
3somewhere in the story of Matthew Shepard
1's a slow study : The action is stilted and the tabloid energy embalmed .
2of quick cutting and blurry step-printing to goose things up
3hugely entertaining
1kinda wrong in places

CREATE TABLE train (
  "class_index" BIGINT,
  "review_text" VARCHAR
);

Share link

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