January 2020
Beginner to intermediate
372 pages
10h
English
We are going to use the NLTK stem package to perform word stemming, which incorporates different algorithms to stem words from English and other languages. Each method differs in the algorithm it uses to find the root of the word; therefore, they may output slightly different results. I recommend you read more about it, try different methods, and choose the one that serves the project you are working on.
More information about NLTK stemmers can be found here: https://www.nltk.org/api/nltk.stem.html.
Read now
Unlock full access