Data preprocessing

Home > Computer Science > Natural Language Processing > Introduction to NLP > Data preprocessing

This involves cleaning, scrubbing, and formatting the raw data for use in NLP models. This process can involve tasks like tokenization, stemming, and stop word removal.