2 releases
0.1.1 | Sep 6, 2024 |
---|---|
0.1.0 | Sep 4, 2024 |
#647 in Text processing
6KB
101 lines
Markov Text Model
A simple crate for creating a markov text model.
Basic Example
Can be found in example/basic.rs
and run with the following command
$ cargo run --example basic
Dependencies
~310KB