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

Ensure different qualifier algorithms can be used together #31

Closed vmenger closed 1 month ago

vmenger commented 11 months ago

Right now, if you use different qualifier algorithms together, nothing prevents getting inconsistent results. It would be nice to explicitly code some behaviour for that, like: warn when a qualifier gets overwritten/is not consistent, let user configure some options.

vmenger commented 1 month ago

Added a note to the readme in #90, that will suffice for now. I don't think we should implement anything like later components only changing non-defaults, unless someone finds out this is actually beneficial. Then we can worry about implementation of some kind of ensemble.