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!