nltk.StemmerI.stem

StemmerI.stem(token)[source]

Strip affixes from the token and return the stem.

Parameters:token (str) – The token that should be stemmed.