Introduction - If you have any usage issues, please Google them yourself
Title: Markov Chain Text (update)
Description: Markov Chaining allows you to build random texts from original texts which still maintain some sense/style of the original text. The program includes a couple of support functions (ArraySort, UniqueArray,PosInArray and binaryArraySearch) which may be of interest.
------------- added more details to help and improved code to select the first word (if you have more than one sentence/paragraph then the first word will be the first word of a sentence or paragraph {other than the first word of the whole text} rather than just a randomly selected word in the text.
This file came from Planet-Source-Code.com...the home millions of lines of source code
You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=53629&lngWId=1
The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above