A Vector Space Model for Automatic Indexing, Gerard Salton, A. Wong, C. S. Yang, 1975Communications of the ACM, Vol. 18 (ACM Press)DOI: 10.1145/361219.361220 - Introduces the Vector Space Model for information retrieval, incorporating term weighting schemes that form the basis for TF-IDF.
Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze, 2008 (Cambridge University Press) - Standard textbook offering a comprehensive explanation of TF-IDF, its variants, and applications within the context of information retrieval and text processing.
sklearn.feature_extraction.text.TfidfVectorizer, scikit-learn developers, 2023 - Official documentation for TfidfVectorizer, detailing its parameters, behavior, and the specific TF-IDF and IDF smoothing calculations used in scikit-learn.