Python module that has bayesian classification of texts

published Aug 30, 2013 04:40   by admin ( last modified Aug 30, 2013 04:40 )

I have tinkered with this previously with pickle, jart/redisbayes and jamesls/fakeredis (real redis slows down redisbayes a lot, pickle used for saving the net) in python, but this TextBlob module seems to have it too. Untested by me.

 

Yesterday, TextBlob 0.6.0 was released (changelog), which introduces Naive Bayes classification. This tutorial shows how to use TextBlob to create your own text classification systems.


Read more: Link - Steven Loria | Tutorial: Simple Text Classification with Python and TextBlob