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

Integrate clin-nlp-metrics package into clinlp repository (here) #69

Closed vmenger closed 1 month ago

vmenger commented 2 months ago

A while ago, we started some work on metrics in a separate package: https://github.com/umcu/clin-nlp-metrics. Right now it seems better to integrate this with the rest of the repo. This way we can have the same standards and one place for issues, PRs, etc.

Idea: Move metrics to clinlp.metrics Move information extraction (entity matching, qualifiers) to clinlp.ie Keep the rest (language, sentencizer, etc.) where it currently is

vmenger commented 1 month ago

See #82