Use `disable` and `exclude` arguments to `spacy.load`.
Disabled components are loaded in the background so it’s possible to reenable them in the same pipeline in the future with `nlp.enable_pipe`. To skip loading a component completely, use `exclude` instead of `disable`.