wordmarkov 0.1.4

A simple but flexible Markov chain library, specifically for text sentences, which handles punctuation and whitespace
Documentation
1
2
3
4
//! Useful wordmarkov imports, used both inside and outside wordmarkov.

pub use crate::chain::prelude::*;
pub use crate::sentence::prelude::*;