Exercise

Loading models

Let's start by loading a model. spacy is already imported.

Instructions 1/2

undefined XP
  • 1
    • Use spacy.load to load the small English model 'en_core_web_sm'.
    • Process the text and print the document text.
  • 2
    • Use spacy.load to load the small German model 'de_core_news_sm'.
    • Process the text and print the document text.