Indonesian Part of Speech Tagger This program trains Indonesian model using Hidden Markov Model. The data used from link.
Please see the datasets/
for the datasets
Don't forget upload the database ```db_postag.php`` into your MySQL
Please see the application/model/Tools.php
for the function.
The Following function can be used:
praProcess();
transitionProb();
EmissionProb();
Viterbi();
- Clone repo using Git
# clone repository into your htdocs dir
git clone https://github.com/faisalsyfl/IndoPOSTag.git
- Open your localhost/apache ex: http://localhost/IndoPOSTag