Definition
Common words that are filtered out during text processing because they add little meaningful content.
Detailed Explanation
Stop words are extremely common words like the, is, at, which, and on that occur frequently but carry little semantic value. Removing them reduces noise in text analysis and saves computational resources. The specific set of stop words can vary by application and language.
Use Cases
Text preprocessing for search engines, topic modeling, text classification, document summarization