neuml / paperetl

📄 ⚙️ ETL processes for medical and scientific papers
Apache License 2.0
342 stars 27 forks source link

Support spaCy 3.0 #28

Closed davidmezzetti closed 2 years ago

davidmezzetti commented 3 years ago

Currently, scispacy doesn't have models for spacy 3.0 - see https://github.com/allenai/scispacy/issues/303

A temporary workaround is to install spacy 2.x via

pip install spacy==2.3.5

If scispacy isn't updated in the near term, a dot release will be put out to limit setup.py to spacy 2.x

davidmezzetti commented 3 years ago

This change will require a rebuild of the study attribute and design models

davidmezzetti commented 2 years ago

Closing since study attribute and design models to be removed