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
A simple crate for creating a markov text model.
Can be found in example/basic.rs and run with the following command
$ cargo run --example basic