Hi. I have updated the config.yml by adding the following lines.
- name: CountVectorsFeaturizer OOV_token: oov token_pattern: (?u)\b\w+\b
- name: CountVectorsFeaturizer analyzer: char_wb min_ngram: 1 max_ngram: 4
I have added multiple entries of oov in NLU. But during training, the rasa gives me warming.
UserWarning: The out of vocabulary token ‘oov’ was configured, but could not be found in any one of the NLU training examples. All unseen words will be ignored during prediction.
What I am doing wrong here?