Speech and Language Processing (3rd edition draft), Daniel Jurafsky and James H. Martin, 2025 - Standard textbook providing comprehensive coverage of text classification, Naive Bayes, and Support Vector Machines for Natural Language Processing.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction, Trevor Hastie, Robert Tibshirani, and Jerome Friedman, 2009 (Springer) - Foundational textbook offering rigorous theoretical explanations of classification algorithms including Support Vector Machines and Logistic Regression with regularization.
A Comparison of Event Models for Naive Bayes Text Classification, Andrew McCallum, Kamal Nigam, 1998Learning for Text Categorization: Papers from the 1998 AAAI Workshop (AAAI) - Compares Multinomial and Bernoulli Naive Bayes models, directly relevant to the text's discussion of Naive Bayes variants for text classification.