Web Markov

This program uses Markov n-grams for generating random texts for a given web page. n-grams means that the program will consider n letters at the time, so 2-gram is 2 letters etc. The larger n is the better, i.e. truer to the original texts. (See more on google: markov + random + text + generator.)

It is possible to change this parameter of n, but it must be 10 or less (default is 5). The length of the generated text is fixed (about a page or so). The URL must point to a web page, i.e. HTML or plain text.

n: URL:



Some nice text collections to try:


For other Markov generated stuff see:
Back to my useless programs page
Back to my homepage
Created by Hakan Kjellerstrand hakank@bonetmail.com