For neuralcoref to work, you need to use spaCy version 2.1.0 and python version 3.7. That is the only combination that neuralcoredf works for on Ubuntu 16.04 and on Mac.
1
2
3
4
5
6
7
1. Create a python virtual environment with python version 3.7.
2. Install spaCy 2.1.0
`python -m pip install spacy==2.1.0`
3. Install neuralcoref
`python -m pip install neuralcoref`
https://stackoverflow.com/questions/62781349/how-to-use-neuralcoref-in-spacy
https://github.com/katieminjoo/Coref-NER/blob/main/coref_NER_based.ipynb