nltk.StemmerI

class nltk.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.