/Space-Exploration-NLP

A lab containing various exercises, concepts and advanced NLP with Spacy

Primary LanguagePythonMIT LicenseMIT

Chapter 1: Finding words, phrases, names and concepts

Spacewalk.py 0 - 7

This chapter introduces you to the basics of text processing with spaCy. You'll learn about the data structures, how to work with statistical models, and how to use them to predict linguistic features in your text.

Chapter 2: Large-scale data analysis with spaCy

In this chapter, we use our new skills to extract specific information from large volumes of text. You''ll learn how to make the most of spaCy's data structures, and how to effectively combine statistical and rule-based approaches for text analysis.