Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 256 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 256 Bytes

News Classifier

A text classification problem done in python. Texts are in Persian (News in 6 categories), so a bunch of pre-processing is first done to the data to make it normalized. Then, naïve Bayes and KNN algorithms are used to classify the text.