Project to play with online: https://repl.it/@simontiger/Markov-Text
"It takes the sun to the ground, and violet on the observer's eye". This amazing sentence is generated by a Markov Text-Generation Algorithm. What is a Markov Algorithm? Simply put, it generates the rules from a source text, and it generates a new text that also follows those rules. The rules are often called the Markov Blanket, and the new text is also called the Markov Chain. OK, how does this all work?
For more explanation about how to code this in Python, see my blog at: https://antwerpenhomeschooling.wordpr...