This is my first experience with Markov chains.
I want to combine the two sources of text and get a readable Markov chain. The implementation that I use here is text sources without markup, etc.
I was first open to Markov targets using the Ruby Rbot IRC bot. Their source for the Markov plugin is here .
I find that using the Markov algorithm of the PHP algorithm is useless. One thing I can see is that the rbot implementation combines two words to start with. Is there an explicit way to do this with the PHP implementation I'm linked to? If not, is there a PHP implementation that can do this?
source share