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

Extend Context Algorithm with support for non-binary qualifiers #39

Closed vmenger closed 1 month ago

vmenger commented 9 months ago

Current implementation of the Context Algorithm component does not support (or at least has no implemented behaviour) for qualifiers that have more than 2 possible values (e.g. Change => Decreasing, Stable, Increasing; Severity => Low, Medium, High)

Some things to consider: