Markov Chain tester
Paste a passage or drop in a .txt file and using markov chains this website will render text based on the statistical probabilities. Markov chains track which words tend to follow which throughout the text, then uses those odds to generate new text.
This code uses the Rita.js library. If you want to mess with the code you can see it here. You can also play with this p5js sketch.
Source text
Generated paragraph
Nothing generated yet. Add source text on the left, then generate.