Digital Masters Magazine
Home of Digital Masters
def process_video_title(title): doc = nlp(title) print([(token.text, token.pos_) for token in doc])