Follow Quickstart section of instructions to download and setup the CoreNLP components as well as the Spanish model jar.
pip -q install -U spacy
pip install -U spacy-lookups-data
python -m spacy download en_core_web_sm
python -m spacy download en_core_web_sm
pip install string2string