umcu / clinlp

A Python library for performing NLP on clinical text written in Dutch
GNU General Public License v3.0
33 stars 0 forks source link

Add information on false positive/negative entities #85

Open vmenger opened 9 months ago

vmenger commented 9 months ago

It's often useful to drill down into some false positive/negatives, but Metrics.entity_metrics() cannot provide these yet.

Made a suggestion to add this in the nervaluate package here to which authors seemed open, but needs a little work for implementation.

vmenger commented 2 months ago

Seems nervaluate can now do this, but didn't inspect the feature. See: https://github.com/MantisAI/nervaluate/pull/72