Markov Chain Text Generator

Markov Chains allow the prediction of a future state based on the characteristics of a present state. Suitable for text, the principle of Markov chain can be turned into a sentences generator.

Note: The generator is in its early stages so it generates improper sentences without caring for the sentence structure. Modifications will be made in the next update.


Choose an example corpus (large and structured set of texts) to train the generator on:

Hamlet   TS Eliot   Trump Speech

(OR)

Enter your own text corpus:

Select length of generated text:

Small   Medium   Large

Select type of Markov Chain:

n-gram   Word Markov