Hmmplib is an open source C library solution to HMM ( Hidden Markov Model )
- Algorithmic and abstract solutions to the problems in HMM written in C.
- Muty-core thread level parallelism via OpenMP for the abstract level.
- Optimised algorithms and memory access.
- File I/O interface.
- Only operates with discrete emission alphabet and probability variables.
- Use multiple models and sequences for: evaluation, decoding and learning.
Check the documentation at https://iskrent.github.io/Hmmplib/