SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 589
ACCESSING DATABASE USING NLP
Pooja A.Dhomne1
, Sheetal R.Gajbhiye2
, Tejaswini S.Warambhe3
, Vaishali B.Bhagat4
1
Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, poojadhomne@yahoo.com
2
Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, rsheetalgajbhiye@gmail.com
3
Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, tejaswiniwarambhe@gmail.com
4
Lecturer, Information Technology, SRMCEW, Maharashtra, India, bhagat.vaishali14@yahoo.in
Abstract
Generally, computer system is handled by the English language only. But the person who is unaware of the English language and
structure of query language cannot handle the system. This paper proposed a new approach for accessing the database easily without
knowing English. So, the database is accessed with the help of natural languages such as Hindi, Marathi etc. Natural language
processing (NLP) is the study of mathematical and computational modeling of various aspects of language and the development of
a wide range of systems. Natural Language Processing holds great promise for making computer interfaces that are easier to use
for people, since people will be able to talk to the computer in their own language, rather than learn a specialized language of
computer commands.
Keywords: NLP, Mathematical modeling, Computational modeling.
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Natural language processing is a branch of artificial
intelligence which includes Information Retrieval, Machine
Translation and Language Analysis. The goal of accessing
database by natural language processor is to make dataset
access easier for the common people. While natural
language may be the easiest symbol system to learn and use,
it has proved to be the hardest to a computer to master. To
access database a user must have the knowledge of
Structured Query Language (SQL). Only those users who
have the knowledge of these languages can access data or
information. So in order to access the information, a
graphical user interface is used which requires some basic
training for using this system. In India, there are many
people who know English but are not fluent enough to
formulate queries in it. With the help of this interface an end
user can query the system in natural languages like English,
Hindi and Marathi etc., and can see the result in the same
language.
We are also adding Hindi thesaurus with this application.
Thesaurus is such a tool which is important to the country
like India where a very large fraction of population is not
convenient with language like English and consequently
does not have access to the vast store of information that is
available. More over Hindi is the official language of India.
For Hindi language, the alphabet set is very large. Most
importantly this alphabet set and shape characteristics are
utilized in the development.
2. EXISTING SYSTEM
The very first attempts at Natural Language database
interfaces are just as old as any other NLP research. In fact
database NLP may be one of the most successes in NLP
since it began. Asking question to databases in natural
languages is very convenient and easy method of data
access, especially for the users who does not have any
knowledge of database queries such as SQL. The success in
this area is partly because of the real-world benefits that can
come from only NLP system and partly because NLP works
very well in a single-database domain. Databases
Usually provide small enough domains that ambiguity
problems in natural language can be resolved successfully.
Here are some examples of database NLP systems:
2.1 LUNAR
LUNAR (Woods, 1973) involved a system that answered
questions about rock samples brought back from the moon.
Two databases were used, the chemical analyses and the
literature references. The program used an Augmented
Transition Network (ATN) parser and Woods' Procedural
Semantics. The system was informally demonstrated at the
Second Annual Lunar Science Conference in 1971.
2.2 LlFER / LADDER
It was one of the first good database NLP systems. It was
designed as a natural language interface to a database of
information about US Navy ships. This system, as described
in a paper by Hendrix (1978), used a semantic grammar to
parse questions and query a distributed database. The
LIFERILADDER system could only support simple one-
table queries or multiple table queries with easy join
conditions.
2.3 CHAT-80
The system CHAT-80 [5] is one of the most referenced NLP
systems in the eighties. The system was implemented in
Prolog. The CHAT-80 was a quite impressive, efficient and
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 590
sophisticated system. The database of CHAT-80 consists of
facts (i. e. oceans, major seas, major rivers and major cities)
about 150 of the countries world and a small set of English
language vocabulary that are enough for querying the
database.
3. OBJECTIVE AND AIM
We are going to develop an application that will take the
Database queries in the form natural language and then
processes it and gives the result. This includes many sub
components like Language Analyzer, Query Builder and
Viewer. The system will first parses the query in natural
language and finds the major parts in the string. Then first it
will look for the table name and then it parses the string for
the where clause and then for the order by clause. After
parsing it will construct the query string based on the data
available. The generated SQL query is posted to the
database to fetch the results.
4. PROPOSED SYSEM
4.1 Natural Language Interface To Database
The interesting area of Natural Language Processing (NLP)
is the development of a natural language interface to
database systems (NLIDB). In the last few decades many
NLIDB systems have been developed. Through these
systems, users can interact with database in a more
convenient and flexible way. Because of this, this
application of NLP is still very and widely used today.
Natural Language Interface has been a very interesting area
of research since past times. The aim of Natural language
Interface to Database is to provide an interface where user
can interact with database more easily using their natural
language and access or retrieve their information using the
same. We can also say that NLIDB is a system that converts
the query in native language into SQL and vice-versa.
4.2 Sub components of NLIDB
There are two sub components of NLIDB
Linguist components
Database components
Linguistic Component
It is responsible for translating natural language input into a
formal query and generating a natural language response
based on the results from the database search.
Database component
It performs traditional Database Management functions. A
lexicon is a table that is used to map the words of the natural
input onto the formal objects (relation names, attribute
names, etc.) of the database. Both parser and semantic
interpreter make use of the lexicon. A natural language
generator takes the formal response as its input, and inspects
the parse tree in order to generate adequate natural language
response. Natural language database systems make use of
syntactic knowledge and knowledge about the actual
database in order to properly relate natural language input to
the structure and contents of that database. Syntactic
knowledge usually resides in the linguistic component of the
system, in particular in the syntax analyzer whereas
knowledge about the actual database resides to some extent
in the semantic data model used. Questions entered in
natural language translated into a statement in a formal
query language. Once the statement unambiguously formed,
the query is processed by the database management system
in order to produce the required data. These data then passed
back to the natural language component where generation
routines produce a surface language version of the response.
4.3 Architecture of NLIDB
The architecture of NLIDB system is as follows which uses
the both semantic and syntactic grammar system
architecture.
Fig.1: Architecture of NLIDB
The architecture is discussed as follows:
Syntactic Analysis: The objective of the
syntactic analysis is to find the syntactic structure
of the sentence. This splits the sentence into the
simpler elements called Tokens.
Token Analyzer: It split the input string into a
sequence of primitive units called tokens that is
treated as a single logical unit.
IJRET: International Journal of Research in En
__________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Spelling Checker: The Spelling Checker module
makes sure that each token is in the system’s
dictionary (lexicon) and if this is not the case then
the spelling correction is performed or new words
are added to the system’s vocabulary.
Ambiguity Reduction: This module reduces the
ambiguity in a sentence and simplifies the task of
the parser.
Parse Tree:
Parse tree is the output obtained from syntactic analysis
which represents the syntactic structure of sentence
according to some formal grammar. A Parse Tree is a
collection of nodes and branches (root node, branch node,
leaf node). In a parse tree, an interior node is a phrase and is
called a non-terminal or non-leaf node of the grammar,
while a leaf node is a word and is called a terminal of the
grammar.
For e.g., “List me all employees”, the parse tree for this
query is shown in figure 2
Fig.2: Parse tree
Here, S_ sentence, V_P_ verb phrase, N_P_ noun phrase.
Semantic Analysis: Semantic Analysis is related
to create the representations for meaning of
linguistics inputs. It deals with how to determine
the meaning of the sentence from the meaning of
its parts. So, it generates a logical query which is
the input of Database Query Generator.
Database Query Generator: The task
Database Query Generator is to map the elements
of the logical query to the corresponding elements
of the used databases. The query generator uses
four routines, each of which manipulates only one
specific part of the query. The first routine
the part query that corresponds to the appropriate
DML command with the attribute’s names (
SELECT * clause). The second routine
part of the query that would mapped to a table’s
name or a group of tables names to construct the
FROM clause. The third routine selects the part of
the query that would be mapped to the WHERE
clause (condition). The fourth routine
part of the natural language query that corresponds
to the order of displaying the result (ORDER BY
clause with the name of the column).
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319
_______________________________________________________________________________________
, Available @ http://www.ijret.org
: The Spelling Checker module
makes sure that each token is in the system’s
dictionary (lexicon) and if this is not the case then
the spelling correction is performed or new words
ulary.
This module reduces the
ambiguity in a sentence and simplifies the task of
arse tree is the output obtained from syntactic analysis
which represents the syntactic structure of sentence
some formal grammar. A Parse Tree is a
collection of nodes and branches (root node, branch node,
leaf node). In a parse tree, an interior node is a phrase and is
leaf node of the grammar,
ed a terminal of the
, “List me all employees”, the parse tree for this
_ noun phrase.
Semantic Analysis is related
presentations for meaning of
linguistics inputs. It deals with how to determine
the meaning of the sentence from the meaning of
its parts. So, it generates a logical query which is
the input of Database Query Generator.
The task of the
Database Query Generator is to map the elements
of the logical query to the corresponding elements
The query generator uses
four routines, each of which manipulates only one
first routine selects
the part query that corresponds to the appropriate
DML command with the attribute’s names (i.e.
routine selects the
part of the query that would mapped to a table’s
name or a group of tables names to construct the
selects the part of
the query that would be mapped to the WHERE
fourth routine selects the
part of the natural language query that corresponds
to the order of displaying the result (ORDER BY
of the column).
Database Management System:
this system is to get the correct result from the
database. It executes the query on the database and
produces the results required by the
Microsoft Word you can look up a word quickly if
you right click anywhere in your document, and
then to find a synonyms
type the word in the task pane search
highlight it in your document. Then list of all
possible synonyms appear in the context menu.
Likewise Hindi Thesaurus work for you.
For example if user select and right clicked on word
“Beautiful” then resultant words are shown in the popup
menu and synonyms as well as antonyms are listed as shown
below in the Fig. 3
Jaipur is very
Synonym Antonym
1. Lovely
2. Attractive
Fig.3: Illustration of English
4.3 User Interface
Following figures shows the user interfaces for accessing
database by natural language processor.
Fig.4: Language selection form
2319-1163 | pISSN: 2321-7308
_____________________________
591
Database Management System: The purpose of
this system is to get the correct result from the
database. It executes the query on the database and
produces the results required by the user. In
Microsoft Word you can look up a word quickly if
anywhere in your document, and
then to find a synonyms for a specific word, either
type the word in the task pane search field or
highlight it in your document. Then list of all
synonyms appear in the context menu.
Thesaurus work for you.
For example if user select and right clicked on word
resultant words are shown in the popup
well as antonyms are listed as shown
Synonym Antonym
1. Lovely 1.Ugly
2. Attractive 2.Foul
: Illustration of English thesaurus example
Following figures shows the user interfaces for accessing
database by natural language processor.
Fig.4: Language selection form
Beautiful.
IJRET: International Journal of Research in En
__________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Fig.5: Operation selection form
Fig.6: Insert Form
Fig.7: Display form
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319
_______________________________________________________________________________________
, Available @ http://www.ijret.org
Fig.5: Operation selection form Fig.8: Operation selection
Fig.9: Insertion form in Marathi
Fig.10: Searching form in Marathi
2319-1163 | pISSN: 2321-7308
_____________________________
592
Fig.8: Operation selection form in Marathi
Fig.9: Insertion form in Marathi
Fig.10: Searching form in Marathi
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 593
5. METHODOLOGY
5.1 Techniques used to develop the Natural
Language Interface to Database
There are number of techniques that are used for the
development of natural language interface to Database like
Pattern Matching System, Syntax Based System, Semantic
Grammar System and Intermediate Representation
Language.
These techniques are discussed below:
Pattern-Matching Systems: Many NLIDBs ware
based on pattern-matching techniques to answer the
user’s questions. The main advantage of the
pattern-matching approach is its simplicity i.e. no
elaborate parsing and interpretation modules are
needed, and the systems are easy to implement.
These systems cope up even when the query is out
of range of sentences in which patterns were design
to handle and provide some reasonable answers to
them. As a simple illustration of pattern matching
technique, consider the following database:
Table 1: Sample database table
Country Capital Language
France Paris French
Italy Rome Italian
India Delhi Hindi
If the user asked “What is the capital of India?”, using the
first pattern rule the system would report “Delhi”. The
system would also use the same rule to handle question such
as “print the capital of India: “could you please tell me what
is the capital of India?”etc. ELIZA is among the few
systems that plays the role in the above style. ELIZA
functions by processing users, by these responses to the
scripts. It typically says differently and rephrased the
statements of the users as questions and replies the answers
of those questions. Mr. Joseph Weizenbaum programmed
ELIZA nearly from 1964 to 1966.
Syntax-Based Systems: In syntax-based systems
the user’s question is parsed (i.e. analyzed
syntactically) and the resulting parse tree is directly
mapped to an expression in some database query
language. Syntax-based systems use a language
system that explains the feasible syntactic
structures of the user’s query]. Syntax-based
NLIDBs usually interface to application specific
database systems that provide database query
languages, carefully designed to facilitate the
mapping from the parse tree to the database query.
Generally, it is hard to design mapping rules that
will map the parse tree into some expression
directly in a real-life database query language e.g.
SQL.
Semantic Grammar Systems: In semantic
grammar systems, the question-answering is still
done by parsing the input and mapping the parse
tree to a database query. The difference, in this
case, is that the grammar’s categories do not
necessarily correspond to syntactic concepts.
Semantic information about the knowledge domain
is hard-wired into the semantic grammar due to this
systems based on this approach are very difficult to
port to other knowledge domains. For an NLIDB,
configured for a new language domain, a fresh
semantic grammar has to be written. Semantic
grammar categories are usually chosen to enforce
semantic constraints. Much of the systems
developed till now like LUNAR, LADDER, use
this approach of semantic grammar.
Intermediate Representation Languages: Due to
the difficulties of directly translating a sentence
into general query language using a syntax based
approach, the intermediate representation systems
were proposed. The logic is to map a sentence into
a logic query language followed by the translation
of the logical query into a general database query,
such as SQL. There can be several intermediate
meaning representation languages in the process.
Figure 4 shows architecture of an intermediate
representation language system.
Fig.11: Intermediate Representation Language Architecture
6. ALGORITHM
Tokenization (scanning)
Split the Query in tokens
Give order number to each token identified
Split Query and extract patterns
Look for sentence connectors/criteria words
Break Query on the basis of
connector/criteria tokens.
Use criteria tokens to specify condition in
query.
Find attributes and values after criteria token
Map value for identified attribute and
corresponding table
Replace synonyms with proper attribute names
IJRET: International Journal of Research in En
__________________________________________________________
Volume: 02 Issue: 12 | Dec-2013, Available @
Get intermediate form of Query
Transform it into SQL
7. ADVANTAGES
The main advantage of NLP is that it relieves the burde
learning syntax. It means there is no need to learn the
database languages like SQL and no requirement of any
special training before working with the NLP system.
8. CONCLUSIONS
Natural Language Processing can brin
enhancements to virtually any computer program
This system is currently capable of handling
with standard join conditions. Because not all
queries are supported, further developm
required before the system can be used within
Alternatives for integrating a database NLP
the NLIDB were considered and assessed
accept an English Language and translate it into SQL .The
next aim of our research is to accommodate more and more
query. From this research we can seen it is possible to
translate a natural language query into SQL.
adding Hindi thesaurus with this application
understanding of user.
ACKNOWLEDGEMENT
We express our deep sense of gratitude and our
guide Vaishali Bhagat for her continuous inspiration and
valuable guidance in throughout our dissertation work.
REFERENCES
[1]. Huangi,Guiang Zangi, Phillip C-Y Sheu,“A Natural
Language database Interface based on probabilistic context
free grammar”, IEEE International workshop on Seman
Computing and Systems 2010.
[2]. Read paper from www.elixirpublishers.com
software co.,”Natural Language Database Interfaces” from
ELF software co.November 1999,[online]
Available: http://hometown.aol.com/elfsoft/.
[3]. Nlp Algorithms to detect phrases and keywords from
text-stack is taken from www.stackoverflow.com.
[4]. IEEE paper Template in A4(v1)
www.ijert.org/browse/volume-2-2013/march
[5].Woods, W., Kaplan, R. “Lunar rocks in natural English:
Explorations in natural language question answering”.
Linguistic Structures Processing. In Fundament
Computer Science, 5:521-569, 1977.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319
_______________________________________________________________________________________
, Available @ http://www.ijret.org
The main advantage of NLP is that it relieves the burden of
learning syntax. It means there is no need to learn the
database languages like SQL and no requirement of any
special training before working with the NLP system.
an bring powerful
ter program interface.
g simple queries
ll forms of SQL
pment would be
d within NLIDB.
component into
ed. The system
accept an English Language and translate it into SQL .The
next aim of our research is to accommodate more and more
we can seen it is possible to
translate a natural language query into SQL. We are also
adding Hindi thesaurus with this application for better
gratitude and our research
continuous inspiration and
dissertation work.
Y Sheu,“A Natural
Language database Interface based on probabilistic context
workshop on Semantic
www.elixirpublishers.com ELF
software co.,”Natural Language Database Interfaces” from
[3]. Nlp Algorithms to detect phrases and keywords from
stack is taken from www.stackoverflow.com.
[4]. IEEE paper Template in A4(v1)-IJERT from
2013/march-2013 edition.
Woods, W., Kaplan, R. “Lunar rocks in natural English:
Explorations in natural language question answering”.
Linguistic Structures Processing. In Fundamental Studies in
BIOGRAPHIES
Pooja Dhomne
Degree
Computer Sci
from RTMNU, Maharashtra, India
Her field of interest is JAVA.
Sheetal Gajbhiye
Degree
Computer Science and Engineering
from RTMNU, Maharashtra, India.
Her field of interest is VB.Net.
Tejaswini Warambhe
B.E Degree
Computer Science and Engineering
from RTMNU,
Her field of interest is Computer
Networking.
Vaishali Bhagat
B.E.
Technology from
Maharashtra, India in 2008 &
pursuing M. Tech in CSE from
RTMNU.
working in the
a lecturer in SRMCEW, Nagpur,
Maharashtra, India.
2319-1163 | pISSN: 2321-7308
_____________________________
594
Pooja Dhomne , is pursuing B.E
from SRMCEW in
Computer Science and Engineering
from RTMNU, Maharashtra, India.
Her field of interest is JAVA.
Sheetal Gajbhiye , is pursuing B.E
Degree from SRMCEW in
Computer Science and Engineering
from RTMNU, Maharashtra, India.
Her field of interest is VB.Net.
Tejaswini Warambhe, is pursuing
B.E Degree from SRMCEW in
Computer Science and Engineering
from RTMNU, Maharashtra, India..
Her field of interest is Computer
Networking.
Vaishali Bhagat has received the
degree in Information
Technology from RTMNU,
Maharashtra, India in 2008 &
pursuing M. Tech in CSE from
RTMNU. Since 2010, she is
working in the department of IT as
a lecturer in SRMCEW, Nagpur,
Maharashtra, India.

Contenu connexe

Tendances

September 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language ComputingSeptember 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language Computingkevig
 
Survey On Building A Database Driven Reverse Dictionary
Survey On Building A Database Driven Reverse DictionarySurvey On Building A Database Driven Reverse Dictionary
Survey On Building A Database Driven Reverse DictionaryEditor IJMTER
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processingdhruv_chaudhari
 
Conceptual foundations of text mining and preprocessing steps nfaoui el_habib
Conceptual foundations of text mining and preprocessing steps nfaoui el_habibConceptual foundations of text mining and preprocessing steps nfaoui el_habib
Conceptual foundations of text mining and preprocessing steps nfaoui el_habibEl Habib NFAOUI
 
Survey on Indian CLIR and MT systems in Marathi Language
Survey on Indian CLIR and MT systems in Marathi LanguageSurvey on Indian CLIR and MT systems in Marathi Language
Survey on Indian CLIR and MT systems in Marathi LanguageEditor IJCATR
 
Ijarcet vol-2-issue-2-676-678
Ijarcet vol-2-issue-2-676-678Ijarcet vol-2-issue-2-676-678
Ijarcet vol-2-issue-2-676-678Editor IJARCET
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Dhabal Sethi
 
Intelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkIntelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkijfcstjournal
 
A language independent approach to develop urduir system
A language independent approach to develop urduir systemA language independent approach to develop urduir system
A language independent approach to develop urduir systemcsandit
 
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEM
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEMA LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEM
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEMcscpconf
 
An unsupervised approach to develop ir system the case of urdu
An unsupervised approach to develop ir system  the case of urduAn unsupervised approach to develop ir system  the case of urdu
An unsupervised approach to develop ir system the case of urduijaia
 
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACE
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACEINTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACE
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACEMohamed Reda
 
Design of A Spell Corrector For Hausa Language
Design of A Spell Corrector For Hausa LanguageDesign of A Spell Corrector For Hausa Language
Design of A Spell Corrector For Hausa LanguageWaqas Tariq
 
Information_Retrieval_Models_Nfaoui_El_Habib
Information_Retrieval_Models_Nfaoui_El_HabibInformation_Retrieval_Models_Nfaoui_El_Habib
Information_Retrieval_Models_Nfaoui_El_HabibEl Habib NFAOUI
 
Adopting Quadrilateral Arabic Roots in Search Engine of E-library System
Adopting Quadrilateral Arabic Roots in Search Engine of E-library SystemAdopting Quadrilateral Arabic Roots in Search Engine of E-library System
Adopting Quadrilateral Arabic Roots in Search Engine of E-library Systempaperpublications3
 
Recognizing named entities in
Recognizing named entities inRecognizing named entities in
Recognizing named entities incsandit
 

Tendances (20)

September 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language ComputingSeptember 2021: Top10 Cited Articles in Natural Language Computing
September 2021: Top10 Cited Articles in Natural Language Computing
 
Survey On Building A Database Driven Reverse Dictionary
Survey On Building A Database Driven Reverse DictionarySurvey On Building A Database Driven Reverse Dictionary
Survey On Building A Database Driven Reverse Dictionary
 
G0361034038
G0361034038G0361034038
G0361034038
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 
Conceptual foundations of text mining and preprocessing steps nfaoui el_habib
Conceptual foundations of text mining and preprocessing steps nfaoui el_habibConceptual foundations of text mining and preprocessing steps nfaoui el_habib
Conceptual foundations of text mining and preprocessing steps nfaoui el_habib
 
[IJET-V2I1P1] Authors:Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
[IJET-V2I1P1] Authors:Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar[IJET-V2I1P1] Authors:Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
[IJET-V2I1P1] Authors:Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
 
Survey on Indian CLIR and MT systems in Marathi Language
Survey on Indian CLIR and MT systems in Marathi LanguageSurvey on Indian CLIR and MT systems in Marathi Language
Survey on Indian CLIR and MT systems in Marathi Language
 
Ny3424442448
Ny3424442448Ny3424442448
Ny3424442448
 
Ijarcet vol-2-issue-2-676-678
Ijarcet vol-2-issue-2-676-678Ijarcet vol-2-issue-2-676-678
Ijarcet vol-2-issue-2-676-678
 
Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11Ijarcet vol-3-issue-1-9-11
Ijarcet vol-3-issue-1-9-11
 
Intelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural networkIntelligent information extraction based on artificial neural network
Intelligent information extraction based on artificial neural network
 
A language independent approach to develop urduir system
A language independent approach to develop urduir systemA language independent approach to develop urduir system
A language independent approach to develop urduir system
 
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEM
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEMA LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEM
A LANGUAGE INDEPENDENT APPROACH TO DEVELOP URDUIR SYSTEM
 
An unsupervised approach to develop ir system the case of urdu
An unsupervised approach to develop ir system  the case of urduAn unsupervised approach to develop ir system  the case of urdu
An unsupervised approach to develop ir system the case of urdu
 
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACE
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACEINTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACE
INTELLIGENT-MULTIDIMENSIONAL-DATABASE-INTERFACE
 
Design of A Spell Corrector For Hausa Language
Design of A Spell Corrector For Hausa LanguageDesign of A Spell Corrector For Hausa Language
Design of A Spell Corrector For Hausa Language
 
Information_Retrieval_Models_Nfaoui_El_Habib
Information_Retrieval_Models_Nfaoui_El_HabibInformation_Retrieval_Models_Nfaoui_El_Habib
Information_Retrieval_Models_Nfaoui_El_Habib
 
[IJET V2I3P13] Authors: Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
[IJET V2I3P13] Authors: Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar[IJET V2I3P13] Authors: Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
[IJET V2I3P13] Authors: Anshika, Sujit Tak, Sandeep Ugale, Abhishek Pohekar
 
Adopting Quadrilateral Arabic Roots in Search Engine of E-library System
Adopting Quadrilateral Arabic Roots in Search Engine of E-library SystemAdopting Quadrilateral Arabic Roots in Search Engine of E-library System
Adopting Quadrilateral Arabic Roots in Search Engine of E-library System
 
Recognizing named entities in
Recognizing named entities inRecognizing named entities in
Recognizing named entities in
 

En vedette

Dsp based implementation of field oriented control of
Dsp based implementation of field oriented control ofDsp based implementation of field oriented control of
Dsp based implementation of field oriented control ofeSAT Publishing House
 
Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...eSAT Publishing House
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentseSAT Publishing House
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingeSAT Publishing House
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...eSAT Publishing House
 
Software security risk mitigation using object
Software security risk mitigation using objectSoftware security risk mitigation using object
Software security risk mitigation using objecteSAT Publishing House
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film oneSAT Publishing House
 
A novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manetA novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in maneteSAT Publishing House
 
Comparison of data security in grid and cloud
Comparison of data security in grid and cloudComparison of data security in grid and cloud
Comparison of data security in grid and cloudeSAT Publishing House
 
Mac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlanMac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlaneSAT Publishing House
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through aeSAT Publishing House
 
Blood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes withBlood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes witheSAT Publishing House
 
Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...eSAT Publishing House
 
Overall increase in efficiency in raw meals
Overall increase in efficiency in raw mealsOverall increase in efficiency in raw meals
Overall increase in efficiency in raw mealseSAT Publishing House
 
Intelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationIntelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationeSAT Publishing House
 
Energy saving model and application for smart phones
Energy saving model and application for smart phonesEnergy saving model and application for smart phones
Energy saving model and application for smart phoneseSAT Publishing House
 
Cyclone disaster on housing and coastal area
Cyclone disaster on housing and coastal areaCyclone disaster on housing and coastal area
Cyclone disaster on housing and coastal areaeSAT Publishing House
 
Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...eSAT Publishing House
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overvieweSAT Publishing House
 
Applications of layered theory for the analysis of flexible pavements
Applications of layered theory for the analysis of flexible pavementsApplications of layered theory for the analysis of flexible pavements
Applications of layered theory for the analysis of flexible pavementseSAT Publishing House
 

En vedette (20)

Dsp based implementation of field oriented control of
Dsp based implementation of field oriented control ofDsp based implementation of field oriented control of
Dsp based implementation of field oriented control of
 
Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...Comparative review study of security of aran and aodv routing protocols in ma...
Comparative review study of security of aran and aodv routing protocols in ma...
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution using
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...
 
Software security risk mitigation using object
Software security risk mitigation using objectSoftware security risk mitigation using object
Software security risk mitigation using object
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film on
 
A novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manetA novel approach for a secured intrusion detection system in manet
A novel approach for a secured intrusion detection system in manet
 
Comparison of data security in grid and cloud
Comparison of data security in grid and cloudComparison of data security in grid and cloud
Comparison of data security in grid and cloud
 
Mac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlanMac protocols for cooperative diversity in wlan
Mac protocols for cooperative diversity in wlan
 
Prediction of flow characteristics through a
Prediction of flow characteristics through aPrediction of flow characteristics through a
Prediction of flow characteristics through a
 
Blood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes withBlood flow through stenosed inclined tubes with
Blood flow through stenosed inclined tubes with
 
Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...
 
Overall increase in efficiency in raw meals
Overall increase in efficiency in raw mealsOverall increase in efficiency in raw meals
Overall increase in efficiency in raw meals
 
Intelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communicationIntelligent traffic regulation system for roads using car two way communication
Intelligent traffic regulation system for roads using car two way communication
 
Energy saving model and application for smart phones
Energy saving model and application for smart phonesEnergy saving model and application for smart phones
Energy saving model and application for smart phones
 
Cyclone disaster on housing and coastal area
Cyclone disaster on housing and coastal areaCyclone disaster on housing and coastal area
Cyclone disaster on housing and coastal area
 
Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...Design and implementation of autonomous maneuvering robotic vehicle using glo...
Design and implementation of autonomous maneuvering robotic vehicle using glo...
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overview
 
Applications of layered theory for the analysis of flexible pavements
Applications of layered theory for the analysis of flexible pavementsApplications of layered theory for the analysis of flexible pavements
Applications of layered theory for the analysis of flexible pavements
 

Similaire à IJRET Database Access Using NLP

AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENT
AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENTAUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENT
AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENTijnlc
 
Pattern based approach for Natural Language Interface to Database
Pattern based approach for Natural Language Interface to DatabasePattern based approach for Natural Language Interface to Database
Pattern based approach for Natural Language Interface to DatabaseIJERA Editor
 
IRJET- An Efficient Way to Querying XML Database using Natural Language
IRJET-  	  An Efficient Way to Querying XML Database using Natural LanguageIRJET-  	  An Efficient Way to Querying XML Database using Natural Language
IRJET- An Efficient Way to Querying XML Database using Natural LanguageIRJET Journal
 
A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...Scott Bou
 
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRA NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRcscpconf
 
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUES
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUESMULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUES
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUESijcseit
 
IRJET- Natural Language Query Processing
IRJET- Natural Language Query ProcessingIRJET- Natural Language Query Processing
IRJET- Natural Language Query ProcessingIRJET Journal
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUEJournal For Research
 
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEM
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEMCANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEM
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEMIRJET Journal
 
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...IJwest
 
NLIDB(Natural Language Interface to DataBases)
NLIDB(Natural Language Interface to DataBases)NLIDB(Natural Language Interface to DataBases)
NLIDB(Natural Language Interface to DataBases)Swetha Pallati
 
Automatic Text Summarization using Natural Language Processing
Automatic Text Summarization using Natural Language ProcessingAutomatic Text Summarization using Natural Language Processing
Automatic Text Summarization using Natural Language ProcessingIRJET Journal
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathiaciijournal
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathiaciijournal
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathiaciijournal
 
Intelligent query converter a domain independent interfacefor conversion
Intelligent query converter a domain independent interfacefor conversionIntelligent query converter a domain independent interfacefor conversion
Intelligent query converter a domain independent interfacefor conversionIAEME Publication
 
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsNLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsHimanshu kandwal
 
Novel Database-Centric Framework for Incremental Information Extraction
Novel Database-Centric Framework for Incremental Information ExtractionNovel Database-Centric Framework for Incremental Information Extraction
Novel Database-Centric Framework for Incremental Information Extractionijsrd.com
 
Information extraction using discourse
Information extraction using discourseInformation extraction using discourse
Information extraction using discourseijitcs
 

Similaire à IJRET Database Access Using NLP (20)

AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENT
AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENTAUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENT
AUTOMATED SQL QUERY GENERATOR BY UNDERSTANDING A NATURAL LANGUAGE STATEMENT
 
Pattern based approach for Natural Language Interface to Database
Pattern based approach for Natural Language Interface to DatabasePattern based approach for Natural Language Interface to Database
Pattern based approach for Natural Language Interface to Database
 
IRJET- An Efficient Way to Querying XML Database using Natural Language
IRJET-  	  An Efficient Way to Querying XML Database using Natural LanguageIRJET-  	  An Efficient Way to Querying XML Database using Natural Language
IRJET- An Efficient Way to Querying XML Database using Natural Language
 
A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...A Comprehensive Study On Natural Language Processing And Natural Language Int...
A Comprehensive Study On Natural Language Processing And Natural Language Int...
 
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIRA NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
A NOVEL APPROACH OF CLASSIFICATION TECHNIQUES FOR CLIR
 
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUES
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUESMULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUES
MULTILINGUAL INFORMATION RETRIEVAL BASED ON KNOWLEDGE CREATION TECHNIQUES
 
IRJET- Natural Language Query Processing
IRJET- Natural Language Query ProcessingIRJET- Natural Language Query Processing
IRJET- Natural Language Query Processing
 
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUECOMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
COMPREHENSIVE ANALYSIS OF NATURAL LANGUAGE PROCESSING TECHNIQUE
 
[IJET-V2I3P19] Authors: Priyanka Sharma
[IJET-V2I3P19] Authors: Priyanka Sharma[IJET-V2I3P19] Authors: Priyanka Sharma
[IJET-V2I3P19] Authors: Priyanka Sharma
 
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEM
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEMCANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEM
CANDIDATE SET KEY DOCUMENT RETRIEVAL SYSTEM
 
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...
Towards From Manual to Automatic Semantic Annotation: Based on Ontology Eleme...
 
NLIDB(Natural Language Interface to DataBases)
NLIDB(Natural Language Interface to DataBases)NLIDB(Natural Language Interface to DataBases)
NLIDB(Natural Language Interface to DataBases)
 
Automatic Text Summarization using Natural Language Processing
Automatic Text Summarization using Natural Language ProcessingAutomatic Text Summarization using Natural Language Processing
Automatic Text Summarization using Natural Language Processing
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathi
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathi
 
A Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to MarathiA Novel Approach for Rule Based Translation of English to Marathi
A Novel Approach for Rule Based Translation of English to Marathi
 
Intelligent query converter a domain independent interfacefor conversion
Intelligent query converter a domain independent interfacefor conversionIntelligent query converter a domain independent interfacefor conversion
Intelligent query converter a domain independent interfacefor conversion
 
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsNLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
 
Novel Database-Centric Framework for Incremental Information Extraction
Novel Database-Centric Framework for Incremental Information ExtractionNovel Database-Centric Framework for Incremental Information Extraction
Novel Database-Centric Framework for Incremental Information Extraction
 
Information extraction using discourse
Information extraction using discourseInformation extraction using discourse
Information extraction using discourse
 

Plus de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Plus de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Dernier

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleAlluxio, Inc.
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Dernier (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Correctly Loading Incremental Data at Scale
Correctly Loading Incremental Data at ScaleCorrectly Loading Incremental Data at Scale
Correctly Loading Incremental Data at Scale
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

IJRET Database Access Using NLP

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 589 ACCESSING DATABASE USING NLP Pooja A.Dhomne1 , Sheetal R.Gajbhiye2 , Tejaswini S.Warambhe3 , Vaishali B.Bhagat4 1 Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, poojadhomne@yahoo.com 2 Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, rsheetalgajbhiye@gmail.com 3 Student, Computer Science and Engineering, SRMCEW, Maharashtra, India, tejaswiniwarambhe@gmail.com 4 Lecturer, Information Technology, SRMCEW, Maharashtra, India, bhagat.vaishali14@yahoo.in Abstract Generally, computer system is handled by the English language only. But the person who is unaware of the English language and structure of query language cannot handle the system. This paper proposed a new approach for accessing the database easily without knowing English. So, the database is accessed with the help of natural languages such as Hindi, Marathi etc. Natural language processing (NLP) is the study of mathematical and computational modeling of various aspects of language and the development of a wide range of systems. Natural Language Processing holds great promise for making computer interfaces that are easier to use for people, since people will be able to talk to the computer in their own language, rather than learn a specialized language of computer commands. Keywords: NLP, Mathematical modeling, Computational modeling. --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Natural language processing is a branch of artificial intelligence which includes Information Retrieval, Machine Translation and Language Analysis. The goal of accessing database by natural language processor is to make dataset access easier for the common people. While natural language may be the easiest symbol system to learn and use, it has proved to be the hardest to a computer to master. To access database a user must have the knowledge of Structured Query Language (SQL). Only those users who have the knowledge of these languages can access data or information. So in order to access the information, a graphical user interface is used which requires some basic training for using this system. In India, there are many people who know English but are not fluent enough to formulate queries in it. With the help of this interface an end user can query the system in natural languages like English, Hindi and Marathi etc., and can see the result in the same language. We are also adding Hindi thesaurus with this application. Thesaurus is such a tool which is important to the country like India where a very large fraction of population is not convenient with language like English and consequently does not have access to the vast store of information that is available. More over Hindi is the official language of India. For Hindi language, the alphabet set is very large. Most importantly this alphabet set and shape characteristics are utilized in the development. 2. EXISTING SYSTEM The very first attempts at Natural Language database interfaces are just as old as any other NLP research. In fact database NLP may be one of the most successes in NLP since it began. Asking question to databases in natural languages is very convenient and easy method of data access, especially for the users who does not have any knowledge of database queries such as SQL. The success in this area is partly because of the real-world benefits that can come from only NLP system and partly because NLP works very well in a single-database domain. Databases Usually provide small enough domains that ambiguity problems in natural language can be resolved successfully. Here are some examples of database NLP systems: 2.1 LUNAR LUNAR (Woods, 1973) involved a system that answered questions about rock samples brought back from the moon. Two databases were used, the chemical analyses and the literature references. The program used an Augmented Transition Network (ATN) parser and Woods' Procedural Semantics. The system was informally demonstrated at the Second Annual Lunar Science Conference in 1971. 2.2 LlFER / LADDER It was one of the first good database NLP systems. It was designed as a natural language interface to a database of information about US Navy ships. This system, as described in a paper by Hendrix (1978), used a semantic grammar to parse questions and query a distributed database. The LIFERILADDER system could only support simple one- table queries or multiple table queries with easy join conditions. 2.3 CHAT-80 The system CHAT-80 [5] is one of the most referenced NLP systems in the eighties. The system was implemented in Prolog. The CHAT-80 was a quite impressive, efficient and
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 590 sophisticated system. The database of CHAT-80 consists of facts (i. e. oceans, major seas, major rivers and major cities) about 150 of the countries world and a small set of English language vocabulary that are enough for querying the database. 3. OBJECTIVE AND AIM We are going to develop an application that will take the Database queries in the form natural language and then processes it and gives the result. This includes many sub components like Language Analyzer, Query Builder and Viewer. The system will first parses the query in natural language and finds the major parts in the string. Then first it will look for the table name and then it parses the string for the where clause and then for the order by clause. After parsing it will construct the query string based on the data available. The generated SQL query is posted to the database to fetch the results. 4. PROPOSED SYSEM 4.1 Natural Language Interface To Database The interesting area of Natural Language Processing (NLP) is the development of a natural language interface to database systems (NLIDB). In the last few decades many NLIDB systems have been developed. Through these systems, users can interact with database in a more convenient and flexible way. Because of this, this application of NLP is still very and widely used today. Natural Language Interface has been a very interesting area of research since past times. The aim of Natural language Interface to Database is to provide an interface where user can interact with database more easily using their natural language and access or retrieve their information using the same. We can also say that NLIDB is a system that converts the query in native language into SQL and vice-versa. 4.2 Sub components of NLIDB There are two sub components of NLIDB Linguist components Database components Linguistic Component It is responsible for translating natural language input into a formal query and generating a natural language response based on the results from the database search. Database component It performs traditional Database Management functions. A lexicon is a table that is used to map the words of the natural input onto the formal objects (relation names, attribute names, etc.) of the database. Both parser and semantic interpreter make use of the lexicon. A natural language generator takes the formal response as its input, and inspects the parse tree in order to generate adequate natural language response. Natural language database systems make use of syntactic knowledge and knowledge about the actual database in order to properly relate natural language input to the structure and contents of that database. Syntactic knowledge usually resides in the linguistic component of the system, in particular in the syntax analyzer whereas knowledge about the actual database resides to some extent in the semantic data model used. Questions entered in natural language translated into a statement in a formal query language. Once the statement unambiguously formed, the query is processed by the database management system in order to produce the required data. These data then passed back to the natural language component where generation routines produce a surface language version of the response. 4.3 Architecture of NLIDB The architecture of NLIDB system is as follows which uses the both semantic and syntactic grammar system architecture. Fig.1: Architecture of NLIDB The architecture is discussed as follows: Syntactic Analysis: The objective of the syntactic analysis is to find the syntactic structure of the sentence. This splits the sentence into the simpler elements called Tokens. Token Analyzer: It split the input string into a sequence of primitive units called tokens that is treated as a single logical unit.
  • 3. IJRET: International Journal of Research in En __________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Spelling Checker: The Spelling Checker module makes sure that each token is in the system’s dictionary (lexicon) and if this is not the case then the spelling correction is performed or new words are added to the system’s vocabulary. Ambiguity Reduction: This module reduces the ambiguity in a sentence and simplifies the task of the parser. Parse Tree: Parse tree is the output obtained from syntactic analysis which represents the syntactic structure of sentence according to some formal grammar. A Parse Tree is a collection of nodes and branches (root node, branch node, leaf node). In a parse tree, an interior node is a phrase and is called a non-terminal or non-leaf node of the grammar, while a leaf node is a word and is called a terminal of the grammar. For e.g., “List me all employees”, the parse tree for this query is shown in figure 2 Fig.2: Parse tree Here, S_ sentence, V_P_ verb phrase, N_P_ noun phrase. Semantic Analysis: Semantic Analysis is related to create the representations for meaning of linguistics inputs. It deals with how to determine the meaning of the sentence from the meaning of its parts. So, it generates a logical query which is the input of Database Query Generator. Database Query Generator: The task Database Query Generator is to map the elements of the logical query to the corresponding elements of the used databases. The query generator uses four routines, each of which manipulates only one specific part of the query. The first routine the part query that corresponds to the appropriate DML command with the attribute’s names ( SELECT * clause). The second routine part of the query that would mapped to a table’s name or a group of tables names to construct the FROM clause. The third routine selects the part of the query that would be mapped to the WHERE clause (condition). The fourth routine part of the natural language query that corresponds to the order of displaying the result (ORDER BY clause with the name of the column). IJRET: International Journal of Research in Engineering and Technology eISSN: 2319 _______________________________________________________________________________________ , Available @ http://www.ijret.org : The Spelling Checker module makes sure that each token is in the system’s dictionary (lexicon) and if this is not the case then the spelling correction is performed or new words ulary. This module reduces the ambiguity in a sentence and simplifies the task of arse tree is the output obtained from syntactic analysis which represents the syntactic structure of sentence some formal grammar. A Parse Tree is a collection of nodes and branches (root node, branch node, leaf node). In a parse tree, an interior node is a phrase and is leaf node of the grammar, ed a terminal of the , “List me all employees”, the parse tree for this _ noun phrase. Semantic Analysis is related presentations for meaning of linguistics inputs. It deals with how to determine the meaning of the sentence from the meaning of its parts. So, it generates a logical query which is the input of Database Query Generator. The task of the Database Query Generator is to map the elements of the logical query to the corresponding elements The query generator uses four routines, each of which manipulates only one first routine selects the part query that corresponds to the appropriate DML command with the attribute’s names (i.e. routine selects the part of the query that would mapped to a table’s name or a group of tables names to construct the selects the part of the query that would be mapped to the WHERE fourth routine selects the part of the natural language query that corresponds to the order of displaying the result (ORDER BY of the column). Database Management System: this system is to get the correct result from the database. It executes the query on the database and produces the results required by the Microsoft Word you can look up a word quickly if you right click anywhere in your document, and then to find a synonyms type the word in the task pane search highlight it in your document. Then list of all possible synonyms appear in the context menu. Likewise Hindi Thesaurus work for you. For example if user select and right clicked on word “Beautiful” then resultant words are shown in the popup menu and synonyms as well as antonyms are listed as shown below in the Fig. 3 Jaipur is very Synonym Antonym 1. Lovely 2. Attractive Fig.3: Illustration of English 4.3 User Interface Following figures shows the user interfaces for accessing database by natural language processor. Fig.4: Language selection form 2319-1163 | pISSN: 2321-7308 _____________________________ 591 Database Management System: The purpose of this system is to get the correct result from the database. It executes the query on the database and produces the results required by the user. In Microsoft Word you can look up a word quickly if anywhere in your document, and then to find a synonyms for a specific word, either type the word in the task pane search field or highlight it in your document. Then list of all synonyms appear in the context menu. Thesaurus work for you. For example if user select and right clicked on word resultant words are shown in the popup well as antonyms are listed as shown Synonym Antonym 1. Lovely 1.Ugly 2. Attractive 2.Foul : Illustration of English thesaurus example Following figures shows the user interfaces for accessing database by natural language processor. Fig.4: Language selection form Beautiful.
  • 4. IJRET: International Journal of Research in En __________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Fig.5: Operation selection form Fig.6: Insert Form Fig.7: Display form IJRET: International Journal of Research in Engineering and Technology eISSN: 2319 _______________________________________________________________________________________ , Available @ http://www.ijret.org Fig.5: Operation selection form Fig.8: Operation selection Fig.9: Insertion form in Marathi Fig.10: Searching form in Marathi 2319-1163 | pISSN: 2321-7308 _____________________________ 592 Fig.8: Operation selection form in Marathi Fig.9: Insertion form in Marathi Fig.10: Searching form in Marathi
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ http://www.ijret.org 593 5. METHODOLOGY 5.1 Techniques used to develop the Natural Language Interface to Database There are number of techniques that are used for the development of natural language interface to Database like Pattern Matching System, Syntax Based System, Semantic Grammar System and Intermediate Representation Language. These techniques are discussed below: Pattern-Matching Systems: Many NLIDBs ware based on pattern-matching techniques to answer the user’s questions. The main advantage of the pattern-matching approach is its simplicity i.e. no elaborate parsing and interpretation modules are needed, and the systems are easy to implement. These systems cope up even when the query is out of range of sentences in which patterns were design to handle and provide some reasonable answers to them. As a simple illustration of pattern matching technique, consider the following database: Table 1: Sample database table Country Capital Language France Paris French Italy Rome Italian India Delhi Hindi If the user asked “What is the capital of India?”, using the first pattern rule the system would report “Delhi”. The system would also use the same rule to handle question such as “print the capital of India: “could you please tell me what is the capital of India?”etc. ELIZA is among the few systems that plays the role in the above style. ELIZA functions by processing users, by these responses to the scripts. It typically says differently and rephrased the statements of the users as questions and replies the answers of those questions. Mr. Joseph Weizenbaum programmed ELIZA nearly from 1964 to 1966. Syntax-Based Systems: In syntax-based systems the user’s question is parsed (i.e. analyzed syntactically) and the resulting parse tree is directly mapped to an expression in some database query language. Syntax-based systems use a language system that explains the feasible syntactic structures of the user’s query]. Syntax-based NLIDBs usually interface to application specific database systems that provide database query languages, carefully designed to facilitate the mapping from the parse tree to the database query. Generally, it is hard to design mapping rules that will map the parse tree into some expression directly in a real-life database query language e.g. SQL. Semantic Grammar Systems: In semantic grammar systems, the question-answering is still done by parsing the input and mapping the parse tree to a database query. The difference, in this case, is that the grammar’s categories do not necessarily correspond to syntactic concepts. Semantic information about the knowledge domain is hard-wired into the semantic grammar due to this systems based on this approach are very difficult to port to other knowledge domains. For an NLIDB, configured for a new language domain, a fresh semantic grammar has to be written. Semantic grammar categories are usually chosen to enforce semantic constraints. Much of the systems developed till now like LUNAR, LADDER, use this approach of semantic grammar. Intermediate Representation Languages: Due to the difficulties of directly translating a sentence into general query language using a syntax based approach, the intermediate representation systems were proposed. The logic is to map a sentence into a logic query language followed by the translation of the logical query into a general database query, such as SQL. There can be several intermediate meaning representation languages in the process. Figure 4 shows architecture of an intermediate representation language system. Fig.11: Intermediate Representation Language Architecture 6. ALGORITHM Tokenization (scanning) Split the Query in tokens Give order number to each token identified Split Query and extract patterns Look for sentence connectors/criteria words Break Query on the basis of connector/criteria tokens. Use criteria tokens to specify condition in query. Find attributes and values after criteria token Map value for identified attribute and corresponding table Replace synonyms with proper attribute names
  • 6. IJRET: International Journal of Research in En __________________________________________________________ Volume: 02 Issue: 12 | Dec-2013, Available @ Get intermediate form of Query Transform it into SQL 7. ADVANTAGES The main advantage of NLP is that it relieves the burde learning syntax. It means there is no need to learn the database languages like SQL and no requirement of any special training before working with the NLP system. 8. CONCLUSIONS Natural Language Processing can brin enhancements to virtually any computer program This system is currently capable of handling with standard join conditions. Because not all queries are supported, further developm required before the system can be used within Alternatives for integrating a database NLP the NLIDB were considered and assessed accept an English Language and translate it into SQL .The next aim of our research is to accommodate more and more query. From this research we can seen it is possible to translate a natural language query into SQL. adding Hindi thesaurus with this application understanding of user. ACKNOWLEDGEMENT We express our deep sense of gratitude and our guide Vaishali Bhagat for her continuous inspiration and valuable guidance in throughout our dissertation work. REFERENCES [1]. Huangi,Guiang Zangi, Phillip C-Y Sheu,“A Natural Language database Interface based on probabilistic context free grammar”, IEEE International workshop on Seman Computing and Systems 2010. [2]. Read paper from www.elixirpublishers.com software co.,”Natural Language Database Interfaces” from ELF software co.November 1999,[online] Available: http://hometown.aol.com/elfsoft/. [3]. Nlp Algorithms to detect phrases and keywords from text-stack is taken from www.stackoverflow.com. [4]. IEEE paper Template in A4(v1) www.ijert.org/browse/volume-2-2013/march [5].Woods, W., Kaplan, R. “Lunar rocks in natural English: Explorations in natural language question answering”. Linguistic Structures Processing. In Fundament Computer Science, 5:521-569, 1977. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319 _______________________________________________________________________________________ , Available @ http://www.ijret.org The main advantage of NLP is that it relieves the burden of learning syntax. It means there is no need to learn the database languages like SQL and no requirement of any special training before working with the NLP system. an bring powerful ter program interface. g simple queries ll forms of SQL pment would be d within NLIDB. component into ed. The system accept an English Language and translate it into SQL .The next aim of our research is to accommodate more and more we can seen it is possible to translate a natural language query into SQL. We are also adding Hindi thesaurus with this application for better gratitude and our research continuous inspiration and dissertation work. Y Sheu,“A Natural Language database Interface based on probabilistic context workshop on Semantic www.elixirpublishers.com ELF software co.,”Natural Language Database Interfaces” from [3]. Nlp Algorithms to detect phrases and keywords from stack is taken from www.stackoverflow.com. [4]. IEEE paper Template in A4(v1)-IJERT from 2013/march-2013 edition. Woods, W., Kaplan, R. “Lunar rocks in natural English: Explorations in natural language question answering”. Linguistic Structures Processing. In Fundamental Studies in BIOGRAPHIES Pooja Dhomne Degree Computer Sci from RTMNU, Maharashtra, India Her field of interest is JAVA. Sheetal Gajbhiye Degree Computer Science and Engineering from RTMNU, Maharashtra, India. Her field of interest is VB.Net. Tejaswini Warambhe B.E Degree Computer Science and Engineering from RTMNU, Her field of interest is Computer Networking. Vaishali Bhagat B.E. Technology from Maharashtra, India in 2008 & pursuing M. Tech in CSE from RTMNU. working in the a lecturer in SRMCEW, Nagpur, Maharashtra, India. 2319-1163 | pISSN: 2321-7308 _____________________________ 594 Pooja Dhomne , is pursuing B.E from SRMCEW in Computer Science and Engineering from RTMNU, Maharashtra, India. Her field of interest is JAVA. Sheetal Gajbhiye , is pursuing B.E Degree from SRMCEW in Computer Science and Engineering from RTMNU, Maharashtra, India. Her field of interest is VB.Net. Tejaswini Warambhe, is pursuing B.E Degree from SRMCEW in Computer Science and Engineering from RTMNU, Maharashtra, India.. Her field of interest is Computer Networking. Vaishali Bhagat has received the degree in Information Technology from RTMNU, Maharashtra, India in 2008 & pursuing M. Tech in CSE from RTMNU. Since 2010, she is working in the department of IT as a lecturer in SRMCEW, Nagpur, Maharashtra, India.