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
This commit is contained in:
vincent d warmerdam 2022-05-02 13:35:14 +02:00 committed by GitHub
parent 497a708c71
commit f3de976513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -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",