From f3de976513706b6a0014a606aff047dc4a8bbc41 Mon Sep 17 00:00:00 2001 From: vincent d warmerdam Date: Mon, 2 May 2022 13:35:14 +0200 Subject: [PATCH] Update universe.json to Include spaCy video #6 (#10723) * Update universe.json I noticed that episode 6 was missing, so I added it. * Update universe.json * Update universe.json --- website/meta/universe.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/meta/universe.json b/website/meta/universe.json index e67c78716..11a174c8c 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -2087,6 +2087,20 @@ "youtube": "f4sqeLRzkPg", "category": ["videos"] }, + { + "type": "education", + "id": "video-intro-to-nlp-episode-6", + "title": "Intro to NLP with spaCy (6)", + "slogan": "Episode 6: Moving to spaCy v3", + "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": "k77RrmMaKEI", + "category": ["videos"] + }, { "type": "education", "id": "video-spacy-irl-entity-linking",