Stemming & Lemmatization:-
- Overview of Stemming
- Stemming with NLTK
- Stemming Methods (Porter, Lancaster & Snowball)
- Overview of Lemmatization
- Lemmatization with NLTK
- Part-of-Speech & Lemmatization Precision
Learners will get familiar with two popular concepts of NLP - Stemming which uses the stem of the word & Lemmatization which uses the context in which the word is being used, both are used to analyze the meaning behind the word.