Exercise

Getting Started

Let's get started and try out spaCy! In this exercise, you'll be able to try out some of the 45+ available languages.

This course introduces a lot of new concepts, so if you ever need a quick refresher, download the spaCy Cheat Sheet and keep it handy!

Instructions 1/3

undefined XP
  • 1
    • Import the English class from spacy.lang.en and create the nlp object.
    • Create a doc and print its text.
  • 2
    • Import the German class from spacy.lang.de and create the nlp object.
    • Create a doc and print its text.
  • 3
    • Import the Spanish class from spacy.lang.es and create the nlp object.
    • Create a doc and print its text.