This document discusses naïve text classification. It begins with an introduction to naïve Bayes classifiers and how they are based on Bayes' theorem. It then discusses how text data is converted into numerical feature vectors to be used in machine learning algorithms. Two examples are provided to illustrate how to use a naïve Bayes classifier to predict class labels. The document concludes with discussing some advantages and disadvantages of naïve Bayes classifiers.