nltk.stem.StemmerI

class nltk.stem.StemmerI[source]

A processing interface for removing morphological affixes from words. This process is known as stemming.

Methods

stem(token) Strip affixes from the token and return the stem.