Hidden Markov Model Library
Project description
Hidden Markov Models ============
Video Lectures
============
[<img src="https://github.com/StarlangSoftware/Hmm/blob/master/video1.jpg" width="50%">](https://youtu.be/zHj5mK3jcyk)[<img src="https://github.com/StarlangSoftware/Hmm/blob/master/video2.jpg" width="50%">](https://youtu.be/LM0ld3UKCEs)
For Developers
============
You can also see [Python](https://github.com/starlangsoftware/Hmm-Py), [Java](https://github.com/starlangsoftware/Hmm), [C++](https://github.com/starlangsoftware/Hmm-CPP), [C](https://github.com/starlangsoftware/Hmm-C), [Swift](https://github.com/starlangsoftware/Hmm-Swift), [Js](https://github.com/starlangsoftware/Hmm-Js), [Php](https://github.com/starlangsoftware/Hmm-Php), or [C#](https://github.com/starlangsoftware/Hmm-CS) repository.
## Requirements
* [Python 3.7 or higher](#python)
* [Git](#git)
### Python
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](https://www.python.org/downloads/).
### Git
Install the [latest version of Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
## Pip Install
pip3 install NlpToolkit-Hmm-Cy
## Download Code
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
## Open project with Pycharm IDE
Steps for opening the cloned project:
* Start IDE
* Select **File | Open** from main menu
* Choose `Hmm-PY` file
* Select open as project option
* Couple of seconds, dependencies will be downloaded.
Detailed Description
============
+ [Hmm](#hmm)
## Hmm
Hmm 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nlptoolkit_hmm_cy-1.0.6.tar.gz
(299.6 kB
view details)
File details
Details for the file nlptoolkit_hmm_cy-1.0.6.tar.gz.
File metadata
- Download URL: nlptoolkit_hmm_cy-1.0.6.tar.gz
- Upload date:
- Size: 299.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541ac7f10ffd531f53f002540ae0cce403ecf95b71d2d3137f3d4befab6db848
|
|
| MD5 |
2c5cd4d6ff8bfe1a25d9f8ade129282a
|
|
| BLAKE2b-256 |
997bfe910222267a431fb6151f24ea45c8f3b81da0e7c9d0504c87873c8803c3
|