I am experimenting with rasa-nlu with default configuration given on the docs.
As it is given on this link - components of nlu - I am using this as config
As @n2718281 says, 2 CountVectorsFeaturizer: one is on the word level, the other on the character level.
As for the combination of ConveRTFeaturizer and CountVectorsFeaturizer: ConveRTFeaturizer uses pre-trained embeddings, so the model already has some information about the words. CountVectorsFeaturizer can additionally complement that if you have some very domain specific words. E.g. balance could mean very different things in finance vs general english
Hey @akelad I have one question regarding RASA nlu model.Since when I run rasa shell nlu on the command line it returns a JSON output of all the intents,entities in the sentence passed as a query.So i wanted to ask is there a way we can get that JSON output while running in RASA X in local server? PLease answer it’ll be really helpful