This project was for NLP course.
It was to predict if a movie review is positive or negative.
1- Remove punctuation.
2- Remove any word containing a number.
3- Remove stop words.
4- Apply lemmatization and stemming.
1- Logistic Regression
2- SVM
3- Linear SVM
4- Naïve Bayes