A memory-based, optional-persistence naïve bayesian text classifier
Description
A memory-based, optional-persistence naïve bayesian text classifier. This work
is heavily inspired by the python "redisbayes" module and this was written to
alleviate the network/time requirements when using the bayesian classifier to
classify large sets of text, or when attempting to train with very large sets
of sample data.