What you'll learn:
- What are various text processing techniques and their implementation in python.
- Case Study: Role of Hashing in Spam Filter compared to Countvectorizer.
This course provides a basic understanding of NLP. Anyone can opt for this course. No prior understanding of NLP is required. Text Processing like Tokenization, Stop Words Removal, Stemming, different types of Vectorizers, WSD, etc are explained in detail with python code. Also difference between CountVectorizer and Hashing in Spam Filter.