# Simple keyword extraction keywords = [token.text for token in doc if token.pos_ in ["PROPN", "NOUN"]] return keywords

# Load English tokenizer, tagger, parser, NER, and word vectors nlp = spacy.load("en_core_web_sm")

def process_video_title(title): doc = nlp(title) print([(token.text, token.pos_) for token in doc])

Privacy Overview
Video Title- Moroccan Zina -zina-hadid- JOI C...

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Strictly Necessary Cookies

Strictly Necessary Cookie should be enabled at all times so that we can save your preferences for cookie settings. Video Title- Moroccan Zina -zina-hadid- JOI C...

3rd Party Cookies

This website uses Google Analytics to collect anonymous information such as the number of visitors to the site, and the most popular pages. # Simple keyword extraction keywords = [token

Keeping this cookie enabled helps us to improve our website. token.pos_) for token in doc])