I'm using NaiveBayesClassifier function of TextBlob to classify some phrases and it works fine at the moment.
My problem is, I need explain how the function works with table test. How NaiveBayesClassifier of TextBlob works to classify one phrase and how to get the probabilistic number that the "prob_classify(text)" function generates?
I used http://textblob.readthedocs.org/en/latest/classifiers.html to learning about this function.