Ask HN: How do I create a chatbot for a specific domain?

4 points by vijayr ↗ HN
Something like this - https://looker.com/blog/slack-your-data but much more in depth. For example, parsing questions like

"how many men are in NYC between the age of 25 and 35 who are single, like to play tennis and love Chinese Food?"

or something like that, assuming I have all the data that is required to run such a query. Are there tools, libraries etc that help process questions like above and help convert them into SQL?

1 comment

[ 3.5 ms ] story [ 16.8 ms ] thread
You're looking at a large amount of NLP and machine learning. You're going to need to do tons of work to implement it for any way of phrasing the questions.