#markov-chain #text-generation #markov

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

#647 in Text processing

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

~310KB