Nice!<p>Relevant links for anyone interested:<p>* spaCy on Github: <a href="https://github.com/explosion/spacy" rel="nofollow">https://github.com/explosion/spacy</a><p>* NER demo: <a href="https://demos.explosion.ai/displacy-ent/" rel="nofollow">https://demos.explosion.ai/displacy-ent/</a><p>* Neural coref by HuggingFace: <a href="https://huggingface.co/coref/" rel="nofollow">https://huggingface.co/coref/</a><p>* Accuracy of built-in spaCy models: <a href="https://spacy.io/usage/facts-figures" rel="nofollow">https://spacy.io/usage/facts-figures</a><p>Last time I calculated, the lowest cost way to run spaCy in the cloud was on Google Compute Engine ns1-standard pre-emptable instances. It should be over 100x cheaper per document than using Google, Amazon or Microsoft's cloud NLP APIs. Accuracy will depend on your problem, but if you have your own training data, performance should be similar.