Closed chttrjeankr closed 4 years ago
I would like to work on a fix.
Code changes for this issue would create serious merge conflicts in #144 as both will deal with chatbot.py
. I'd request to wait for that one to be merged before I can create a PR for this issue.
Describe the bug Currently, the code tries to check only the queries classified as
question
by the classifier. We've to make sure evenstatement
andchat
type queries receive correct answers if they contain something related to the GMaps API.To Reproduce Steps to reproduce the behaviour:
Expected behavior All queries will undergo checks if the subjects/root words in them point to calls to the GMapsAPI.
Additional context None