nleguillarme / taxonerd

TaxoNERD : recognizing taxonomic entities using deep models
MIT License
39 stars 8 forks source link

Custom reference taxonomies #18

Closed alrichardbollans closed 2 months ago

alrichardbollans commented 1 year ago

I would like to use the WCVP and/or IPNI as reference taxonomies and was wondering if there was any way of using custom taxonomies when doing entity linking?

nleguillarme commented 1 year ago

Hi @alrichardbollans, thank you for using TaxoNERD. It is possible to use any taxonomy for entity linking, but it needs to be processed first. I will try to publish the code for processing the taxonomy soon.

alrichardbollans commented 1 year ago

That would be amazing, thanks!

nleguillarme commented 1 year ago

Hi, I have released a new version of TaxoNERD (1.5.2) on PyPi which makes it easier to link entities against custom taxonomies. It comes with a Notebook showing how to prepare and use the custom taxonomy.

If you are a R user, I am still struggling with updating TaxoNERD for R (this is the reason why there is no 1.5.2 release on GitHub for now). I hope it will be sorted out within a week.