Information Extraction with spaCy

Matheus Schmitz
LinkedIn

Github Portfolio

Install spaCy 2.2.4

Imports

Visualize Web Scraped Data

Check a Sample Text From Which to Extract Information

This data was crawled from the author biography in IMDB, and thus has a lot of relevant information, but all of it is buried in the middle of the text.

Load spaCy

Design Extration Functions

Birthplace

Education

Parents

Awards

Performances

Colleagues

Function to Match Extractors and Return Result

Data Cleaning and Filtering Functions

Run spaCy Extration on Data

Visualize the Extracted Information

View all extractions for one sample

End

Matheus Schmitz
LinkedIn

Github Portfolio