Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press) - A comprehensive textbook on information retrieval, providing thorough explanations of term weighting schemes, including Bag-of-Words and TF-IDF.
TfidfVectorizer - scikit-learn 1.3.2 documentation, scikit-learn developers, 2023 - Official documentation for Scikit-learn's TfidfVectorizer, an efficient implementation for converting a collection of raw documents to a matrix of TF-IDF features. Useful for practical application.