1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Advanced NLP with spaCy

Connected

अभ्यास

Loading models

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

निर्देश 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.