gmarkov

Crates.iogmarkov
lib.rsgmarkov
version1.0.0
sourcesrc
created_at2019-05-07 05:16:38.444642
updated_at2019-05-08 05:12:43.384538
descriptionAn app that uses markov chains to generate text
homepage
repositoryhttps://gitlab.com/pythondude325/gmarkov
max_upload_size
id132529
size3,574
Julia Scheaffer (pythondude325)

documentation

README

Gmarkov

This is the CLI interface to go with my Markov chain library called [gmarkov-lib] (https://crates.io/crates/gmarkov-lib).

The program takes one filename as input for the Markov chain, - can be used to read stdin to feed the Markov chain.

The program creates a markov chain with an order specified by the -o or --order options defaults to 1

The program outputs lines of text based on the trained markov chain. The -n or --lines options can be used to specify the number of lines to output

Commit count: 8

cargo fmt