1. Learn
  2. /
  3. Courses
  4. /
  5. Advanced NLP with spaCy

Exercise

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.

Instructions 1/3

undefined XP
    1
    2
    3
  • Create a blank 'en' model, for example using the spacy.blank method.