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

后端 未结 3 521
伪装坚强ぢ
伪装坚强ぢ 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:34

    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

提交回复
热议问题