Is your feature request related to a problem? Please describe.
Currently we are using Recognizer Text Suite for default named entity extraction. Giving the user the choice between it or duckling is a good idea.
Describe the solution you'd like
In the ner-manager, when retrieving the entities, it should be done based on configuration. If a duckling is configurated, then duckling should be called, and the answer translated to the nlp.js format.
This also means that this part must be done async, because this will have a request to duckling.
Is your feature request related to a problem? Please describe. Currently we are using Recognizer Text Suite for default named entity extraction. Giving the user the choice between it or duckling is a good idea.
Describe the solution you'd like In the ner-manager, when retrieving the entities, it should be done based on configuration. If a duckling is configurated, then duckling should be called, and the answer translated to the nlp.js format. This also means that this part must be done async, because this will have a request to duckling.
Additional context https://github.com/facebook/duckling