markov-text

Crates.iomarkov-text
lib.rsmarkov-text
version0.1.1
sourcesrc
created_at2024-09-04 21:01:03.867738
updated_at2024-09-06 20:40:36.811579
descriptionA simple crate for creating a small markov model for text generation
homepage
repositoryhttps://github.com/JulianBohne/markov-text
max_upload_size
id1363804
size10,974
(JulianBohne)

documentation

README

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
Commit count: 0

cargo fmt