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

Very old version of cobe brain doesn't load #25

Closed avinson closed 8 years ago

avinson commented 8 years ago

So.. I must have had a really old cobe. Not sure what version but I'd like to get the data out of it as it's reasonable important to me. Back when it was called "cobe.store" instead of .brain. Error is below. Any tips? Thanks!

sqlite3.OperationalError: no such table: info

pteichman commented 8 years ago

@avinson Did you manage to get what you need out of it?

avinson commented 8 years ago

Going to retrain from some logs I got from a friend so I think I'm good. Thanks!

pteichman commented 8 years ago

Nice. My strategy in cobe's successor (fate) has been to do away with the database altogether: it's fast enough to train from scratch on start, so it wants text files with one line per trained sentence. Don't lose those logs. :)