Speech and Language Processing, Daniel Jurafsky and James H. Martin, 2025 (Prentice Hall) - Comprehensive textbook on natural language processing, covering fundamental text preprocessing techniques, including stop word removal and its considerations.
6.2. Feature extraction - scikit-learn, scikit-learn developers, 2024 - Provides practical details on text preprocessing tools, including CountVectorizer and TfidfVectorizer, which allow for stop word customization and frequency analysis.