|
SQL Generation for Natural Language InterfaceKeywords: NLP , NLI , SQL , formal grammar Abstract: A hot issue in the area of database management is to provide a high level interface for nontechnical users. An important research direction is the application of natural language interface. The paperpresents an interface module that converts user’s query given in natural language into a corresponding SQL command. After clustering the input sentence, a pushdown automaton is used to verify the syntax. The corresponding SQL code is generated by a semantic matcher module.
|