umcu / clinlp

A Python library for performing NLP on clinical text written in Dutch
GNU General Public License v3.0
34 stars 0 forks source link

Make clinlp components serializable #37

Closed vmenger closed 4 months ago

vmenger commented 1 year 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 4 months ago

Picking this up in #103