From 31cebf66a8005464944d5363ec5e0263e0cd25d6 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 30 Sep 2019 13:50:08 +0200 Subject: [PATCH] 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 2997f9300..8d5227b38 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1103,6 +1103,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",