rasa-core 0.13.8
rasa-core-sdk 0.12.2
rasa-nlu 0.14.6
i have created training data and trained my model using spacy_sklearn pipeline . entity extraction is working for keywords mentioned in training data , but for other keywords it is not getting entities
attached my training data nul_data.txt (936 Bytes)
below is the sample conversation
Your input → show traffic news
i can definitely help you , the top 5 news of the trafficYour input → show office news
surely,I can help you , the top 5 news of the traffic
below is config file i have used
language: “en”
pipeline: “spacy_sklearn”