python3-simplebayes

Naive bayesian text classifier for Python 3
  https://github.com/hickeroar/simplebayes
  0
  no reviews



A memory-based, optional-persistence naive bayesian text classifier. This work is heavily inspired by the Python "redisbayes" module found here: https://github.com/jart/redisbayes and https://pypi.python.org/pypi/redisbayes 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.

This package installs the library for Python 3.