What are some of the ways to convert NLP to SQL?

后端 未结 3 525
伪装坚强ぢ
伪装坚强ぢ 2021-02-06 13:43

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

3条回答
  •  旧巷少年郎
    2021-02-06 14:25

    Check this open source Python framework (started in 2014):

    • https://pypi.org/project/quepy/
    • https://quepy.readthedocs.io/en/latest/

    Quepy is a framework to convert natural language to database queries. It can be easily customized to different kinds of questions in natural language and database queries. So, with little coding you can build your own system for natural language access to your database.

提交回复
热议问题