During interactive training, entity values are not being extracted by duckling but on nomal client UI request, duckling is able to extract the entities. Please help to resolve the issue. My nlu_config file:
language: “en”
pipeline:
- name: “nlp_spacy”
- name: “tokenizer_spacy”
- name: “intent_entity_featurizer_regex”
- name: “intent_featurizer_spacy”
- name: “ner_crf”
- name: “ner_synonyms”
- name: “intent_classifier_sklearn”
- name: “ner_duckling_http” locale: “nl” url: “http://localhost:8000”