dkpro-core icon indicating copy to clipboard operation
dkpro-core copied to clipboard

Move model-downloading core out of resources-api

Open reckart opened this issue 4 years ago • 0 comments

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.

reckart avatar Dec 14 '21 20:12 reckart