markov is a simple Perl program to test and run Markov Algorithms on strings.
Its documentation is availlable at: http://steffen-mueller.net/markov/markov.html
You may download any of the following versions:
Full version: http://steffen-mueller.net/markov/markov.txt
Undocumented standalone version (Windows binary): http://steffen-mueller.net/markov/markov.exe
(March 2003) There is a new, slightly faster version availlable now: http://steffen-mueller.net/markov/markovnew.txt
You might also be interested in any of the following additional files for use with markov:
Rule examples:
Given a working Perl installation (version 5.6.1 or higher), all you have to do to get the full version up and running is rename the file "markov.txt" to "markov.pl" (on Windows systems) and/or change the first line so it points at your Perl interpreter (on *nix like systems).
(c) 2002 Steffen Müller, all rights reserved.