Describe the bug
As far as I remember, when I wanted to start the server with just space, I had to comment out all the classifiers classes from the init file in the contrib package that were not spacy because during the loading of the init file, Python would try to resolve the imported classes and fail trying to do that (because the dependencies from the other classifiers were not installed).
Describe the bug As far as I remember, when I wanted to start the server with just space, I had to comment out all the classifiers classes from the init file in the contrib package that were not spacy because during the loading of the init file, Python would try to resolve the imported classes and fail trying to do that (because the dependencies from the other classifiers were not installed).