B
Analyzed 2 days ago
A module which generates pseudorandom text.
It utilizes Markov chains to produce new text based on
some input text. You could use it, for example, to write a
ten million word science fiction epic using the science
fiction category of the Brown corpus (yes, I have done it).
This module requires NLTK.