SlideShare a Scribd company logo
Integrated Intelligent Research (IIR) International Journal of Business Intelligents
Volume: 05 Issue: 01 June 2016 Page No.25-27
ISSN: 2278-2400
25
Semantic Search of E-Learning Documents Using
Ontology Based System
D.Elangovan, K.Nirmala
Research Scholar, Manonmanium Sundaranar University, Thirunelveli.
Research supervisor & Associate professor, Department of computer science,Quaid-e-millath govt.college for women, Chennai
Email:delango_mca2000@yahoo.co.in
Abstract -The keyword searching mechanism is traditionally
used for information retrieval from Web based systems.
However, this system fails to meet the requirements in Web
searching of the expert knowledge base based on the popular
semantic systems. Semantic search of E-learning documents
based on ontology is increasingly adopted in information
retrieval systems. Ontology based system simplifies the task of
finding correct information on the Web by building a search
system based on the meaning of keyword instead of the keyword
itself. The major function of the ontology based system is the
development of specification of conceptualization which
enhances the connection between the information present in the
Web pages with that of the background knowledge.The semantic
gap existing between the keyword found in documents and those
in query can be matched suitably using Ontology based system.
This paper provides a detailed account of the semantic search of
E-learning documents using ontology based system by making
comparison between various ontology systems. Based on this
comparison, this survey attempts to identify the possible
directions for future research.
Keywords: ontology; semantic search; classification criteria.
I. INTRODUCTION
The ever increasing vast volume of information in the World
Wide Web presents new challenges and opportunities in the
development of systems for obtaining, organizing, accessing, and
updating information needed for various applications. Web
information retrieval system faces numerous challenges in
helping users to locate the required information accurately. In
addition, accessing and aggregating the information from various
sources automatically also poses serious challenges to current
retrieval systems. The aim of the Semantic Web is to expand the
functionality of the present Web standards and technology in
order to make the semantics of the Web a machine processible
system [1]. Ontology based system are used to improve the
interaction between human and machine. The Semantic Web
depends on the ontology based system for the purpose of
structuring the underlying data for inclusive and transportable
machine understanding. Thus, the success of the Semantic Web
depends strongly on the ontology based system. Ontology based
semantic search is fast becoming a recognized technique in the
information retrieval process which makes use of background
knowledge of the domain ontology.The research interest in
ontology based search has been ever growing. This paper
compares the different ontology based search techniques
developed in the recent years. The different approaches used in
the domain ontology to process search request will be discussed
in detail. The primary aim of the semantic search using ontology
based system is to maximize the three important parameters,
namely, precision, recall and F-Measure. The rest of the paper is
organized as follows. Section 2 discuss on the common
conditions used in the classification of semantic search
approaches using ontology. Section 3 describes selected papers
which have successfully implemented ontology system in
semantic Web retrieval system. Finally, Section 4 concludes the
paper.
II. CRITERIA USED IN THE CLASSIFICATION OF
ONTOLOGY
This section presents the most common criteria used in the
classification of ontology based search technologies.
2.1 Technology used in developing Ontology
The important criterion in the selection of ontology for Semantic
Web includes the technology upon which it is based on [14].
Ontology technologies includes various components like
inference engine, annotation tools, ontology based crawlers and
mining tools. The ontology description language is commonly
used to represent ontologies. Some of the standard ontology
description languages contains technologies like RDF and OWL.
For manipulating and storing the RDF data, AJAX and Java
enabled Jena API has been used.
2.2 Annotation technique used in Semantic
Semantic annotation concerns with the assigning of entities in the
text links to their respective semantic descriptions [12]. In
general, three types of semantic annotations are possible namely
Manual semantic annotation, Semi-automatic semantic
annotation and Automatic semantic annotation.
2.3 Indexing Process
The process of storing information for quicker retrieval based on
search query is called Indexing. A Search engine maintains the
contents it encounters during the crawling process and store as
indexes for the easier retrieval in future. The indexing process
simplifies the matching step and without an index the retrieval
process would require streaming through the collected Web
pages. The types of indexing are given below:
 Forwarded index: Stores the list of words for each
document.
 Inverted index: Stores the list of documents for each word.
Integrated Intelligent Research (IIR) International Journal of Business Intelligents
Volume: 05 Issue: 01 June 2016 Page No.25-27
ISSN: 2278-2400
26
 Graph indexing: Given a query graph, look up an index and
retrieve the set of answers and verify those graphs that
contain the query graph and return the query results.
2.4 Ranking
Ranking determines the order of results during a search query
[5]. Search includes both matching and ranking. Matching
identifies the subset of elements that needs to be scored. Ranking
is the problem of determining the degree of matching using the
notions of relevance. It is performed after semantic mapping. The
rank will be calculated depending on the scoring of Web pages.
The results of the ranked Web page are indexed prior to returning
to the Web user. The type of ranking includes syntactic ranking
model and semantic ranking model. In syntactic ranking model,
the search is based on term matching between the query and the
engine database. It uses IR techniques like Tfi-df, Google Page
Rank’s interlink etc. On the other hand, in semantic ranking
model, the search depends on the relevance of results achieved
by bridging the gap between the syntax and semantics. This
results in better output and improves user satisfaction.
2.5 Information Retrieval Model (IR Model)
The IR model helps in providing a technique for formalization of
information searching process. There are three IR models
described in the literature which are as follows:
 Boolean model – depends on keyword manipulation.
 Vector model – depends on the user queries and treats
documents as vectors in the space generated by all the
terms.
 Probabilistic model – depends on the mathematical model
and uses the theory of probability.
2.6 Performance improvements
The measurement metrics in ontology based semantic search
includes parameters like precision, recall, precision, F-measure
and mean average precision. The value of precision and recall
lies between 0 and 1 and maximum value is 1. By using the
ontological background knowledge of the search query terms, the
precision and recall value will be increased.
III. COMPARISON BETWEEN SELECTED
APPROACHES
In this section a detailed comparison of different approaches for
information retrieval process based on ontology based search
technique is presented.
Conceptual Graph Matching (CGM)
One of the earliest attempts in the ontology based search was
based on the Conceptual Graph Matching for Semantic Search
[2]. CGM was used as technique to describe the semantic
similarity between concept, relations and conceptual graph. Here,
semantic matching algorithm has been used to calculate the
relationship between a resource CG and a query CG.
XSEarch
It is an XML based semantic search engine that provides a
powerful and simple query language suitable for naïve user.
XSEarch forms the background for a semantic search engine
over XML documents. The result of XSEarch will be
semantically related document fragments instead of retrieving the
entire documents [3]. IR techniques like tfidf and similarity
measure between the query and document is employed in this
approach. Inverted index and ranking based on the semantic
relevance is used.
Ontology based Semantic Search
Here the resources to be retrieved are semantically annotated
using an existing platform. Then, using ontology the knowledge
domain which performs queries can be described [4]. This
approach has features like ontology navigation which enhances
retrieval of resources in terms of given query. In this approach,
annotations composed of RDF triples are used to semantically
describe the documents.
Vector Space Model for Ontology based IR
In this approach, ontology system is used for realizing semi-
automatic annotation of documents and for developing an
effective retrieval system [5]. A knowledge base has been built
and associated to the information source or document based by
using several domain ontologies that describes concepts
appearing in the document text.
Learning ontology-based user profiles: A semantic approach to
personalized Web search
In this approach, a personalized search that uses ontological
profiles by assigning implicitly derived interest scores to existing
concepts in domain ontology [6]. A spreading activation
algorithm was proposed for maintaining the interest score in the
user profile based on the users on going behavior. Each and
every concept in domain ontology is annotated based on the
interest score. The documents are indexed under concept along
with all of the documents under all of the sub concepts.
SPARK: adapting keyword query to semantic searchThis
approach is a more novel approach in which the keyword queries
are automatically translated into formal logic queries so that the
user can use keywords to perform semantic search [7]. Ontology-
based interpretation of keywords for semantic searchTran et al
(2009) developed an approach for translating keyword queries to
DL conjunctive queries based on the background knowledge
present in ontologies. The approach was demonstrated using
Lucene search engine. For a given search, the approach returns
the ontology entities with the information of neighboring entities
(upto width “d”) [8].
Q2semantic
Q2semantic proposed by Wang et al (2008) provides a scalable
search solution based on a novel clustered graph structure that
represents the summary of original ontology (Wang et al., 2008).
This approach adopted several mechanisms for query ranking
such as the query length, the relevance of ontology elements with
respect to the query and the importance of ontology elements.
Inverted index and query index were used for indexing. The
ranking is based on the matching of the keywords with respect to
the ontology elements such as concepts but not of relations and
attributes [9].
Integrated Intelligent Research (IIR) International Journal of Business Intelligents
Volume: 05 Issue: 01 June 2016 Page No.25-27
ISSN: 2278-2400
27
Improving data discovery for metadata repositories through
semantic search
Berkley et al. (2009) proposed a semantic search system using a
Metacat Metadata system that has the capability to store OWL-
DL ontologies in addition to semantic annotations that link
dataset attributes to ontology term. This advantage of the
approach is that the keyword search can be applied to annotation
by allowing more structured searches over annotations via
ontology terms [10].
An ontology-based approach for semantics ranking of the Web
search engines results
This approach uses new semantic based approach for the purpose
of evaluating IR system (Bouramoul et al., 2012). The proposed
approach improves the selectivity of search tool and also
enhances the evaluation procedure. This approach has been
proved to have improved the performance of search engine and
accuracy of the search results. Bouramoul et al. (2012) used
WordNet ontology for extracting query terms, semantic
projection and developed a vectorial model based on the
semantic vector comprises of concepts rather than words [11].
Designing ontology based domain specific Web search engine for
commonly used products using RDF
In this approach, the RDF content is stored for the domain
specific Web pages that exist in the domain specific repository
[12]. This approach has several advantages, for example, user
can obtain the basic information about the product from the
search result page and it is not required to visit the search result
links. This saves search time as well as Web page download cost
[12].
OntDR: An Ontology-based Augmented Method for Document
Retrieval
This approach incorporates ontology for document retrieval in
combination with array indexing [13]. The array indexing
establishes the inter relation between the documents.
IV. SMC MODEL
We implement the new model is called SMC (Semantic
Matched Concept) model. (In SMC Model, the Probability of
having both the Outcome O and Evidence E is: (Probability of O
occurring) multiplied by the (Prob of E given that O happened).
The evidence, P (Outcome or Evidence) = P(Evidence given that
the Outcome) times Prob (Outcome), scaled by the P(Evidence)
.This approach is called as SMC. P(outcome/evidence) =
P(Likelihood of Evidence) x Prior prob of outcome /
P(Evidence)In NavieBayes, to predict an outcome of multiple
evidence that case, the math gets very complicated. To get
around that complication, one approach is to 'uncouple' multiple
pieces of evidence, and to treat each of pieces of evidence as
independent.
V. CONCLUSION
This paper has discussed on the classification system adopted in
the semantic search system using ontology based approach. The
common factors are identified and described in detail. This
paper surveyed several ontological systems for semantic search
and the salient features were discussed. Furthermore, the research
is an ongoing work and several issues that need to be resolved
have been identified. It can be concluded from the paper that
even though large number of approaches are available for
information retrieval using ontology based system, they are not
proved to be adequate for certain tasks in semantics like
annotation, indexing and retrieval. Thus, the combination of
ontological system and the search system based on semantic
search can be useful as an essential tool for tasks like semantic
annotation, indexing and ranking for the purpose of quicker
retrieval of a search query results based on the meaning of the
term rather than on term. The existing methodology does not
support classification and it lacks accurate and not efficient. The
SMC model helps in getting relevant and meaningful e-content.
The advantages are user to fetch the semantic word from the e-
content.
Reference
[1] Shadbolt, Nigel, Wendy Hall, and Tim Berners-Lee. "The semantic Web
revisited." Intelligent Systems, IEEE 21.3 (2006): 96-101.
[2] Zhong, Jiwei, et al. "Conceptual graph matching for semantic search."
Conceptual Structures: Integration and Interfaces. Springer Berlin
Heidelberg, 2002.92-106.
[3] Cohen, Sara, et al. "XSEarch: A semantic search engine for XML."
Proceedings of the 29th international conference on Very large data bases-
Volume 29. VLDB Endowment, 2003.
[4] Bonino, Dario, et al. "Ontology driven semantic search." WSEAS
Transaction on Information Science and Application 1.6 (2004): 1597-1605.
[5] Castells, Pablo, Miriam Fernandez, and David Vallet. "An adaptation of the
vector-space model for ontology-based information retrieval." Knowledge
and Data Engineering, IEEE Transactions on 19.2 (2007): 261-272.
[6] Sieg, Ahu, Bamshad Mobasher, and Robin Burke. "Learning ontology
based user profiles: A semantic approach to personalized Web search."
IEEE Intelligent Informatics Bulletin 8.1 (2007): 7-18.
[7] Zhou, Qi, et al. "SPARK: adapting keyword query to semantic search." The
Semantic Web. Springer Berlin Heidelberg, 2007.694- 707
[8] Tran, Thanh, et al. "Ontology-based interpretation of keywords for semantic
search." The Semantic Web.Springer Berlin Heidelberg, 2007.523-536.
[9] Wang, Haofen, et al. "Q2semantic: A lightweight keyword interface to
semantic search." The Semantic Web: Research and Applications. Springer
Berlin Heidelberg, 2008.584-598.
[10] Berkley, Chad, et al. "Improving data discovery for metadata repositories
through semantic search." Complex, Intelligent and Software Intensive
Systems, 2009. CISIS'09. International Conference on IEEE, 2009.
[11] Bouramoul, Abdelkrim, Mohamed-Khireddine Kholladi, and Bich-Liên
Doan. "An ontology-based approach for semantics ranking of the Web
search engines results." Multimedia Computing and Systems (ICMCS),
2012 International Conference on. IEEE, 2012.
[12] Sinha, Sukanta, Rana Dattagupta, and Debajyoti Mukhopadhyay.
"Designing an ontology based domain specific Web search engine for
commonly used products using RDF." Proceedings of the CUBE
International Information Technology Conference. ACM, 2012.
[13] Yadav, Poonam, and R. P. Singh. "OntDR: An Ontology-based Augmented
Method for Document Retrieval." International Journal of Computer
Applications, 53, 17, 2012.
[14] Krötzsch, Markus. "Efficient rule-based inferencing for OWL EL."
Proceedings of the Twenty-Second international joint conference on
Artificial Intelligence-Volume Volume Three. AAAI Press, 2011.

More Related Content

Similar to Semantic Search of E-Learning Documents Using Ontology Based System

Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Editor IJARCET
 
Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Editor IJARCET
 
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
cscpconf
 
Recommendation generation by integrating sequential
Recommendation generation by integrating sequentialRecommendation generation by integrating sequential
Recommendation generation by integrating sequential
eSAT Publishing House
 
Recommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semanticsRecommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semantics
eSAT Journals
 
Application of hidden markov model in question answering systems
Application of hidden markov model in question answering systemsApplication of hidden markov model in question answering systems
Application of hidden markov model in question answering systems
ijcsa
 
Semantic web personalization
Semantic web personalizationSemantic web personalization
Semantic web personalizationAlexander Decker
 
IRJET-Model for semantic processing in information retrieval systems
IRJET-Model for semantic processing in information retrieval systemsIRJET-Model for semantic processing in information retrieval systems
IRJET-Model for semantic processing in information retrieval systems
IRJET Journal
 
`A Survey on approaches of Web Mining in Varied Areas
`A Survey on approaches of Web Mining in Varied Areas`A Survey on approaches of Web Mining in Varied Areas
`A Survey on approaches of Web Mining in Varied Areas
inventionjournals
 
Building a recommendation system based on the job offers extracted from the w...
Building a recommendation system based on the job offers extracted from the w...Building a recommendation system based on the job offers extracted from the w...
Building a recommendation system based on the job offers extracted from the w...
IJECEIAES
 
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
ijaia
 
Extracting and Reducing the Semantic Information Content of Web Documents to ...
Extracting and Reducing the Semantic Information Content of Web Documents to ...Extracting and Reducing the Semantic Information Content of Web Documents to ...
Extracting and Reducing the Semantic Information Content of Web Documents to ...
ijsrd.com
 
Perception Determined Constructing Algorithm for Document Clustering
Perception Determined Constructing Algorithm for Document ClusteringPerception Determined Constructing Algorithm for Document Clustering
Perception Determined Constructing Algorithm for Document Clustering
IRJET Journal
 
Optimization of Search Results with Duplicate Page Elimination using Usage Data
Optimization of Search Results with Duplicate Page Elimination using Usage DataOptimization of Search Results with Duplicate Page Elimination using Usage Data
Optimization of Search Results with Duplicate Page Elimination using Usage Data
IDES Editor
 
PageRank algorithm and its variations: A Survey report
PageRank algorithm and its variations: A Survey reportPageRank algorithm and its variations: A Survey report
PageRank algorithm and its variations: A Survey report
IOSR Journals
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
ijp2p
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
ijp2p
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
ijp2p
 

Similar to Semantic Search of E-Learning Documents Using Ontology Based System (20)

Introduction abstract
Introduction abstractIntroduction abstract
Introduction abstract
 
Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020
 
Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020Volume 2-issue-6-2016-2020
Volume 2-issue-6-2016-2020
 
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
WEB SEARCH ENGINE BASED SEMANTIC SIMILARITY MEASURE BETWEEN WORDS USING PATTE...
 
Recommendation generation by integrating sequential
Recommendation generation by integrating sequentialRecommendation generation by integrating sequential
Recommendation generation by integrating sequential
 
Recommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semanticsRecommendation generation by integrating sequential pattern mining and semantics
Recommendation generation by integrating sequential pattern mining and semantics
 
Ijetcas14 446
Ijetcas14 446Ijetcas14 446
Ijetcas14 446
 
Application of hidden markov model in question answering systems
Application of hidden markov model in question answering systemsApplication of hidden markov model in question answering systems
Application of hidden markov model in question answering systems
 
Semantic web personalization
Semantic web personalizationSemantic web personalization
Semantic web personalization
 
IRJET-Model for semantic processing in information retrieval systems
IRJET-Model for semantic processing in information retrieval systemsIRJET-Model for semantic processing in information retrieval systems
IRJET-Model for semantic processing in information retrieval systems
 
`A Survey on approaches of Web Mining in Varied Areas
`A Survey on approaches of Web Mining in Varied Areas`A Survey on approaches of Web Mining in Varied Areas
`A Survey on approaches of Web Mining in Varied Areas
 
Building a recommendation system based on the job offers extracted from the w...
Building a recommendation system based on the job offers extracted from the w...Building a recommendation system based on the job offers extracted from the w...
Building a recommendation system based on the job offers extracted from the w...
 
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
NATURE: A TOOL RESULTING FROM THE UNION OF ARTIFICIAL INTELLIGENCE AND NATURA...
 
Extracting and Reducing the Semantic Information Content of Web Documents to ...
Extracting and Reducing the Semantic Information Content of Web Documents to ...Extracting and Reducing the Semantic Information Content of Web Documents to ...
Extracting and Reducing the Semantic Information Content of Web Documents to ...
 
Perception Determined Constructing Algorithm for Document Clustering
Perception Determined Constructing Algorithm for Document ClusteringPerception Determined Constructing Algorithm for Document Clustering
Perception Determined Constructing Algorithm for Document Clustering
 
Optimization of Search Results with Duplicate Page Elimination using Usage Data
Optimization of Search Results with Duplicate Page Elimination using Usage DataOptimization of Search Results with Duplicate Page Elimination using Usage Data
Optimization of Search Results with Duplicate Page Elimination using Usage Data
 
PageRank algorithm and its variations: A Survey report
PageRank algorithm and its variations: A Survey reportPageRank algorithm and its variations: A Survey report
PageRank algorithm and its variations: A Survey report
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
 
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKSBSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
BSI: BLOOM FILTER-BASED SEMANTIC INDEXING FOR UNSTRUCTURED P2P NETWORKS
 

More from ijcnes

A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...
ijcnes
 
Economic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian EconomyEconomic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian Economy
ijcnes
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...
ijcnes
 
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
ijcnes
 
Challenges of E-government in Oman
Challenges of E-government in OmanChallenges of E-government in Oman
Challenges of E-government in Oman
ijcnes
 
Power Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage SystemPower Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage System
ijcnes
 
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining TechniquesHolistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
ijcnes
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
ijcnes
 
Feature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image RetrievalFeature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image Retrieval
ijcnes
 
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud ComputingChallenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
ijcnes
 
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
ijcnes
 
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
ijcnes
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
ijcnes
 
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic VehiclesSecured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
ijcnes
 
Virtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor NetworksVirtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor Networks
ijcnes
 
Mitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 FactorizationMitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 Factorization
ijcnes
 
An analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining TechniquesAn analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining Techniques
ijcnes
 
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
ijcnes
 
Priority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSNPriority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSN
ijcnes
 
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
ijcnes
 

More from ijcnes (20)

A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...A Survey of Ontology-based Information Extraction for Social Media Content An...
A Survey of Ontology-based Information Extraction for Social Media Content An...
 
Economic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian EconomyEconomic Growth of Information Technology (It) Industry on the Indian Economy
Economic Growth of Information Technology (It) Industry on the Indian Economy
 
An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...An analysis of Mobile Learning Implementation in Shinas College of Technology...
An analysis of Mobile Learning Implementation in Shinas College of Technology...
 
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
A Survey on the Security Issues of Software Defined Networking Tool in Cloud ...
 
Challenges of E-government in Oman
Challenges of E-government in OmanChallenges of E-government in Oman
Challenges of E-government in Oman
 
Power Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage SystemPower Management in Micro grid Using Hybrid Energy Storage System
Power Management in Micro grid Using Hybrid Energy Storage System
 
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining TechniquesHolistic Forecasting of Onset of Diabetes through Data Mining Techniques
Holistic Forecasting of Onset of Diabetes through Data Mining Techniques
 
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
A Survey on Disease Prediction from Retinal Colour Fundus Images using Image ...
 
Feature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image RetrievalFeature Extraction in Content based Image Retrieval
Feature Extraction in Content based Image Retrieval
 
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud ComputingChallenges and Mechanisms for Securing Data in Mobile Cloud Computing
Challenges and Mechanisms for Securing Data in Mobile Cloud Computing
 
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
Detection of Node Activity and Selfish & Malicious Behavioral Patterns using ...
 
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
Optimal Channel and Relay Assignment in Ofdmbased Multi-Relay Multi-Pair Two-...
 
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor NetworksAn Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
An Effective and Scalable AODV for Wireless Ad hoc Sensor Networks
 
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic VehiclesSecured Seamless Wi-Fi Enhancement in Dynamic Vehicles
Secured Seamless Wi-Fi Enhancement in Dynamic Vehicles
 
Virtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor NetworksVirtual Position based Olsr Protocol for Wireless Sensor Networks
Virtual Position based Olsr Protocol for Wireless Sensor Networks
 
Mitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 FactorizationMitigation and control of Defeating Jammers using P-1 Factorization
Mitigation and control of Defeating Jammers using P-1 Factorization
 
An analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining TechniquesAn analysis and impact factors on Agriculture field using Data Mining Techniques
An analysis and impact factors on Agriculture field using Data Mining Techniques
 
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
A Study on Code Smell Detection with Refactoring Tools in Object Oriented Lan...
 
Priority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSNPriority Based Multi Sen Car Technique in WSN
Priority Based Multi Sen Car Technique in WSN
 
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
Investigation on Challenges in Cloud Security to Provide Effective Cloud Comp...
 

Recently uploaded

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 

Recently uploaded (20)

TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 

Semantic Search of E-Learning Documents Using Ontology Based System

  • 1. Integrated Intelligent Research (IIR) International Journal of Business Intelligents Volume: 05 Issue: 01 June 2016 Page No.25-27 ISSN: 2278-2400 25 Semantic Search of E-Learning Documents Using Ontology Based System D.Elangovan, K.Nirmala Research Scholar, Manonmanium Sundaranar University, Thirunelveli. Research supervisor & Associate professor, Department of computer science,Quaid-e-millath govt.college for women, Chennai Email:delango_mca2000@yahoo.co.in Abstract -The keyword searching mechanism is traditionally used for information retrieval from Web based systems. However, this system fails to meet the requirements in Web searching of the expert knowledge base based on the popular semantic systems. Semantic search of E-learning documents based on ontology is increasingly adopted in information retrieval systems. Ontology based system simplifies the task of finding correct information on the Web by building a search system based on the meaning of keyword instead of the keyword itself. The major function of the ontology based system is the development of specification of conceptualization which enhances the connection between the information present in the Web pages with that of the background knowledge.The semantic gap existing between the keyword found in documents and those in query can be matched suitably using Ontology based system. This paper provides a detailed account of the semantic search of E-learning documents using ontology based system by making comparison between various ontology systems. Based on this comparison, this survey attempts to identify the possible directions for future research. Keywords: ontology; semantic search; classification criteria. I. INTRODUCTION The ever increasing vast volume of information in the World Wide Web presents new challenges and opportunities in the development of systems for obtaining, organizing, accessing, and updating information needed for various applications. Web information retrieval system faces numerous challenges in helping users to locate the required information accurately. In addition, accessing and aggregating the information from various sources automatically also poses serious challenges to current retrieval systems. The aim of the Semantic Web is to expand the functionality of the present Web standards and technology in order to make the semantics of the Web a machine processible system [1]. Ontology based system are used to improve the interaction between human and machine. The Semantic Web depends on the ontology based system for the purpose of structuring the underlying data for inclusive and transportable machine understanding. Thus, the success of the Semantic Web depends strongly on the ontology based system. Ontology based semantic search is fast becoming a recognized technique in the information retrieval process which makes use of background knowledge of the domain ontology.The research interest in ontology based search has been ever growing. This paper compares the different ontology based search techniques developed in the recent years. The different approaches used in the domain ontology to process search request will be discussed in detail. The primary aim of the semantic search using ontology based system is to maximize the three important parameters, namely, precision, recall and F-Measure. The rest of the paper is organized as follows. Section 2 discuss on the common conditions used in the classification of semantic search approaches using ontology. Section 3 describes selected papers which have successfully implemented ontology system in semantic Web retrieval system. Finally, Section 4 concludes the paper. II. CRITERIA USED IN THE CLASSIFICATION OF ONTOLOGY This section presents the most common criteria used in the classification of ontology based search technologies. 2.1 Technology used in developing Ontology The important criterion in the selection of ontology for Semantic Web includes the technology upon which it is based on [14]. Ontology technologies includes various components like inference engine, annotation tools, ontology based crawlers and mining tools. The ontology description language is commonly used to represent ontologies. Some of the standard ontology description languages contains technologies like RDF and OWL. For manipulating and storing the RDF data, AJAX and Java enabled Jena API has been used. 2.2 Annotation technique used in Semantic Semantic annotation concerns with the assigning of entities in the text links to their respective semantic descriptions [12]. In general, three types of semantic annotations are possible namely Manual semantic annotation, Semi-automatic semantic annotation and Automatic semantic annotation. 2.3 Indexing Process The process of storing information for quicker retrieval based on search query is called Indexing. A Search engine maintains the contents it encounters during the crawling process and store as indexes for the easier retrieval in future. The indexing process simplifies the matching step and without an index the retrieval process would require streaming through the collected Web pages. The types of indexing are given below:  Forwarded index: Stores the list of words for each document.  Inverted index: Stores the list of documents for each word.
  • 2. Integrated Intelligent Research (IIR) International Journal of Business Intelligents Volume: 05 Issue: 01 June 2016 Page No.25-27 ISSN: 2278-2400 26  Graph indexing: Given a query graph, look up an index and retrieve the set of answers and verify those graphs that contain the query graph and return the query results. 2.4 Ranking Ranking determines the order of results during a search query [5]. Search includes both matching and ranking. Matching identifies the subset of elements that needs to be scored. Ranking is the problem of determining the degree of matching using the notions of relevance. It is performed after semantic mapping. The rank will be calculated depending on the scoring of Web pages. The results of the ranked Web page are indexed prior to returning to the Web user. The type of ranking includes syntactic ranking model and semantic ranking model. In syntactic ranking model, the search is based on term matching between the query and the engine database. It uses IR techniques like Tfi-df, Google Page Rank’s interlink etc. On the other hand, in semantic ranking model, the search depends on the relevance of results achieved by bridging the gap between the syntax and semantics. This results in better output and improves user satisfaction. 2.5 Information Retrieval Model (IR Model) The IR model helps in providing a technique for formalization of information searching process. There are three IR models described in the literature which are as follows:  Boolean model – depends on keyword manipulation.  Vector model – depends on the user queries and treats documents as vectors in the space generated by all the terms.  Probabilistic model – depends on the mathematical model and uses the theory of probability. 2.6 Performance improvements The measurement metrics in ontology based semantic search includes parameters like precision, recall, precision, F-measure and mean average precision. The value of precision and recall lies between 0 and 1 and maximum value is 1. By using the ontological background knowledge of the search query terms, the precision and recall value will be increased. III. COMPARISON BETWEEN SELECTED APPROACHES In this section a detailed comparison of different approaches for information retrieval process based on ontology based search technique is presented. Conceptual Graph Matching (CGM) One of the earliest attempts in the ontology based search was based on the Conceptual Graph Matching for Semantic Search [2]. CGM was used as technique to describe the semantic similarity between concept, relations and conceptual graph. Here, semantic matching algorithm has been used to calculate the relationship between a resource CG and a query CG. XSEarch It is an XML based semantic search engine that provides a powerful and simple query language suitable for naïve user. XSEarch forms the background for a semantic search engine over XML documents. The result of XSEarch will be semantically related document fragments instead of retrieving the entire documents [3]. IR techniques like tfidf and similarity measure between the query and document is employed in this approach. Inverted index and ranking based on the semantic relevance is used. Ontology based Semantic Search Here the resources to be retrieved are semantically annotated using an existing platform. Then, using ontology the knowledge domain which performs queries can be described [4]. This approach has features like ontology navigation which enhances retrieval of resources in terms of given query. In this approach, annotations composed of RDF triples are used to semantically describe the documents. Vector Space Model for Ontology based IR In this approach, ontology system is used for realizing semi- automatic annotation of documents and for developing an effective retrieval system [5]. A knowledge base has been built and associated to the information source or document based by using several domain ontologies that describes concepts appearing in the document text. Learning ontology-based user profiles: A semantic approach to personalized Web search In this approach, a personalized search that uses ontological profiles by assigning implicitly derived interest scores to existing concepts in domain ontology [6]. A spreading activation algorithm was proposed for maintaining the interest score in the user profile based on the users on going behavior. Each and every concept in domain ontology is annotated based on the interest score. The documents are indexed under concept along with all of the documents under all of the sub concepts. SPARK: adapting keyword query to semantic searchThis approach is a more novel approach in which the keyword queries are automatically translated into formal logic queries so that the user can use keywords to perform semantic search [7]. Ontology- based interpretation of keywords for semantic searchTran et al (2009) developed an approach for translating keyword queries to DL conjunctive queries based on the background knowledge present in ontologies. The approach was demonstrated using Lucene search engine. For a given search, the approach returns the ontology entities with the information of neighboring entities (upto width “d”) [8]. Q2semantic Q2semantic proposed by Wang et al (2008) provides a scalable search solution based on a novel clustered graph structure that represents the summary of original ontology (Wang et al., 2008). This approach adopted several mechanisms for query ranking such as the query length, the relevance of ontology elements with respect to the query and the importance of ontology elements. Inverted index and query index were used for indexing. The ranking is based on the matching of the keywords with respect to the ontology elements such as concepts but not of relations and attributes [9].
  • 3. Integrated Intelligent Research (IIR) International Journal of Business Intelligents Volume: 05 Issue: 01 June 2016 Page No.25-27 ISSN: 2278-2400 27 Improving data discovery for metadata repositories through semantic search Berkley et al. (2009) proposed a semantic search system using a Metacat Metadata system that has the capability to store OWL- DL ontologies in addition to semantic annotations that link dataset attributes to ontology term. This advantage of the approach is that the keyword search can be applied to annotation by allowing more structured searches over annotations via ontology terms [10]. An ontology-based approach for semantics ranking of the Web search engines results This approach uses new semantic based approach for the purpose of evaluating IR system (Bouramoul et al., 2012). The proposed approach improves the selectivity of search tool and also enhances the evaluation procedure. This approach has been proved to have improved the performance of search engine and accuracy of the search results. Bouramoul et al. (2012) used WordNet ontology for extracting query terms, semantic projection and developed a vectorial model based on the semantic vector comprises of concepts rather than words [11]. Designing ontology based domain specific Web search engine for commonly used products using RDF In this approach, the RDF content is stored for the domain specific Web pages that exist in the domain specific repository [12]. This approach has several advantages, for example, user can obtain the basic information about the product from the search result page and it is not required to visit the search result links. This saves search time as well as Web page download cost [12]. OntDR: An Ontology-based Augmented Method for Document Retrieval This approach incorporates ontology for document retrieval in combination with array indexing [13]. The array indexing establishes the inter relation between the documents. IV. SMC MODEL We implement the new model is called SMC (Semantic Matched Concept) model. (In SMC Model, the Probability of having both the Outcome O and Evidence E is: (Probability of O occurring) multiplied by the (Prob of E given that O happened). The evidence, P (Outcome or Evidence) = P(Evidence given that the Outcome) times Prob (Outcome), scaled by the P(Evidence) .This approach is called as SMC. P(outcome/evidence) = P(Likelihood of Evidence) x Prior prob of outcome / P(Evidence)In NavieBayes, to predict an outcome of multiple evidence that case, the math gets very complicated. To get around that complication, one approach is to 'uncouple' multiple pieces of evidence, and to treat each of pieces of evidence as independent. V. CONCLUSION This paper has discussed on the classification system adopted in the semantic search system using ontology based approach. The common factors are identified and described in detail. This paper surveyed several ontological systems for semantic search and the salient features were discussed. Furthermore, the research is an ongoing work and several issues that need to be resolved have been identified. It can be concluded from the paper that even though large number of approaches are available for information retrieval using ontology based system, they are not proved to be adequate for certain tasks in semantics like annotation, indexing and retrieval. Thus, the combination of ontological system and the search system based on semantic search can be useful as an essential tool for tasks like semantic annotation, indexing and ranking for the purpose of quicker retrieval of a search query results based on the meaning of the term rather than on term. The existing methodology does not support classification and it lacks accurate and not efficient. The SMC model helps in getting relevant and meaningful e-content. The advantages are user to fetch the semantic word from the e- content. Reference [1] Shadbolt, Nigel, Wendy Hall, and Tim Berners-Lee. "The semantic Web revisited." Intelligent Systems, IEEE 21.3 (2006): 96-101. [2] Zhong, Jiwei, et al. "Conceptual graph matching for semantic search." Conceptual Structures: Integration and Interfaces. Springer Berlin Heidelberg, 2002.92-106. [3] Cohen, Sara, et al. "XSEarch: A semantic search engine for XML." Proceedings of the 29th international conference on Very large data bases- Volume 29. VLDB Endowment, 2003. [4] Bonino, Dario, et al. "Ontology driven semantic search." WSEAS Transaction on Information Science and Application 1.6 (2004): 1597-1605. [5] Castells, Pablo, Miriam Fernandez, and David Vallet. "An adaptation of the vector-space model for ontology-based information retrieval." Knowledge and Data Engineering, IEEE Transactions on 19.2 (2007): 261-272. [6] Sieg, Ahu, Bamshad Mobasher, and Robin Burke. "Learning ontology based user profiles: A semantic approach to personalized Web search." IEEE Intelligent Informatics Bulletin 8.1 (2007): 7-18. [7] Zhou, Qi, et al. "SPARK: adapting keyword query to semantic search." The Semantic Web. Springer Berlin Heidelberg, 2007.694- 707 [8] Tran, Thanh, et al. "Ontology-based interpretation of keywords for semantic search." The Semantic Web.Springer Berlin Heidelberg, 2007.523-536. [9] Wang, Haofen, et al. "Q2semantic: A lightweight keyword interface to semantic search." The Semantic Web: Research and Applications. Springer Berlin Heidelberg, 2008.584-598. [10] Berkley, Chad, et al. "Improving data discovery for metadata repositories through semantic search." Complex, Intelligent and Software Intensive Systems, 2009. CISIS'09. International Conference on IEEE, 2009. [11] Bouramoul, Abdelkrim, Mohamed-Khireddine Kholladi, and Bich-Liên Doan. "An ontology-based approach for semantics ranking of the Web search engines results." Multimedia Computing and Systems (ICMCS), 2012 International Conference on. IEEE, 2012. [12] Sinha, Sukanta, Rana Dattagupta, and Debajyoti Mukhopadhyay. "Designing an ontology based domain specific Web search engine for commonly used products using RDF." Proceedings of the CUBE International Information Technology Conference. ACM, 2012. [13] Yadav, Poonam, and R. P. Singh. "OntDR: An Ontology-based Augmented Method for Document Retrieval." International Journal of Computer Applications, 53, 17, 2012. [14] Krötzsch, Markus. "Efficient rule-based inferencing for OWL EL." Proceedings of the Twenty-Second international joint conference on Artificial Intelligence-Volume Volume Three. AAAI Press, 2011.