Video Title Athena Fleurs Creamy Date Xxx Exclusive <Exclusive Deal>

def extract_tags(title): doc = nlp(title) tags = [token.text for token in doc if not token.is_stop] return tags