dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
195 stars 67 forks source link

Move model-downloading code out of resources-api #1508

Closed reckart closed 1 year ago

reckart commented 2 years ago

The model downloading code is in resouces-api which means that basically every reader/writer draws it in despite those not needing the code at all.

Better move that code to a separate module so that reader/writers don't have an unreasonable dependency footprint.