Search code examples
python-3.xchatbotchatterbot

How to use chatterbot for multiple tags


I am using chatterbot for chatbot development. I have dataset in which there are 4 categories, my task is to handle if abc has low confidence then it match correct answer ,else dce category match , so how I can implement new logic adapter for such kind of problem.


Solution

  • Have a look at this

    https://chatterbot.readthedocs.io/en/stable/logic/index.html#best-match-adapter

    https://chatterbot.readthedocs.io/en/stable/logic/multi-logic-adapter.html

    Are you using any intents or entities for the user response?