I am using the Rasa NLU for intent classification and it’s working well. But I need to add another intent that depends on the length of the input string (or rather, the number of words excluding stopwords. I’m hoping use spacy) and some metadata.
I guess what I need is a custom nlu component but I couldn’t figure out how to do it. Is there an example or something for doing that which I can see to understand it?