8000 GitHub - aniketshukla/nql: Natural Language Queries to SQL using NLP tools.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aniketshukla/nql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQL

Natural Query to SQL. Processing normal (day-to-day) english queries to Structured Query Language.

Under development and in initial phase.

Abstract

Using query language for dealing with databases is always a professional and complex problem. However, in this project we are createing this opportunity that each none professional user transfers his questions and requirements to computer in natural language and derives his desired data by natural language processing. It first parses the input and then transfom that into query.

NQL algorithm flow chart

Q. SQL is already formated english queries. Why I need something like this?

A. Nowadays there are too many data which maintain in organizations, companies and universities databases, but only the individuals who are familiar with data query methods can directly use these data. It is clear that if people can ask their question in natural language then the desired data prepare, the process will continue faster and with higher quality.

About

Natural Language Queries to SQL using NLP tools.

Resources