akshayapte / NLIDB

Natural Language Interface to Databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nlidb

Natural Language Interface to Databases(NLIDB) is a project for conversion of English Language queries to equilvalent SQL queries.

Overview

This project is aimed at reducing the complexity of database querying The language processor is designed to accept input in natural language and produce results as SQL query The Language Processor will be able to serve those with no knowledge of SQL

Requirements

NLIDB is built using bison and flex. The functions are written in C.

About

Natural Language Interface to Databases


Languages

Language:C 81.0%Language:Bison 19.0%