axa-group / nlp.js

An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
MIT License
6.27k stars 620 forks source link

Duckling integration #15

Closed jesus-seijas-sp closed 5 years ago

jesus-seijas-sp commented 6 years ago

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

jesus-seijas-sp commented 5 years ago

Solved