metadata
metadata copied to clipboard
feat: refine dependency imports for preprocessing
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.