Hidden Markov Model Library
You can also see Cython, Java, C++, C, Swift, Js, Php, or C# repository.
To check if you have a compatible version of Python installed, use the following command:
python -V
You can find the latest version of Python here.
Install the latest version of Git.
pip3 install NlpToolkit-Hmm
In order to work on code, create a fork from GitHub page.
Use Git for cloning the code to your local or below line for Ubuntu:
git clone <your-fork-git-link>
A directory called Hmm will be created. Or you can use below link for exploring the code:
git clone https://github.com/starlangsoftware/Hmm-Py.git
Steps for opening the cloned project:
Hmm-PY
fileHmm modelini üretmek için
Hmm(self, states: set, observations: list, emittedSymbols: list)
Viterbi algoritması ile en olası State listesini elde etmek için
viterbi(self, s: list) -> list