nltk.SennaChunkTagger.tag_sents

SennaChunkTagger.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).