def tag_one(self, text, tagset, **kwargs): """ POS-Tags the given text """ return pos_tag(word_tokenize(text, tagset))