Skip to content

Make English model downloadable through .yml file #5

Description

@jenghub

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions