Recently, have started working on the idea of conversational chatbot and have been thinking of different ways to convert Natural Language query to SQL. These are some of the li
check this demo from AllenNLP: https://demo.allennlp.org/atis-parser
Which converts Natural Language text into SQL queries. They also have python library allennlp
.
Here is their github repo: https://github.com/allenai/allennlp
For documentation regarding semantic_parsing:
https://allenai.github.io/allennlp-docs/api/allennlp.data.dataset_readers.semantic_parsing.html