Skip to content

Simple text classifier written in Python 3.7+ for final project of Text Mining Course in Fakultas Ilmu Komputer Universitas Brawijaya.

Notifications You must be signed in to change notification settings

yusufrahadika/simple-text-mining-classifier-python

Repository files navigation

Simple text classifier written in Python 3.7+ for final project of Text Mining Course in Fakultas Ilmu Komputer Universitas Brawijaya.

How to Use

  1. Run TestKlasifikasi.py
  2. 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

List of Features

  • Naive-bayes with Laplace smoothing
  • Rocchio
  • KNN

About

Simple text classifier written in Python 3.7+ for final project of Text Mining Course in Fakultas Ilmu Komputer Universitas Brawijaya.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages