Text classification using multiple methods
This is my answer to HW3 of Modern Information Retrieval course, Fall 2022. More information about the course is available in this link.
In this mini project, I implemented a text classifier using 3 methods: kNN, SVM(using sklearn library) and Naive Bayes.