An open API service indexing awesome lists of open source software.

https://github.com/upbit/hiddenmarkovmodel

Python implementation of Hidden Markov Model, with demo of Chinese Part-of-Speech tagging
https://github.com/upbit/hiddenmarkovmodel

hmm python

Last synced: 6 months ago
JSON representation

Python implementation of Hidden Markov Model, with demo of Chinese Part-of-Speech tagging

Awesome Lists containing this project

README

          

## Python implementation of Hidden Markov Model

* Usage:
1. Training Hidden Markov Model:
python 1_train_hmm.py

2. Chinese POS tagging:
python 2_pos_test.py