Generate Markov chain from source file of text or string.
Tom Sawyer in plain format included courtesy of The Project Gutenberg(http://www.gutenberg.org).
Run php -f example.php
to see what output can look like
$file_path = dirname(__FILE__).'/tom_sawyer.txt';
echo Markov::instance($file_path)->generate(20);