This project is an implementation to the paper. Text categorization using weight adjusted k-nearest neighbor classification.
- Python3
- stemmer.py this python file is a library of stemming words
- Reuters-21578 text data set
The paper use wighted KNN algorithm to classify text.