Crate wordmarkov

Crate wordmarkov 

Source
Expand description

The Markov chain code.

Primarily used by cnmc; can be reused by other projects.

Modulesยง

chain
Code where the actual Markov chain structure is implemented; the graph, as well as selectors.
prelude
Useful wordmarkov imports, used both inside and outside wordmarkov.
sentence
Code to assist with the storage and recomposition of sentences split by punctuation and spacing.