May 2019
Beginner
528 pages
29h 51m
English
NLP can determine what a text is about. A key aspect of this is named entity recognition, which attempts to locate and categorize items like dates, times, quantities, places, people, things, organizations and more. In this section, we’ll use the named entity recognition capabilities in the spaCy NLP library31,32 to analyze text.
To install spaCy, open your Anaconda Prompt (Windows), Terminal (macOS/Linux) or shell (Linux), then execute the following command:
conda install -c conda-forge spacy
Windows users might need ...
Read now
Unlock full access