mirror of https://github.com/explosion/spaCy.git
Update universe.json to add my spaCy online course (#13632) [ci skip]
This commit is contained in:
parent
52a4cb0d14
commit
44d1906453
|
@ -2587,6 +2587,20 @@
|
|||
"courses"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "education",
|
||||
"id": "spacy-quickstart",
|
||||
"title": "spaCy Quickstart",
|
||||
"slogan": "Learn spaCy basics quickly by visualizing various Doc objects",
|
||||
"description":"In this course, I use the itables Python library inside a Jupyter notebook so that you can visualize the different spaCy document objects. This will provide a solid foundation for people who wish to learn the spaCy NLP library."
|
||||
"url": "https://learnspacy.com/courses/spacy-quickstart/",
|
||||
"image": "https://learnspacy.com/wp-content/uploads/2024/09/custom_search_builder_spacy-2048x1202.png",
|
||||
"thumb": "https://learnspacy.com/wp-content/uploads/2024/09/learnspacy_logo.png",
|
||||
"author": "Aravind Mohanoor",
|
||||
"category": [
|
||||
"courses"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "education",
|
||||
"id": "video-spacys-ner-model",
|
||||
|
|
Loading…
Reference in New Issue