Keyword stemming is the process of generating new words from the same root word.
The new word is generated with the help of the following options:-
- Adding a prefix to the word
Example:- Adding "en" to the word "large" makes it "enlarge".
- Adding a suffix to the word
Example:- Adding "ful" to the word "sorrow" makes it "sorrowful".
Example:- Adding "ies" to the word "baby" makes it "babies".