/simple-nlp-analysis-with-spacy

Analyzing the latest president Mauricio Macri speech with the Spacy library

Primary LanguageJupyter NotebookMIT LicenseMIT

Text Analysis using SpaCy Library

Use Google Colab to analyze the latest speeches from Mauricio Macri, the president of Argentina. We will be using SpaCy and Python.

First, clone this repository

!git clone https://github.com/nicolasmetallo/simple-nlp-analysis-with-spacy.git

And then install all pre-requisites

!pip install -r requirements.txt

Finally, open the Jupyter notebook and follow the step-by-step tutorial

Happy analysis!

Binder