nltk.tag.SennaTagger.tag_sents

SennaTagger.tag_sents(sentences)[source]

Applies the tag method over a list of sentences. This method will return for each sentence a list of tuples of (word, tag).