nltk.SennaNERTagger.tag_sents

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