PyMarkovChain
PyMarkovChain copied to clipboard
Simple markov chain implementation in python
Hi, I need wheel file for this package.When can i find it please. Thanks & Regards, Siva
This would require the markov chain to defer calculation of the occurrence probability until during text generation, but should be quite doable. Also, switching the `_nextWord` function over to doing...
I've got source text that has some word variations that I'd like to ignore. There are the basic case sensitivity issues. If it were just that I could `str.lower` everything,...