PyMarkovChain icon indicating copy to clipboard operation
PyMarkovChain copied to clipboard

Simple markov chain implementation in python

Results 3 PyMarkovChain issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...