https://github.com/vbprojects/pure_python_hmm_tagger
A pure python implementation of an hidden markov machine for parts of speech (POS) tagging.
https://github.com/vbprojects/pure_python_hmm_tagger
Last synced: 6 months ago
JSON representation
A pure python implementation of an hidden markov machine for parts of speech (POS) tagging.
- Host: GitHub
- URL: https://github.com/vbprojects/pure_python_hmm_tagger
- Owner: vbprojects
- Created: 2022-12-09T02:48:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T03:14:03.000Z (about 3 years ago)
- Last Synced: 2025-01-19T06:27:12.001Z (about 1 year ago)
- Language: Python
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pure_python_HMM_tagger
A pure python implementation of an hidden markov machine for parts of speech (POS) tagging.
97.02% accuracy on brown corpus