Indian Language Interfaces to Databases (Case Study in Bengali)
May 2001 - August 2001
Role in Project
===============
As a team member, developed
(1) A module to convert Natural language query to SQL query.
(2) A module that creates a table where Bengali data can be fed.
(3) A module for execution of SQL query generated from Natural Languge.
Operating Environment, Development Tools and Languages
======================================================
VC++ 6.0, MFC,
Database: Microsoft Excel
Description
===========
This project was developed in VC++ using MFC. Taking a natural language query,
the SQL query is generated and executed on databases. The output is in the same
language as of the query language. The language of the database is different from
the query language. This is basically a NLIR system.