from nltk import word_tokenize, pos_tag, pos_tag_sents tagged_pos = pos_tag_sents(map(word_tokenize, data)) tagged_pos
the following are po