## Installation - make a virtualenv - pip install Download the relevant network ``` python -m spacy download en_core_web_trf ``` ## Testing Run tests ``` pytest ``` Update snapshots ```shell pytest --snapshot-update ```