I am using a very basic pipeline: language: “en”
pipeline:
- name: “SpacyNLP”
- name: “SpacyFeaturizer”
- name: “EmbeddingIntentClassifier” intent_tokenization_flag: true intent_split_symbol: “+”
I get this error.
Exception: Failed to find component class for ‘SpacyNLP’. Unknown component name. Check your configured pipeline and make sure the mentioned component is not misspelled. If you are creating your own component, make sure it is either listed as part of the component_classes
in rasa_nlu.registry.py
or is a proper name of a class in a module.