Skip to content

toastdriven/markov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markov

Just a fun little experiment in producing Markov chains.

You really shouldn't use this, it's mostly just for me. Uses JSON for serialization. Python 2.6+ or Python 3.3+.

Usage

You can test the main code via:

python markov.py

Which will dump out some text based on Python's random docs.

You can also test against some Project Gutenberg works, by first loading the the data with:

python guten_mark.py parse

Then producing a quote using:

python guten_mark.py quote

License

New BSD

About

A simple Markov chain generator done purely for fun.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages