| Crates.io | tetengo_lattice |
| lib.rs | tetengo_lattice |
| version | 1.5.0 |
| created_at | 2024-07-28 06:23:32.29631+00 |
| updated_at | 2025-07-06 01:44:01.505279+00 |
| description | A library for Viterbi search and A* algorithm implementation |
| homepage | https://www.tetengo.org/ |
| repository | https://github.com/tetengo/tetengo.rs |
| max_upload_size | |
| id | 1317802 |
| size | 229,522 |
A Viterbi search library.
The Viterbi search is a dynamic programming algorithm. It finds the most likely path in a lattice consisting of observed event nodes.
This library also provides the A* search algorithm for the lattice created by the Viterbi search.
Execute the cargo add command to add the "tetengo_lattice" library to your
cargo package.
An entry for "tetengo_lattice" will be added to the "dependencies" section of Cargo.toml.
X:>cd \path\to\your\package
X:>cargo add tetengo_lattice
$ cd /path/to/your/package
$ cargo add tetengo_lattice
See the cargo document for details.
The source files for this library are available on GitHub.
Copyright (C) 2023-2025 kaoru https://www.tetengo.org/
This product is released under the MIT license. See the LICENSE file for details.