neulab / ExplainaBoard

Interpretable Evaluation for AI Systems
MIT License
359 stars 36 forks source link

Remove downloading spaCy's English pipelines from setup.py #517

Closed tetsuok closed 1 year ago

tetsuok commented 1 year ago

This PR removes downloading spaCy's English pipelines, en_core_web_sm from setup.py. This also corrects the processor which actually depends on en_core_web_sm.

Fixes #490.

odashi commented 1 year ago

This also fixes #173