Setting up the pipeline
In this exercise, you'll prepare a spaCy pipeline to train the entity recognizer to recognize 'GADGET'
entities in a text – for exampe, "iPhone X".
spacy
has already been imported for you.
Cet exercice fait partie du cours
Advanced NLP with spaCy
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Create a blank 'en' model
nlp = ____