axa-group / nlp.js

An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Re-use / merge answers into other intents.

MarketingPip opened this issue · comments

It would be great to see a solution to re-use / merge answers from other intents.

Possibly a key value to add to object such as reuseAnswers=intentName or a very strict template to use in answers to reuse answer from intent.

Example why this might be useful / is needed - you might have intents such as random facts about anything and random facts about cats.

Rather than having duplicate answers, you could call answers from another intention / merge them to help keep corpus sizes smaller.