M
Analyzed about 7 hours ago
markov_brain is a generic markov chain text generation module in python.
It was written as an easy-to-use black box for other applications.
Example usage can be found in test_markov_brain.py. Simply create
a new Brain() using the "past_memory" configuration to load any previous
knowledge.
... [More]
Adding more 'memory' is done by calling remember(words_list).
Generating text is done by calling speak_about(subject, max_chars=140). [Less]
155
lines of code
0
current contributors
over 14 years
since last commit
0
users on Open Hub