Simple text classifier written in Python 3.7+ for final project of Text Mining Course in Fakultas Ilmu Komputer Universitas Brawijaya.
- Run TestKlasifikasi.py
- Input your directory of data train and data test.
Example of directory structure.
├── Data latih
│ ├── class1
│ │ └── *.txt
│ ├── class2
│ │ └── *.txt
│ ├── class3
│ │ └── *.txt
│ └── class*
│ └── *.txt
└── Data uji
├── class1
│ └── *.txt
├── class2
│ └── *.txt
├── class3
│ └── *.txt
└─── class*
└── *.txt
- Naive-bayes with Laplace smoothing
- Rocchio
- KNN