There is a much more advanced and highly experimental version of this program here (New Markov Words II - Experimental).

New Markov words

This is just an experiment of Markov generation of words (see Web Markov). Given some random choosen words from a dictionary, this program generates new words (a "new word" is a word not in the dictionary).

The only parameter right now is the n in n-gram, default is 3 (must be a number less than or equal 6). This parameter sets how many letters there will be in each n-gram. The program generates a list of words, the exact number depends on some parameters, but at least about 10 words will be generated. The larger n-value is the lesser chance there is to generate a word not in the dictionary, i.e. that it is a new word. (The generated words which was in the dictionary is shown as a HTML comment in the result page, i.e. see the HTML source of that page.)

Set n (1 .. 6):
Select language: Swedish English




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