Path: blob/master/Natural Language Processing using Python/Movie Reveiw NLTK.ipynb
3074 views
Kernel: Python 3 (ipykernel)
In [ ]:
In [2]:
Out[2]:
Accuracy: 0.49875
Classification Report:
precision recall f1-score support
0 0.51 0.43 0.47 408
1 0.49 0.57 0.53 392
accuracy 0.50 800
macro avg 0.50 0.50 0.50 800
weighted avg 0.50 0.50 0.50 800
Review: This movie was amazing! --> Sentiment: Negative
Review: The worst movie I've ever seen. --> Sentiment: Negative
Review: Not worth watching. --> Sentiment: Negative
Review: I loved the plot twists! --> Sentiment: Positive
Review: The acting was superb. --> Sentiment: Positive
Review: Couldn't stop laughing throughout the movie. --> Sentiment: Negative
In [ ]: