This is the second release of my Markov Chain text generator – mctext. This text generator takes existing sample text and generates new text using Markov Chains.
The main new thing in this version is that it allows users to specify via the command line how many words should be considered when generating the next one. The bigger the step number, the closer the generated text is to the original one. The value used in mctext-0.1 was 2, and this is also the default in this one. The number of steps can be set using the --steps command line switch.
Continue reading mctext 0.2 – A Markov Chain Text Generator