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.
This exercise is part of the course
Advanced NLP with spaCy
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Create a blank 'en' model
nlp = ____