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.
Diese Übung ist Teil des Kurses
Advanced NLP with spaCy
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create a blank 'en' model
nlp = ____