Rasa NLU failed to recognize my intents defined in nlu_train.md (contents copied below)
Only “Hi Buddy” and “Hey Dude” statement returns proper intent as “greet” Other intents are failed to detect. Even tried copying the text as it is in train data.
Is there a problem in my input training data? Please help me.
Shared my training and config pipeline contents below: nlu_train.md:
intent:search_restaurant
- I want to search Chinese restaurant
- Suggest some Italian restaurant
intent:greet
- Hi Buddy!
- Hey Dude!
- Welcome to bot world!
Config.yml:
language: “en” pipeline:
- name: “tokenizer_whitespace”
- name: “ner_crf”
- name: “intent_classifier_keyword”