markov-text 0.1.1

A simple crate for creating a small markov model for text generation
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented0 out of 5 items with examples
  • Size
  • Source code size: 10.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 393.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JulianBohne/markov-text
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JulianBohne

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