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
- Host: GitHub
- URL: https://github.com/upbit/hiddenmarkovmodel
- Owner: upbit
- Created: 2014-01-25T08:09:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-25T08:55:55.000Z (over 11 years ago)
- Last Synced: 2025-02-05T21:51:21.421Z (8 months ago)
- Topics: hmm, python
- Language: Python
- Size: 2.91 MB
- Stars: 16
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Python implementation of Hidden Markov Model
* Usage:
1. Training Hidden Markov Model:
python 1_train_hmm.py2. Chinese POS tagging:
python 2_pos_test.py