Spacy Part 1

Spacy is a library for Natural Language Processing and is used extensively in the Industry for text processing. You will learn more about it in this lesson.

Spacy

Spacy is a library used extensively in the industry for text processing. It contains the implementation of state-of-the-art algorithms in the Natural Language Processing field.

Many Natural Language Systems have been deployed using this library’s functionalities.

Without getting into too much detail, we will be looking into the bells and whistles of this library and perform basic functionalities of text processing like:

  • Tokenization
  • Parts of speech tagging
  • Named entity recognition
  • Dependency parsing

Get hands-on with 1200+ tech skills courses.