Using duckling entity recognition

Currently my pipeline looks like this > pipeline:

        - name: "tokenizer_whitespace"
        - name: "ner_duckling_http"
        - name: "ner_synonyms"
        - name: "intent_featurizer_count_vectors"
        - name: "intent_classifier_tensorflow_embedding"

I have trained my model with a total of 12 intents and 240 data points. Everything seems to be working fine, but I want to detect number entities eg ‘ten’,‘10’ or ‘24 years’. How do I extract these entities using duckling, Do i need to train with them. When i input them to interpret, I receive an empty entity value.Preformatted text

When you use duckling http, it means you have somewhere a duckling server running. There is already a topic covered here similar to your question

Hi Souvik,
just want to confirm, do I need to install the duckling separately if I want to use the component ‘ner_duckling_http’ in pipeline?

Yes