pteichman / cobe

A Markov chain based text generation library and MegaHAL style chatbot
http://teichman.org/blog/
MIT License
242 stars 51 forks source link

Add a min_len parameter to Brain.reply() #10

Open wodim opened 10 years ago

wodim commented 10 years ago

Brain.reply() already has a max_len parameter. I would like to have a min_len parameter as well for it if possible.