- analysing the restaurant reviews
- categorising reviews
- predicting the class of review
The dataset used here is tsv file with 1000 reviews.
- Reading the tsv file
- Cleaning data using regular expression
- Classifying data into training and test split
- Use of SVM model
- Evaluating the model using accuracy score
- Train test split
- nltk
- regular sexpressions - re
- PorterStemmer
- Sklearn - SVM
- 73% Accuracy achieved