Skip to content

nathanic/rust-markov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markov Text Generator in Rust

This is just a silly little project to explore Rust.

The program reads in text files and (roughly) builds a Markov model of the character transitions. From these models, it can generate new random text with similar statistical properties to the source material.

I recently cargoized it, and it now depends on a cargoized fork I made of rust-msgpack.

TODO: sample output

About

Silly little Markov text generator in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published