Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 324 Bytes

File metadata and controls

2 lines (2 loc) · 324 Bytes

NLP Classifying Positive and Negative Restaurant Reviews Bag of Words model.

in this project in python which read tsv file, clean the restaurant reviews(text file), generates a bag-of-words model and uses a classifier which tells whether the review is a positive one or a negative one which is showed by Confusion Matrix.