huggingface / neuralcoref

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

Modify spaCy download code #353

Closed andyjessen closed 1 year ago

andyjessen commented 1 year ago

Current download code results in a warning message within the log. This commit makes the model to download more specific.

Warning message in log

⚠ As of spaCy v3.0, shortcuts like 'en' are deprecated. Please use the full pipeline package name 'en_core_web_sm' instead.

andyjessen commented 1 year ago

I realize now that neuralcoref is not compatible with spaCy 3.0+.