Skip to content

faisalsyfl/IndoPOSTag

Repository files navigation

Description

Indonesian Part of Speech Tagger This program trains Indonesian model using Hidden Markov Model. The data used from link.

Datasets

Please see the datasets/ for the datasets

Database

Don't forget upload the database ```db_postag.php`` into your MySQL

Function

Please see the application/model/Tools.php for the function.
The Following function can be used:

praProcess();
transitionProb();
EmissionProb();
Viterbi();
    

Installation

  1. Clone repo using Git
# clone repository into your htdocs dir
git clone https://github.com/faisalsyfl/IndoPOSTag.git 
  1. Open your localhost/apache ex: http://localhost/IndoPOSTag

About

Indonesian Part of Speech Tagger in PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages