def tag_many(self, documents, tagset=None, **kwargs): """ POS-Tag many documents. """ return pos_tag_sents((word_tokenize(d) for d in documents), tagset)