“”" language: “en”
pipeline:
- name: “nlp_spacy”
- name: “tokenizer_spacy”
- name: “intent_entity_featurizer_regex”
- name: “intent_featurizer_spacy”
- name: “ner_crf”
- name: “ner_duckling_http” url: http://localhost:5004 dimensions: [“time”]
- name: “ner_synonyms”
- name: “intent_classifier_sklearn”
- name: “intent_featurizer_count_vectors” token_pattern: (?u)\b\w+\b
- name: “intent_featurizer_ngrams” max_number_of_ngrams: 3
- name: “intent_classifier_tensorflow_embedding”""
This is my config file. I am working on my personal computer. I got the " ERROR rasa_nlu.extractors.duckling_http_extractor " error. Could you help me? What might be the problem? Thanks