pip install -r requirements.txt # Download the SpaCy Named Entity Recognizer (NER) and Entity Linker (EL) model # See https://spacy.io/usage/linguistic-features#named-entities and https://v2.spacy.io/usage/training#entity-linker wget https://docs-assets.developer.apple.com/ml-research/models/kc-ner/model.gz -O kc-ner-model.gz tar -xvzf kc-ner-model.gz -C kc-ner-model