nltk.SnowballStemmer.stem

SnowballStemmer.stem(token)

Strip affixes from the token and return the stem.

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