Skip to content

My MarkovBot inspired by King James Programming written in C++.

Notifications You must be signed in to change notification settings

ajgreenman/markov-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

MarkovBot

This program will read any plaintext file or markov file and parse it into a markov graph. Then it will read this graph and produce output based on it. This results in text that appears to be similar to the source material, but is brand new and sometimes nonsensical.

For example:
If I input the entire text of Harry Potter and the Chamber of Secrets
And if I use optimal settings on the MarkovBot
Then I will receive text that looks like this:

After a while, there was some heavy murmuring, and Ernie went on, "Remember what was inside it? Two entwined serpents were carved, and the hungry look in their blue eyes were wide." Harry could barely hear him over the thuds of more slugs hitting the wet floor of moaning Myrtle's bathroom.

About

My MarkovBot inspired by King James Programming written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages