cobe
cobe copied to clipboard
A Markov chain based text generation library and MegaHAL style chatbot
Hi, I'm trying to use `Brain.reply()` from multiple threads, and I'm getting the following: ``` Exception in thread Thread-5: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner...
Sorry to bother again, but one other thing that has been bothering me: ``` [20:51] Cobe: very little. [20:51] Porkrinds: very little. ``` ``` [20:52] Cobe: thou shalt not steal...
Brain.reply() already has a `max_len` parameter. I would like to have a `min_len` parameter as well for it if possible.
Hi, Is there some type of command/API method to grab statistics from the brain like known tokens, etc?
Input was bad utf-8: make sure this works properly both in the irc client's wrapper (this trace) and in cobe.Brain itself. ``` Traceback (most recent call last): File "/home/peter/lib/cobe/cracklinhal/virtualenv/bin/cobe", line...
Would be good if it was possible to set some minor options. - Brain constructor - specify check_same_thread for the sqlite file connect (so the object can be used in...
Doesn't seem like there's much going on here lately, but I just stood up a cobe instance as a SlackBot and am very pleased with the efficiency and ease of...