nltk.PorterStemmer.stem_word

PorterStemmer.stem_word(p, i=0, j=None)[source]

Returns the stem of p, or, if i and j are given, the stem of p[i:j+1].