[Bhati et al., 3(8): August, 2014] ISSN: 2277-9655 Scientific Journal Impact Factor: 3.449 (ISRA), Impact Factor: 1.852 http: // www.ijesrt.com (C)International Journal of Engineering Sciences & Research Technology [1] IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Research on Analysis of Hindi language Graphical user Interface Ms. Nikita Bhati *, Mr. Mahesh Singh * Student, AITM., Palwal, India Nikita.0109@gmail.com Abstract The interface between humans and computers is an ever critical issue due to the increased complexity of computerized systems and the wide variety of problems they solve. Controlled natural languages might prove a promising medium between humans and computers, however, they are not easy to design, and humans need time to adapt to them. Authors propose to solve these issues by using a controlled user interface which is powered by an automatically constructed application-oriented natural language. Therefore, any interface in Hindi language will be an asset to these people. This paper discusses the architecture of mapping the Hindi language query entered by the user into SQL query. Keywords: Parser, Natural language, SQL, Database, Query Generator.. Introduction We require information in our daily life. One of the major sources of information is database. Almost all applications have needed to retrieve information from database which requires knowledge of database languages like SQL. To write SQL query one need to have not only knowledge query language but also the physical structure of database. Therefore everybody is not able to write SQL queries. To override the complexity many researchers have turned out to use Natural Language (NL) i.e. Hindi, English, French, Tamil etc. instead of SQL. The idea of using NL has prompted the development of new type of processing method called Natural Language Interface to Database systems (NLIDB). It is a type of computer human interface. It is a system where user access information stored in databases by typing request in natural language. This does not require the user to know query language syntax. It makes accessing of data from database very easy for a person who has no knowledge of query language. Materials and methods The design of Hindi language interface to databases includes the description of architecture of system and structure of EMPLOYEE database used in the system. Architecture of the system The architecture of Hindi language interface to databases is shown in Figure. Architecture of the system is divided five various phases. These phases are given below. • To Parse and tokenize the input sentence using Hindi Shallow Parser. • To find the English word corresponding to Hindi tokens from a dictionary. • To map input Hindi query with database query. • To generate SQL query with the help of database query generator and underlying DBMS. • To execute the query and give the response to user.