diff --git a/website/meta/universe.json b/website/meta/universe.json index 66b5e4ba7..5a488fc00 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1107,6 +1107,20 @@ "youtube": "WnGPv6HnBok", "category": ["videos"] }, + { + "type": "education", + "id": "video-intro-to-nlp-episode-2", + "title": "Intro to NLP with spaCy", + "slogan": "Episode 2: Rule-based Matching", + "description": "In this new video series, data science instructor Vincent Warmerdam gets started with spaCy, an open-source library for Natural Language Processing in Python. His mission: building a system to automatically detect programming languages in large volumes of text. Follow his process from the first idea to a prototype all the way to data collection and training a statistical named entity recogntion model from scratch.", + "author": "Vincent Warmerdam", + "author_links": { + "twitter": "fishnets88", + "github": "koaning" + }, + "youtube": "KL4-Mpgbahw", + "category": ["videos"] + }, { "type": "education", "id": "video-spacy-irl-entity-linking",