Table of Contents

NLP - (Word Stem|Stemming)

About

To stem words is to remove word endings like -s and -ing.

Stemming is replacing words with their stems.

Stemming is the process of reducing search tokens to their root (or “stem”)

A search for different type of a word will still yield results.

Example

For instance

Algorithm

SnowBall is a good stemming algorithm.

Weka Stemmer Stringtowordvector

Documentation / Reference