Get startedGet started for free

What happens when you call nlp?

What does spaCy do when you call nlp on a string of text? The IPython shell has a pre-loaded nlp object that logs what's going on under the hood. Try processing a text with it!

doc = nlp("This is a sentence.")

This exercise is part of the course

Advanced NLP with spaCy

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise