huggingface / neuralcoref

✨Fast Coreference Resolution in spaCy with Neural Networks
https://huggingface.co/coref/
MIT License
2.84k stars 474 forks source link

Upgrade to Spacy 3.0.0 #298

Closed igorbrigadir closed 3 years ago

igorbrigadir commented 3 years ago

Work in progress on making all the necessary changes to make this work with Spacy 3.0.0 https://spacy.io/usage/processing-pipelines#custom-components

Should fix #197 and #295

igorbrigadir commented 3 years ago

Unfortunately, digging into the internals of the changes here - it might be a bit too much work for me to dedicate right now.

svlandeg commented 3 years ago

We do have this on our roadmap and I hope to be able to make time for this soon. But yea, it's going to be a little involved for sure.