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 Experiencer model to entity classification #59

Closed bramiozo closed 4 months ago

bramiozo commented 4 months ago

I added a model to HF: https://huggingface.co/UMCU/MedRoBERTa.nl_Experiencer. It's operation is exactly the same as for the negation detector to incorporate into clinlp should be trivial.

  1. copy current negation class and edit where necessary [this issue], then it can be used
  2. next-issue; re-factor to expand the base-class as to reduce code-duplication.