huggingface / neuralcoref

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

Future Model Logistics and Metadata #235

Closed bollwyvl closed 3 years ago

bollwyvl commented 4 years ago

Hi there! I'm interested in writing (and maintaining, though always appreciate having upstream maintainers around, if just to keep me honest) a conda-forge recipe for neuralcoref. I've started some thoughts here, and think we can offer users some pretty nice ergonomics around installing/using the package without much on-going effort on this side of the house (congrats on the py2 spring cleaning)!

I'm presently chugging along, dealing with layering in the spacy/**/*.pxd during build, and fighting with window (always), but it would be helpful for downstreams if a future version of neuralcoref did a few, relatively small things:

Happy to PR any of the above, wanted to document things as I discover gotchas!

bollwyvl commented 4 years ago

at worst, allow an environment variable

Hah, did find the environment variable, and have been able to make it be found with some activation scripts. However, running into issues finding a version of conda-forge spacy + sources that will build against the hello world example...

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.