Review on conversion of natural language queries into SQL queries

Main Article Content

manisha .

Abstract

Natural language processing is a vast field of research in computer science which aims at simplifying the interactions between computers and humans. The research creates an interface (NLIDB) which inputs the user query and then parses the query thereby generating an XML from that and then converts it into a SQL query that is finally executed to display the intended result. The input query is converted into sentence vectors and then filtering and stemming techniques are applied on it to finally generate a series of tokens which contain each word in its most raw format. This array of tokens is used to design conversion of query into a new language (XML based) i.e SQML, whose DTD will specify the tags which are permitted in language. We also create the query parser which creates the XML for the user query and finally, the XML is converted into SQL query. The research methodology will be programmed in java language due to its easy and quick XML generation and parsing. The conversion into SQML makes the query exportable into many other language independent formats like JSON and can be used for different purposes.

Downloads

Download data is not yet available.

Article Details

Section
Articles