allenai / scispacy

A full spaCy pipeline and models for scientific/biomedical documents.
https://allenai.github.io/scispacy/
Apache License 2.0
1.69k stars 226 forks source link

scispacy 0.3.0 EntityLinker reports "BadZipFile: File is not a zip file" error. #512

Closed AllenWangle closed 6 months ago

AllenWangle commented 6 months ago

When I use scispacy 0.3.0 version with the code nlp = spacy.load("en_core_sci_sm") linker = EntityLinker(resolve_abbreviations=True, name="umls") nlp.add_pipe(linker)

It reports the error: BadZipFile: File is not a zip file