allenai / scispacy

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

Combining EntityLinker #428

Closed GDsika closed 2 years ago

GDsika commented 2 years ago

Hi, thanks for developing such an awesome library. I wanted to know if it is possible to combine two or more linkers. For example, I would like to use "umls" together with "go".

Thanks

dakinggg commented 2 years ago

You will need to run the two pipes (umls and go) separately, and then choose how to merge the information yourself. This should be fairly straightforward, but feel free to post here if you run into issues.