#markov #markov-chain #random #text-generation

markov-text

A simple crate for creating a small markov model for text generation

2 releases

0.1.1 Sep 6, 2024
0.1.0 Sep 4, 2024

#534 in Text processing

Download history 101/week @ 2024-08-30 142/week @ 2024-09-06

243 downloads per month

Custom license

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

~315KB