Effective Search Engine - Final With Modules
Effective Search Engine - Final With Modules
Guided By Presented By
OBJECTIVE
To create effective Search Engine
using Ontology.
ABSTRACT
Many search engines are available nowadays. Searching the content
for the specific keyword in the search bar by following many more
algorithms for reducing the searching time.
The existing search engines are working by means of keywords
related only. According to the weight of the keyword, it will work
successfully. Most of the time it will lose the semantic relationship of
the keyword and the content. Our proposed method concentrates on
creating the ontology for our system.
A Neural network back propagation algorithm is used to retrieve the
content for keywords. During that retrieval, it deals with Healthcare
Ontology. This methodology deals the comprehensive approach for
the content of the system. To apply, this method is constructed by
means of semantic relationship with the decision tree. It provides the
explicit relationship between corresponding content to the keywords
EXISTING SYSTEM
The Smart Crawler is used to extract the relevant
pages which is needed by the user.
It can perform two stage of crawler.
In a first stage , a crawler prioritize a highly relevant
ones for a given topic.
Second stage, it can link the most relevant links with
an adaptive linking.
DISADVANTAGES OF EXISTING
SYSTEM
Semantic relationship make ambiguous
Due to ambiguous wrong link may be retrieved.
MODULES
Training
Crawling
Token extraction
Ontology Creation
Testing
Adaptive Learning Algorithm
Pattern matching
Information Retrieval
Crawling
Web crawlers can copy all the pages they visit for later
processing by a search engine which indexes the downloaded
pages so the users can search much more efficiently. So many
API support in java programming. We can simply plugin that api
into java IDE such as eclipse and netbeans we can easily working.