metadata icon indicating copy to clipboard operation
metadata copied to clipboard

feat: refine dependency imports for preprocessing

Open SaulLu opened this issue 3 years ago • 0 comments

At the moment, only one option is available: install all dependencies for preprocessing or don't install them. A user might want to install only the dependencies for one type of preprocessing (Website description, Timestamp, Entity, etc)

As proposed by @cccntu:

We can probably add if available then import, in the processors def file. But installing them all at once saves the trouble of seeing error then installing them one by one.

SaulLu avatar Nov 25 '21 16:11 SaulLu