Commit Graph

8 Commits

Author SHA1 Message Date
Brian S. Stephan 1484aded84 reorganizing project directories, part 2 2015-05-08 20:44:24 -05:00
Brian S. Stephan 2ffdf26ec2 reorganizing project directories, part 1 2015-05-08 20:37:22 -05:00
Brian S. Stephan cd2c44ab20 script to port old seen data to django models 2014-03-16 12:21:38 -05:00
Brian S. Stephan 9ea3e9d688 procmail-to-dispatch.py: send email notifications
this is a python3 example of how one might use Dispatch to send
notifications on events. it's nothing robust but it gets the job done,
generally
2013-01-04 13:13:38 -06:00
Brian S. Stephan 26bc8bec34 Markov: rebuild the tables, use the context stuff in a better fashion this time
the module will drop your old tables if you have them, so if there's data there,
be sure to back them up and figure out some migration strategy (probably annoying
and probably having to script it).

the big change is that each line is associated to a context now, and channels
are also associated to contexts. this should allow for a better partitioning
of multiple brains, and changing which channels point to which brain.

also caught in the wake is some additional logging verbosity, and a change to
no longer lower() everything learned.

the script to dump a file into the database has also been updated with the above
changes
2012-02-28 23:23:14 -06:00
Brian S. Stephan 74c03cff88 update markov chain import script for always using a context, specified on command line
also read stdin rather than a file for lines
2011-06-15 20:40:24 -05:00
Brian S. Stephan 3d6ede5155 script to take a file of lines and create sqlite markov chains 2011-02-24 21:04:28 -06:00
Brian S. Stephan 6ebca3ff59 simple utility script to take a newline-separated list of facts and insert to database
for Facts.py, supporting the format (if you want to call it that)
supported by FactFile.py
2010-11-01 22:17:10 -05:00