Is it possible to host the en model in conda or pypi so that I can download it in a .yml, similar to the spacy models? Basically, just trying to do this:
name: dev
channels:
- conda-forge
- defaults
dependencies:
- pip:
- spacy
- coreferee
- spacy-model-en_core_web_lg
- spacy-model-en_core_web_trf
- coreferee-model-en
I can't do the command line install in my setup. Thank you!
Is it possible to host the en model in conda or pypi so that I can download it in a .yml, similar to the spacy models? Basically, just trying to do this:
I can't do the command line install in my setup. Thank you!