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

Make clinlp components serializable #37

Closed vmenger closed 1 week ago

vmenger commented 10 months ago

Most components do not yet do sensible serialization. That would probably make it a lot easier to share models and to do paralellization. TODO: Figure out the best way to handle this in spaCy?

vmenger commented 1 week ago

Picking this up in #103