Measuring The Degree Of Similarity Between Web Ontologies Based On Semantic Coherence

Size: px
Start display at page:

Download "Measuring The Degree Of Similarity Between Web Ontologies Based On Semantic Coherence"

Transcription

1 Measuring The Degree Of Similarity Between Web Ontologies Based On Semantic Coherence ABHIK BANERJEE, HAREENDRA MUNIMADUGU, SRINIVASA RAGHAVAN VEDANARAYANAN, LAWRENCE J. MAZLACK Applied Computational Intelligence Laboratory University of Cincinnati, Ohio UNITED STATES Abstract: - The Internet comprises of a variety of websites, which both individually and in clusters generate large amounts of information. In order to make web pages machine-understandable we need a formal, explicit specification. This is provided by a Web Ontology. The importance of domain ontologies is widely recognized, particularly in its relation to the expected advent of the Semantic Web. For the task of detecting and recovering relevant ontologies, a means to measure the similarity between ontologies becomes a binding necessity on a vary large scale. The purpose of this paper is to describe a method that will effectively recognize and categorize different ontologies of the same domain and find the degree similarity between them to provide a framework for a research that can effectively provide a scope for merging the ontologies that relate to a similar concept in a domain. Key Words: - Ontology, merging, comparison, coherence, semantic web. 1 Introduction The Internet comprises of a variety of websites, which both individually and in clusters generate large amounts of information. It is up to human users to effectively and efficiently extract the information by having the machine do the work for us and fetch that information. In order to make web pages machine-understandable we need formal, explicit specifications. This is provided by a Web Ontology (from here on just Ontology will be used in place of Web Ontology). An illustration of knowledge by a group of concepts within a particular domain and the equivalent relationships between such concepts are called Ontology. Its main application is to rationale about the characteristics of that domain, and may be used to depict the domain [1]. Ontology is an important upcoming discipline and has great potential to enhance information management [2] [9]. The importance of ontologies pertaining to a particular domain is widely recognized, particularly in relation to the growth of Semantic Web. For the task of detecting and recovering relevant ontologies, a means to measure the similarity between ontologies becomes a binding necessity on a humungous scale [3]. The motivation also may include cases such as, If a person wants to find the right community with which he will be more comfortable to communicate, identification of similarity between ontologies (communities) can be of great benefit [3] [4]; a major application of this is to employ it in categorizing communities in social networks such as Facebook, Orkut, Twitter [5] [10]. In a major industry in the Web scenario - ontology engineering, it is supportive to find ontologies that are similar so that they can be easily used in tandem with other ones [3]. For illustration, when creating an ontology for astrophysics analysis, it would be better to find ISSN: ISBN:

2 both astronomy and physics ontologies that can be used in sync with each other [3]; In fresh and lucrative areas such as semantic search engines, where context-based search is considered the best, they return ontologies in response to a query, it would be valuable to introduce [3] [6] module that would find akin ontologies abstracted as a key. Distances can also be used for sorting responses to such a query that in consequence will lead to ontology grading, in lieu to ontology proximity [3] [7]. The purpose of this paper is to find the similarity measure between two ontologies and to provide a framework for future research for merging the ontologies that relate to a similar domain. The objective of this research is to recognize and categorize similar ontologies and subsequently produce a common consolidated ontology framework for a particular domain. Our central hypothesis is to use WordNet to find the semantic coherence between two nodes in two different ontologies. We make use of the lexical similarity, semantic similarity and tree transformation costs for attaching a value to the degree of similarity between 2 ontologies. The hypothesis has been formulated on the basis of the fact that a WordNet gives all the meanings of a particular word and also its synonyms. 2 Problem Formulation In several assorted areas such as prearranged databases expressed basically in text form, experimental biology, compiler optimization, and image investigation degree of similarity has been well evaluated [8]. The problem focused in the paper is to find the degree of similarity between two ontologies from the same domain. The long term goals of this research is to recognize and categorize similar ontologies, detect their domain and consequently provide a larger framework for data integration, so that, we can perform better analysis and data mining on global data to achieve coherent and highly specific, trustworthy results for user queries. In these researches edit cost (or edit distance) from one tree to another one is employed to measure similarity degree of two trees. Nevertheless, the basis of such ideas are mainly concentrated on discovering matches rooted in the structural or geometric perspective without considering the conceptual semantics of the tree nodes in the framework of knowledge [8]. A close to comprehensive study about the similarity between ontologies was carried out by Maedche [3]. In their research, ontology had a tree-like structure that would be used to model a concept in the form of a taxonomy [8]. A method was developed to measure the similarity between ontologies based on the ideas of lexicon, reference functions, and semantic cotopy [11]. The scheme was built on the hypothesis that the same terms will be used in different ontologies for concepts but their relative positions with respect to each ontology may vary according to that application or that user s priority [8] [12]. In such cases computing the taxonomic overlap cannot be fully achieved and evaluation on a lexical level becomes almost impossible [8]. The structural characteristics of trees, which are in a way crucial to discovery of similarity, were not taken into account by this research. 3 Problem Resolution Starting with a particular domain of ontologies is expected to decrease complexity with retaining the main issue of this research. The Tourism domain will be used for testing our hypothesis. Before we can continue with our testing we want to get our data defined and also get our different ontological trees generated and represented in a particular format. We have decided to choose a group of undergraduate students from the industrial engineering department. We will ask the students a screening test, which will consist of questions such as number of miles traveled, number of countries visited, mode of transportation, and so forth. Initially, we plan to use only those students who have traveled for more than 1000 miles, visited at least 3 countries and utmost of 5 countries and mode of transportation to these countries should have been through commercial flights. We will take a minimum of 3 groups of 25 students each based on the above criteria to design individual ontologies for the tourism domain. There are forms of knowledge representation that includes semantic nets, frames, rules, etc. ISSN: ISBN:

3 We decided to represent our Ontological trees in the form of frames. We chose to use the Protégé tool to develop the ontological frames. The undergraduate students selected for the experimental setup will be given several hours training on the use of Protégé and how to use the interfaces for the creation of frames. Fig 1 shows one of the interfaces that will be used to develop these frames for knowledge representation. nodes that constitute the two ontological trees with the predefined threshold values Lexical Comparison Level At this level, we compare nodes that have lexically similar names. To find the lexical similarity, we use the concept of edit distance. The edit distance is used to measure the minimum number of operations that have to be performed which may be insertions, deletions, and substitutions in order to transform one string to another. The similarity measure is calculated based on this edit distance given by the following equation: Lexical Similarity Measure: (LSM)=(s-c)/s; [3] (1) Where, s - length of the shortest string and c- number of changes required to transform one string to another (edit distance). Fig 1. (Interface for designing frames in Protégé) After the ontological trees are developed, we will then compare the two ontologies at a time by running it through our system comprising of the lexical, semantic and tree transformation phase. To test the robustness of our system, the tests and subjects will be varied by choosing a different domains in a similar manner. 3.1 Testing For testing our hypothesis we define a 3 step approach, that comprise of Lexical comparison level Semantic comparison level Calculating the Transformation cost The three testing procedures are iteratively run for all the nodes in both the ontological trees and the numerical values are compared for all the Fig 2. Two ontologies A and B depicting university structure [8] The nodes that have similar names are taken into consideration from the corresponding on- ISSN: ISBN:

4 tologies. For example, in Fig 2, for nodes in ontology A, University A has best match with University B, LSM = (12-1)/12 = 0.91 Employee has the best match with Employee in Ontology B, LSM = 1 College has a bad match with any node, consequently, LSM = Semantic Comparison Level At the semantic level, we incorporate our approach of using WordNet to try and find the concept of the words that were found similar or not completely similar at the lexical level. WordNet can be suitable option to find the semantic similarity between nodes. Though the WordNet resembles the structure of thesaurus in many forms, one of the differences between them is that, apart from expressing the words in the forms of concepts, WordNet also tries to find the relationships between the words and the concepts. WordNet uses the concept of synsets as well as using the concept of synonyms. Hypernyms and hyponyms can also be treated as synsets. Hyponyms and hypernyms can be understood by a simple example; we say that car is a kind of vehicle. Here car is a hyponym and vehicle is a hypernym. Synsets are defined as words that have a similar meaning and also can be substituted in a sentence in place of each other without changing the actual meaning of the proposition. So, we can substitute the words car and vehicle in a sentence interchangeably, such as if we say that The car is traveling at a speed of 100 miles per hour can also be represented as The vehicle was traveling at a speed of 100 miles per hour. We suggest the idea, that besides comparing the lexical similarity of the two similar nodes in two different ontological tree structures, we also use WordNet to find whether the semantic meaning of the two nodes matches. We will write a function that will compare two words to see if they form synset pairs, taking into consideration the corresponding hypernyms and hyponyms. The function we define will check if the two pairs of words (nodes/concepts) from the two ontological trees are a pair of synsets by comparing them to the WordNet dictionary. This function will return a numerical value between 0 and 1, where a value of 1 implies complete semantic coherence between the two word pairs. Considering our example from Fig 1, the WordNet would ideally return College and School to be semantically coherent. So this can be used to re-label College to School in Ontology A Calculating the Transformation Cost We define operations such as insertion of a node, deletion of a node, moving a node, relabeling a node as transformations that when done to one ontology, would closely resemble the other ontology in consideration. We assign a transformation cost to each of these transformation operations and compute the net transformation cost. The cost of insertion or deletion is given by the expression [8], Ci/d = [(h-d) +1+ D] / V (2) Where, h - height of the tree (no. of levels), d - depth of the given node in the tree, V - number of nodes in the tree before insertion/deletion, and D - number of descendants to that node after it is inserted. Deletion and insertion are exemplified by Fig 3 that portrays a conversion from Ontology A to Ontology B: The costs for deletion and insertion are: Deletion of Professor node at level 4: C d = [(4-4) +1+0] / 5 = 0.2 (3) Insertion of Professor node at level 3: C i = [(3-3) +1+0]/5 = 0.2 (4) The cost of moving a node is given by the expression [8], Cm = [0.5*(D+I)*(V-2)] / 2 (5) Where, D - cost of deletion, I t he cost of insertion, and V - number of nodes in the tree before insertion/deletion. From equations (3) and (4), we have: Cm = [0.5*( )*(5-2)] / 2 = 0.3 ISSN: ISBN:

5 Fig 3. Deletion and insertion of node Professor [8] The re-labeling operation is useful when labels of nodes do not match between two concepts or ontologies. The cost of re-labeling is dependent on the semantic similarity between two given concepts denoted by s. The cost of re-labeling is assigned the same value as returned by the function defined in the semantic comparison level. The structure of the two ontologies after re-labeling is illustrated by Fig 4. Fig 4. Ontology B transformed to ontology A 3.2 Threshold Setting After comparing the two ontological trees we obtain three numerical values for each of our three steps. The numerical values from the lexical, semantic and transformation cost are compared to a predefined threshold value. For the case of lexical and semantic comparison, if the numerical values are greater than the threshold value we constitute the result to be true. In the case of calculation of transformation cost if the numerical value obtained is less than the threshold value we assume the result of the test to be true. Deciding the threshold value for the tests is a difficult question and also an important one. We take a range of threshold values for each of the three tests and repeat our experiments with different inputs in the same domain as well as inputs from various domains. With each iteration, we decide if the threshold values for each of the tests needs to be increased or decreased. After setting our threshold values for each of the tests, we run our experiment on various input ontology sets for various domains. 4 Conclusion The results obtained as a result of the three tests performed are a sufficient measure to decide if two ontological trees or two ontological structures are similar or not. The lexical and the semantic comparison of the nodes gives us an idea if the two ontologies has the same concepts defined, and the cost of transformation of the trees defines the cost that is required to transform one ontology to another. Future goals of the research include the merging of the two ontologies once we conclude that the two ontologies are similar. A merged ontology for each domain will be more efficient, maintainable and error free. It will help in removing ambiguity between the various web ontologies available. The future benefits of having a merged ontology includes finding common communities in various social networking sites, semantic searches over the wide span of data spread over the internet and to consolidate ontologies over various coherent research areas like astrophysics, geophysics and many others. ISSN: ISBN:

6 References:- [1] [2] Chen, E.; Wu, G An Ontology Learning Method Enhanced by Frame Semantics. In ISM 2005: Proceedings of the Seventh IEEE International Symposium on Multimedia, [3] Maedche, A.; Staab, S Measuring Similarity Between Ontologies. In EKAW '02: Proceedings of the 13th International Conference on Knowledge Engineering and Knowledge Management. Ontologies and the Semantic Web, Springer-Verlag, London, UK, [4] Jung, J.; Euzenatl J Towards Semantic Social Networks. In Proc. 4th European Semantic Web Conference, Innsbruck (AT), volume 4519 of Lecture Notes in Computer Science, [5] Jung,J.; Zimmermann, A.; Euzenat.; J Concept-Based Query Transformation Based On Semantic Centrality In Semantic Peer-To-Peer Environment. In Proc. Advances in Data and Web Management, Joint 9th Asia-Pacific Web Conference (APWeb) and 8th International Conference, on Web- Age Information Management (WAIM), Huang Shan (CN), volume 4505 of Lecture Notes in Computer Science, [6] D Aquin, M.; Claudio Baldassarre, C.; Gridinoc, L.; Angeletou, S.; Sabou, M.; Motta; E Watson: A Gateway For Next Generation Semantic Web Applications. In Proc. Poster session of the International Semantic Web Conference (ISWC), Busan [7] Alani, H.; Brewster, C.; Ontology Ranking Based On The Analysis Of Concept Structures. In Proc. 3rd International conference on Knowledge Capture (K-Cap), Banff, [8] Xue, Y., Wang, C., Ghenniwa, H.H., Shen, W A Tree Similarity Measuring Method And Its Application to Ontology Comparison. J.JUS 15, [9] Jorge Gracia, Vanessa Lopez, Mathieu D Aquin, Marta Sabou, Enrico Motta, Eduardo Mena Solving Semantic Ambiguity To Improve Semantic Web Based Ontology Matching. In Proc. 2nd ISWC Ontology matching workshop (OM), Busan, [10] Khelif, K., Gandon, F.L., Corby, O., Dieng- -Kuntz, R Using The Intension Of Classes And Properties Definition In Ontologies For Word Sense Disambiguation, Knowledge Engineering: Practice and Patterns, 16th International Conference, EKAW 2008, Acitrezza, Italy, September 29 - October 2, 2008, [11] Ermolayev, V.; Keberle, N., Matzke,W An Upper Level Ontology Model for Engineering Design Performance Domain, Proc 27th International Conference on Conceptual Modeling (ER 2008), Barcelona, Spain, October [12] Liu, B., Zhang, H., Yang, X GY- RTI: An Integrated Distributed Simulation Environment. In Proc. IEEE International Conference on Networking, Sensing and Control (ICNSC 2008), ISSN: ISBN:

Ontology Matching with CIDER: Evaluation Report for the OAEI 2008

Ontology Matching with CIDER: Evaluation Report for the OAEI 2008 Ontology Matching with CIDER: Evaluation Report for the OAEI 2008 Jorge Gracia, Eduardo Mena IIS Department, University of Zaragoza, Spain {jogracia,emena}@unizar.es Abstract. Ontology matching, the task

More information

Solving Semantic Ambiguity to Improve Semantic Web based Ontology Matching

Solving Semantic Ambiguity to Improve Semantic Web based Ontology Matching Solving Semantic Ambiguity to Improve Semantic Web based Ontology Matching Jorge Gracia 1, Vanessa López 2, Mathieu d Aquin 2, Marta Sabou 2, Enrico Motta 2, and Eduardo Mena 1 1 IIS Department, University

More information

A Comprehensive Analysis of using Semantic Information in Text Categorization

A Comprehensive Analysis of using Semantic Information in Text Categorization A Comprehensive Analysis of using Semantic Information in Text Categorization Kerem Çelik Department of Computer Engineering Boğaziçi University Istanbul, Turkey celikerem@gmail.com Tunga Güngör Department

More information

Improving Suffix Tree Clustering Algorithm for Web Documents

Improving Suffix Tree Clustering Algorithm for Web Documents International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2015) Improving Suffix Tree Clustering Algorithm for Web Documents Yan Zhuang Computer Center East China Normal

More information

Web Information Retrieval using WordNet

Web Information Retrieval using WordNet Web Information Retrieval using WordNet Jyotsna Gharat Asst. Professor, Xavier Institute of Engineering, Mumbai, India Jayant Gadge Asst. Professor, Thadomal Shahani Engineering College Mumbai, India ABSTRACT

More information

WATSON: SUPPORTING NEXT GENERATION SEMANTIC WEB APPLICATIONS 1

WATSON: SUPPORTING NEXT GENERATION SEMANTIC WEB APPLICATIONS 1 WATSON: SUPPORTING NEXT GENERATION SEMANTIC WEB APPLICATIONS 1 Mathieu d Aquin, Claudio Baldassarre, Laurian Gridinoc, Marta Sabou, Sofia Angeletou, Enrico Motta Knowledge Media Institute, the Open University

More information

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES

TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES TERM BASED WEIGHT MEASURE FOR INFORMATION FILTERING IN SEARCH ENGINES Mu. Annalakshmi Research Scholar, Department of Computer Science, Alagappa University, Karaikudi. annalakshmi_mu@yahoo.co.in Dr. A.

More information

Evolva: A Comprehensive Approach to Ontology Evolution

Evolva: A Comprehensive Approach to Ontology Evolution Evolva: A Comprehensive Approach to Evolution Fouad Zablith Knowledge Media Institute (KMi), The Open University Walton Hall, Milton Keynes, MK7 6AA, United Kingdom f.zablith@open.ac.uk Abstract. evolution

More information

A Tagging Approach to Ontology Mapping

A Tagging Approach to Ontology Mapping A Tagging Approach to Ontology Mapping Colm Conroy 1, Declan O'Sullivan 1, Dave Lewis 1 1 Knowledge and Data Engineering Group, Trinity College Dublin {coconroy,declan.osullivan,dave.lewis}@cs.tcd.ie Abstract.

More information

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 93-94

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 93-94 ه عا ی Semantic Web Ontology Engineering and Evaluation Morteza Amini Sharif University of Technology Fall 93-94 Outline Ontology Engineering Class and Class Hierarchy Ontology Evaluation 2 Outline Ontology

More information

Dynamic Ontology Evolution

Dynamic Ontology Evolution Dynamic Evolution Fouad Zablith Knowledge Media Institute (KMi), The Open University. Walton Hall, Milton Keynes, MK7 6AA, United Kingdom. f.zablith@open.ac.uk Abstract. Ontologies form the core of Semantic

More information

What can be done with the Semantic Web? An Overview of Watson-based Applications

What can be done with the Semantic Web? An Overview of Watson-based Applications What can be done with the Semantic Web? An Overview of Watson-based Applications Mathieu d Aquin, Marta Sabou, Enrico Motta, Sofia Angeletou, Laurian Gridinoc, Vanessa Lopez, and Fouad Zablith Knowledge

More information

Multi-Modal Data Fusion: A Description

Multi-Modal Data Fusion: A Description Multi-Modal Data Fusion: A Description Sarah Coppock and Lawrence J. Mazlack ECECS Department University of Cincinnati Cincinnati, Ohio 45221-0030 USA {coppocs,mazlack}@uc.edu Abstract. Clustering groups

More information

Ontology Based Search Engine

Ontology Based Search Engine Ontology Based Search Engine K.Suriya Prakash / P.Saravana kumar Lecturer / HOD / Assistant Professor Hindustan Institute of Engineering Technology Polytechnic College, Padappai, Chennai, TamilNadu, India

More information

SEQUENTIAL PATTERN MINING FROM WEB LOG DATA

SEQUENTIAL PATTERN MINING FROM WEB LOG DATA SEQUENTIAL PATTERN MINING FROM WEB LOG DATA Rajashree Shettar 1 1 Associate Professor, Department of Computer Science, R. V College of Engineering, Karnataka, India, rajashreeshettar@rvce.edu.in Abstract

More information

Mining User - Aware Rare Sequential Topic Pattern in Document Streams

Mining User - Aware Rare Sequential Topic Pattern in Document Streams Mining User - Aware Rare Sequential Topic Pattern in Document Streams A.Mary Assistant Professor, Department of Computer Science And Engineering Alpha College Of Engineering, Thirumazhisai, Tamil Nadu,

More information

XETA: extensible metadata System

XETA: extensible metadata System XETA: extensible metadata System Abstract: This paper presents an extensible metadata system (XETA System) which makes it possible for the user to organize and extend the structure of metadata. We discuss

More information

Ontology Modularization for Knowledge Selection: Experiments and Evaluations

Ontology Modularization for Knowledge Selection: Experiments and Evaluations Ontology Modularization for Knowledge Selection: Experiments and Evaluations Mathieu d Aquin 1, Anne Schlicht 2, Heiner Stuckenschmidt 2, and Marta Sabou 1 1 Knowledge Media Institute (KMi), The Open University,

More information

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating

Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Combining Review Text Content and Reviewer-Item Rating Matrix to Predict Review Rating Dipak J Kakade, Nilesh P Sable Department of Computer Engineering, JSPM S Imperial College of Engg. And Research,

More information

Computer-assisted Ontology Construction System: Focus on Bootstrapping Capabilities

Computer-assisted Ontology Construction System: Focus on Bootstrapping Capabilities Computer-assisted Ontology Construction System: Focus on Bootstrapping Capabilities Omar Qawasmeh 1, Maxime Lefranois 2, Antoine Zimmermann 2, Pierre Maret 1 1 Univ. Lyon, CNRS, Lab. Hubert Curien UMR

More information

Towards Rule Learning Approaches to Instance-based Ontology Matching

Towards Rule Learning Approaches to Instance-based Ontology Matching Towards Rule Learning Approaches to Instance-based Ontology Matching Frederik Janssen 1, Faraz Fallahi 2 Jan Noessner 3, and Heiko Paulheim 1 1 Knowledge Engineering Group, TU Darmstadt, Hochschulstrasse

More information

A Novel Architecture of Ontology based Semantic Search Engine

A Novel Architecture of Ontology based Semantic Search Engine International Journal of Science and Technology Volume 1 No. 12, December, 2012 A Novel Architecture of Ontology based Semantic Search Engine Paras Nath Gupta 1, Pawan Singh 2, Pankaj P Singh 3, Punit

More information

A conceptual model of trademark retrieval based on conceptual similarity

A conceptual model of trademark retrieval based on conceptual similarity Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 22 (2013 ) 450 459 17 th International Conference on Knowledge Based and Intelligent Information and Engineering Systems

More information

Latest development in image feature representation and extraction

Latest development in image feature representation and extraction International Journal of Advanced Research and Development ISSN: 2455-4030, Impact Factor: RJIF 5.24 www.advancedjournal.com Volume 2; Issue 1; January 2017; Page No. 05-09 Latest development in image

More information

Ontology Extraction from Heterogeneous Documents

Ontology Extraction from Heterogeneous Documents Vol.3, Issue.2, March-April. 2013 pp-985-989 ISSN: 2249-6645 Ontology Extraction from Heterogeneous Documents Kirankumar Kataraki, 1 Sumana M 2 1 IV sem M.Tech/ Department of Information Science & Engg

More information

WEIGHTING QUERY TERMS USING WORDNET ONTOLOGY

WEIGHTING QUERY TERMS USING WORDNET ONTOLOGY IJCSNS International Journal of Computer Science and Network Security, VOL.9 No.4, April 2009 349 WEIGHTING QUERY TERMS USING WORDNET ONTOLOGY Mohammed M. Sakre Mohammed M. Kouta Ali M. N. Allam Al Shorouk

More information

A Semantic Role Repository Linking FrameNet and WordNet

A Semantic Role Repository Linking FrameNet and WordNet A Semantic Role Repository Linking FrameNet and WordNet Volha Bryl, Irina Sergienya, Sara Tonelli, Claudio Giuliano {bryl,sergienya,satonelli,giuliano}@fbk.eu Fondazione Bruno Kessler, Trento, Italy Abstract

More information

Ontology Generation from Session Data for Web Personalization

Ontology Generation from Session Data for Web Personalization Int. J. of Advanced Networking and Application 241 Ontology Generation from Session Data for Web Personalization P.Arun Research Associate, Madurai Kamaraj University, Madurai 62 021, Tamil Nadu, India.

More information

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN:

IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, ISSN: IJREAT International Journal of Research in Engineering & Advanced Technology, Volume 1, Issue 5, Oct-Nov, 20131 Improve Search Engine Relevance with Filter session Addlin Shinney R 1, Saravana Kumar T

More information

Pattern Mining in Frequent Dynamic Subgraphs

Pattern Mining in Frequent Dynamic Subgraphs Pattern Mining in Frequent Dynamic Subgraphs Karsten M. Borgwardt, Hans-Peter Kriegel, Peter Wackersreuther Institute of Computer Science Ludwig-Maximilians-Universität Munich, Germany kb kriegel wackersr@dbs.ifi.lmu.de

More information

Ontology-Based Web Query Classification for Research Paper Searching

Ontology-Based Web Query Classification for Research Paper Searching Ontology-Based Web Query Classification for Research Paper Searching MyoMyo ThanNaing University of Technology(Yatanarpon Cyber City) Mandalay,Myanmar Abstract- In web search engines, the retrieval of

More information

Identifying and Ranking Possible Semantic and Common Usage Categories of Search Engine Queries

Identifying and Ranking Possible Semantic and Common Usage Categories of Search Engine Queries Identifying and Ranking Possible Semantic and Common Usage Categories of Search Engine Queries Reza Taghizadeh Hemayati 1, Weiyi Meng 1, Clement Yu 2 1 Department of Computer Science, Binghamton university,

More information

A Method for Semi-Automatic Ontology Acquisition from a Corporate Intranet

A Method for Semi-Automatic Ontology Acquisition from a Corporate Intranet A Method for Semi-Automatic Ontology Acquisition from a Corporate Intranet Joerg-Uwe Kietz, Alexander Maedche, Raphael Volz Swisslife Information Systems Research Lab, Zuerich, Switzerland fkietz, volzg@swisslife.ch

More information

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 95-96

Semantic Web. Ontology Engineering and Evaluation. Morteza Amini. Sharif University of Technology Fall 95-96 ه عا ی Semantic Web Ontology Engineering and Evaluation Morteza Amini Sharif University of Technology Fall 95-96 Outline Ontology Engineering Class and Class Hierarchy Ontology Evaluation 2 Outline Ontology

More information

Annotation Component in KiWi

Annotation Component in KiWi Annotation Component in KiWi Marek Schmidt and Pavel Smrž Faculty of Information Technology Brno University of Technology Božetěchova 2, 612 66 Brno, Czech Republic E-mail: {ischmidt,smrz}@fit.vutbr.cz

More information

Question Answering Approach Using a WordNet-based Answer Type Taxonomy

Question Answering Approach Using a WordNet-based Answer Type Taxonomy Question Answering Approach Using a WordNet-based Answer Type Taxonomy Seung-Hoon Na, In-Su Kang, Sang-Yool Lee, Jong-Hyeok Lee Department of Computer Science and Engineering, Electrical and Computer Engineering

More information

The HMatch 2.0 Suite for Ontology Matchmaking

The HMatch 2.0 Suite for Ontology Matchmaking The HMatch 2.0 Suite for Ontology Matchmaking S. Castano, A. Ferrara, D. Lorusso, and S. Montanelli Università degli Studi di Milano DICo - Via Comelico, 39, 20135 Milano - Italy {castano,ferrara,lorusso,montanelli}@dico.unimi.it

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) CONTEXT SENSITIVE TEXT SUMMARIZATION USING HIERARCHICAL CLUSTERING ALGORITHM

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) CONTEXT SENSITIVE TEXT SUMMARIZATION USING HIERARCHICAL CLUSTERING ALGORITHM INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & 6367(Print), ISSN 0976 6375(Online) Volume 3, Issue 1, January- June (2012), TECHNOLOGY (IJCET) IAEME ISSN 0976 6367(Print) ISSN 0976 6375(Online) Volume

More information

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION

TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION TEXT PREPROCESSING FOR TEXT MINING USING SIDE INFORMATION Ms. Nikita P.Katariya 1, Prof. M. S. Chaudhari 2 1 Dept. of Computer Science & Engg, P.B.C.E., Nagpur, India, nikitakatariya@yahoo.com 2 Dept.

More information

An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data

An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data An Intelligent Retrieval Platform for Distributional Agriculture Science and Technology Data Xiaorong Yang 1,2, Wensheng Wang 1,2, Qingtian Zeng 3, and Nengfu Xie 1,2 1 Agriculture Information Institute,

More information

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE

WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE WEB PAGE RE-RANKING TECHNIQUE IN SEARCH ENGINE Ms.S.Muthukakshmi 1, R. Surya 2, M. Umira Taj 3 Assistant Professor, Department of Information Technology, Sri Krishna College of Technology, Kovaipudur,

More information

Testing the Impact of Pattern-Based Ontology Refactoring on Ontology Matching Results

Testing the Impact of Pattern-Based Ontology Refactoring on Ontology Matching Results Testing the Impact of Pattern-Based Ontology Refactoring on Ontology Matching Results Ondřej Šváb-Zamazal 1, Vojtěch Svátek 1, Christian Meilicke 2, and Heiner Stuckenschmidt 2 1 University of Economics,

More information

SemSearch: Refining Semantic Search

SemSearch: Refining Semantic Search SemSearch: Refining Semantic Search Victoria Uren, Yuangui Lei, and Enrico Motta Knowledge Media Institute, The Open University, Milton Keynes, MK7 6AA, UK {y.lei,e.motta,v.s.uren}@ open.ac.uk Abstract.

More information

Theme Identification in RDF Graphs

Theme Identification in RDF Graphs Theme Identification in RDF Graphs Hanane Ouksili PRiSM, Univ. Versailles St Quentin, UMR CNRS 8144, Versailles France hanane.ouksili@prism.uvsq.fr Abstract. An increasing number of RDF datasets is published

More information

ImgSeek: Capturing User s Intent For Internet Image Search

ImgSeek: Capturing User s Intent For Internet Image Search ImgSeek: Capturing User s Intent For Internet Image Search Abstract - Internet image search engines (e.g. Bing Image Search) frequently lean on adjacent text features. It is difficult for them to illustrate

More information

Enhancing Clustering Results In Hierarchical Approach By Mvs Measures

Enhancing Clustering Results In Hierarchical Approach By Mvs Measures International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 6 (June 2014), PP.25-30 Enhancing Clustering Results In Hierarchical Approach

More information

Measuring Semantic Similarity between Words Using Page Counts and Snippets

Measuring Semantic Similarity between Words Using Page Counts and Snippets Measuring Semantic Similarity between Words Using Page Counts and Snippets Manasa.Ch Computer Science & Engineering, SR Engineering College Warangal, Andhra Pradesh, India Email: chandupatla.manasa@gmail.com

More information

Making Sense Out of the Web

Making Sense Out of the Web Making Sense Out of the Web Rada Mihalcea University of North Texas Department of Computer Science rada@cs.unt.edu Abstract. In the past few years, we have witnessed a tremendous growth of the World Wide

More information

Results of NBJLM for OAEI 2010

Results of NBJLM for OAEI 2010 Results of NBJLM for OAEI 2010 Song Wang 1,2, Gang Wang 1 and Xiaoguang Liu 1 1 College of Information Technical Science, Nankai University Nankai-Baidu Joint Lab, Weijin Road 94, Tianjin, China 2 Military

More information

NATURAL LANGUAGE PROCESSING

NATURAL LANGUAGE PROCESSING NATURAL LANGUAGE PROCESSING LESSON 9 : SEMANTIC SIMILARITY OUTLINE Semantic Relations Semantic Similarity Levels Sense Level Word Level Text Level WordNet-based Similarity Methods Hybrid Methods Similarity

More information

Text Document Clustering Using DPM with Concept and Feature Analysis

Text Document Clustering Using DPM with Concept and Feature Analysis Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 10, October 2013,

More information

Domain-specific Concept-based Information Retrieval System

Domain-specific Concept-based Information Retrieval System Domain-specific Concept-based Information Retrieval System L. Shen 1, Y. K. Lim 1, H. T. Loh 2 1 Design Technology Institute Ltd, National University of Singapore, Singapore 2 Department of Mechanical

More information

IMPROVING INFORMATION RETRIEVAL BASED ON QUERY CLASSIFICATION ALGORITHM

IMPROVING INFORMATION RETRIEVAL BASED ON QUERY CLASSIFICATION ALGORITHM IMPROVING INFORMATION RETRIEVAL BASED ON QUERY CLASSIFICATION ALGORITHM Myomyo Thannaing 1, Ayenandar Hlaing 2 1,2 University of Technology (Yadanarpon Cyber City), near Pyin Oo Lwin, Myanmar ABSTRACT

More information

ANALYTICS DRIVEN DATA MODEL IN DIGITAL SERVICES

ANALYTICS DRIVEN DATA MODEL IN DIGITAL SERVICES ANALYTICS DRIVEN DATA MODEL IN DIGITAL SERVICES Ng Wai Keat 1 1 Axiata Analytics Centre, Axiata Group, Malaysia *Corresponding E-mail : waikeat.ng@axiata.com Abstract Data models are generally applied

More information

Efficient Discovery of Semantic Web Services

Efficient Discovery of Semantic Web Services ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Open Research Online The Open University s repository of research publications and other research outputs

Open Research Online The Open University s repository of research publications and other research outputs Open Research Online The Open University s repository of research publications and other research outputs Evaluating semantic relations by exploring ontologies on the Semantic Web Conference or Workshop

More information

Automatic Wordnet Mapping: from CoreNet to Princeton WordNet

Automatic Wordnet Mapping: from CoreNet to Princeton WordNet Automatic Wordnet Mapping: from CoreNet to Princeton WordNet Jiseong Kim, Younggyun Hahm, Sunggoo Kwon, Key-Sun Choi Semantic Web Research Center, School of Computing, KAIST 291 Daehak-ro, Yuseong-gu,

More information

Cluster-based Instance Consolidation For Subsequent Matching

Cluster-based Instance Consolidation For Subsequent Matching Jennifer Sleeman and Tim Finin, Cluster-based Instance Consolidation For Subsequent Matching, First International Workshop on Knowledge Extraction and Consolidation from Social Media, November 2012, Boston.

More information

SEMANTIC WEBSERVICE DISCOVERY FOR WEBSERVICE COMPOSITION

SEMANTIC WEBSERVICE DISCOVERY FOR WEBSERVICE COMPOSITION Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation

Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation Clustering Web Documents using Hierarchical Method for Efficient Cluster Formation I.Ceema *1, M.Kavitha *2, G.Renukadevi *3, G.sripriya *4, S. RajeshKumar #5 * Assistant Professor, Bon Secourse College

More information

Enterprise Multimedia Integration and Search

Enterprise Multimedia Integration and Search Enterprise Multimedia Integration and Search José-Manuel López-Cobo 1 and Katharina Siorpaes 1,2 1 playence, Austria, 2 STI Innsbruck, University of Innsbruck, Austria {ozelin.lopez, katharina.siorpaes}@playence.com

More information

Refining Ontologies by Pattern-Based Completion

Refining Ontologies by Pattern-Based Completion Refining Ontologies by Pattern-Based Completion Nadejda Nikitina and Sebastian Rudolph and Sebastian Blohm Institute AIFB, University of Karlsruhe D-76128 Karlsruhe, Germany {nikitina, rudolph, blohm}@aifb.uni-karlsruhe.de

More information

Contributions to the Study of Semantic Interoperability in Multi-Agent Environments - An Ontology Based Approach

Contributions to the Study of Semantic Interoperability in Multi-Agent Environments - An Ontology Based Approach Int. J. of Computers, Communications & Control, ISSN 1841-9836, E-ISSN 1841-9844 Vol. V (2010), No. 5, pp. 946-952 Contributions to the Study of Semantic Interoperability in Multi-Agent Environments -

More information

An Improving for Ranking Ontologies Based on the Structure and Semantics

An Improving for Ranking Ontologies Based on the Structure and Semantics An Improving for Ranking Ontologies Based on the Structure and Semantics S.Anusuya, K.Muthukumaran K.S.R College of Engineering Abstract Ontology specifies the concepts of a domain and their semantic relationships.

More information

Text Mining: A Burgeoning technology for knowledge extraction

Text Mining: A Burgeoning technology for knowledge extraction Text Mining: A Burgeoning technology for knowledge extraction 1 Anshika Singh, 2 Dr. Udayan Ghosh 1 HCL Technologies Ltd., Noida, 2 University School of Information &Communication Technology, Dwarka, Delhi.

More information

Research Article. ISSN (Print) *Corresponding author Zhiqiang Wang

Research Article. ISSN (Print) *Corresponding author Zhiqiang Wang Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2015; 3(2A):117-123 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

Improvement of Web Search Results using Genetic Algorithm on Word Sense Disambiguation

Improvement of Web Search Results using Genetic Algorithm on Word Sense Disambiguation Volume 3, No.5, May 24 International Journal of Advances in Computer Science and Technology Pooja Bassin et al., International Journal of Advances in Computer Science and Technology, 3(5), May 24, 33-336

More information

Tag Based Image Search by Social Re-ranking

Tag Based Image Search by Social Re-ranking Tag Based Image Search by Social Re-ranking Vilas Dilip Mane, Prof.Nilesh P. Sable Student, Department of Computer Engineering, Imperial College of Engineering & Research, Wagholi, Pune, Savitribai Phule

More information

Visualizing semantic table annotations with TableMiner+

Visualizing semantic table annotations with TableMiner+ Visualizing semantic table annotations with TableMiner+ MAZUMDAR, Suvodeep and ZHANG, Ziqi Available from Sheffield Hallam University Research Archive (SHURA) at:

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

ORES-2010 Ontology Repositories and Editors for the Semantic Web

ORES-2010 Ontology Repositories and Editors for the Semantic Web Vol-596 urn:nbn:de:0074-596-3 Copyright 2010 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes. This volume is published and copyrighted by its

More information

Leopold Franzens University Innsbruck. Ontology Learning. Institute of Computer Science STI - Innsbruck. Seminar Paper

Leopold Franzens University Innsbruck. Ontology Learning. Institute of Computer Science STI - Innsbruck. Seminar Paper Leopold Franzens University Innsbruck Institute of Computer Science STI - Innsbruck Ontology Learning Seminar Paper Applied Ontology Engineering (WS 2010) Supervisor: Dr. Katharina Siorpaes Michael Rogger

More information

MERGING BUSINESS VOCABULARIES AND RULES

MERGING BUSINESS VOCABULARIES AND RULES MERGING BUSINESS VOCABULARIES AND RULES Edvinas Sinkevicius Departament of Information Systems Centre of Information System Design Technologies, Kaunas University of Lina Nemuraite Departament of Information

More information

OWLS-SLR An OWL-S Service Profile Matchmaker

OWLS-SLR An OWL-S Service Profile Matchmaker OWLS-SLR An OWL-S Service Profile Matchmaker Quick Use Guide (v0.1) Intelligent Systems and Knowledge Processing Group Aristotle University of Thessaloniki, Greece Author: Georgios Meditskos, PhD Student

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976-6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

Fausto Giunchiglia and Mattia Fumagalli

Fausto Giunchiglia and Mattia Fumagalli DISI - Via Sommarive 5-38123 Povo - Trento (Italy) http://disi.unitn.it FROM ER MODELS TO THE ENTITY MODEL Fausto Giunchiglia and Mattia Fumagalli Date (2014-October) Technical Report # DISI-14-014 From

More information

Software Architecture Recovery based on Dynamic Analysis

Software Architecture Recovery based on Dynamic Analysis Software Architecture Recovery based on Dynamic Analysis Aline Vasconcelos 1,2, Cláudia Werner 1 1 COPPE/UFRJ System Engineering and Computer Science Program P.O. Box 68511 ZIP 21945-970 Rio de Janeiro

More information

Schema Quality Improving Tasks in the Schema Integration Process

Schema Quality Improving Tasks in the Schema Integration Process 468 Schema Quality Improving Tasks in the Schema Integration Process Peter Bellström Information Systems Karlstad University Karlstad, Sweden e-mail: peter.bellstrom@kau.se Christian Kop Institute for

More information

NUS-I2R: Learning a Combined System for Entity Linking

NUS-I2R: Learning a Combined System for Entity Linking NUS-I2R: Learning a Combined System for Entity Linking Wei Zhang Yan Chuan Sim Jian Su Chew Lim Tan School of Computing National University of Singapore {z-wei, tancl} @comp.nus.edu.sg Institute for Infocomm

More information

Requirements Engineering for Enterprise Systems

Requirements Engineering for Enterprise Systems Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Requirements Engineering for Enterprise Systems

More information

Extracting knowledge from Ontology using Jena for Semantic Web

Extracting knowledge from Ontology using Jena for Semantic Web Extracting knowledge from Ontology using Jena for Semantic Web Ayesha Ameen I.T Department Deccan College of Engineering and Technology Hyderabad A.P, India ameenayesha@gmail.com Khaleel Ur Rahman Khan

More information

Deep Web Crawling and Mining for Building Advanced Search Application

Deep Web Crawling and Mining for Building Advanced Search Application Deep Web Crawling and Mining for Building Advanced Search Application Zhigang Hua, Dan Hou, Yu Liu, Xin Sun, Yanbing Yu {hua, houdan, yuliu, xinsun, yyu}@cc.gatech.edu College of computing, Georgia Tech

More information

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning

A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning A Study on Metadata Extraction, Retrieval and 3D Visualization Technologies for Multimedia Data and Its Application to e-learning Naofumi YOSHIDA In this paper we discuss on multimedia database technologies

More information

Improving the Performance of the Peer to Peer Network by Introducing an Assortment of Methods

Improving the Performance of the Peer to Peer Network by Introducing an Assortment of Methods Journal of Computer Science 7 (1): 32-38, 2011 ISSN 1549-3636 2011 Science Publications Improving the Performance of the Peer to Peer Network by Introducing an Assortment of Methods 1 M. Sadish Sendil

More information

MEASUREMENT OF SEMANTIC SIMILARITY BETWEEN WORDS: A SURVEY

MEASUREMENT OF SEMANTIC SIMILARITY BETWEEN WORDS: A SURVEY MEASUREMENT OF SEMANTIC SIMILARITY BETWEEN WORDS: A SURVEY Ankush Maind 1, Prof. Anil Deorankar 2 and Dr. Prashant Chatur 3 1 M.Tech. Scholar, Department of Computer Science and Engineering, Government

More information

Introduction to Text Mining. Hongning Wang

Introduction to Text Mining. Hongning Wang Introduction to Text Mining Hongning Wang CS@UVa Who Am I? Hongning Wang Assistant professor in CS@UVa since August 2014 Research areas Information retrieval Data mining Machine learning CS@UVa CS6501:

More information

analyzing the HTML source code of Web pages. However, HTML itself is still evolving (from version 2.0 to the current version 4.01, and version 5.

analyzing the HTML source code of Web pages. However, HTML itself is still evolving (from version 2.0 to the current version 4.01, and version 5. Automatic Wrapper Generation for Search Engines Based on Visual Representation G.V.Subba Rao, K.Ramesh Department of CS, KIET, Kakinada,JNTUK,A.P Assistant Professor, KIET, JNTUK, A.P, India. gvsr888@gmail.com

More information

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine

Content Based Image Retrieval system with a combination of Rough Set and Support Vector Machine Shahabi Lotfabadi, M., Shiratuddin, M.F. and Wong, K.W. (2013) Content Based Image Retrieval system with a combination of rough set and support vector machine. In: 9th Annual International Joint Conferences

More information

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure

Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Evaluating Three Scrutability and Three Privacy User Privileges for a Scrutable User Modelling Infrastructure Demetris Kyriacou, Hugh C Davis, and Thanassis Tiropanis Learning Societies Lab School of Electronics

More information

An Approach for Accessing Linked Open Data for Data Mining Purposes

An Approach for Accessing Linked Open Data for Data Mining Purposes An Approach for Accessing Linked Open Data for Data Mining Purposes Andreas Nolle, German Nemirovski Albstadt-Sigmaringen University nolle, nemirovskij@hs-albsig.de Abstract In the recent time the amount

More information

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH

EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH EFFICIENT INTEGRATION OF SEMANTIC TECHNOLOGIES FOR PROFESSIONAL IMAGE ANNOTATION AND SEARCH Andreas Walter FZI Forschungszentrum Informatik, Haid-und-Neu-Straße 10-14, 76131 Karlsruhe, Germany, awalter@fzi.de

More information

Gap analysis of ontology mapping tools and techniques

Gap analysis of ontology mapping tools and techniques Loughborough University Institutional Repository Gap analysis of ontology mapping tools and techniques This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

ijade Reporter An Intelligent Multi-agent Based Context Aware News Reporting System

ijade Reporter An Intelligent Multi-agent Based Context Aware News Reporting System ijade Reporter An Intelligent Multi-agent Based Context Aware Reporting System Eddie C.L. Chan and Raymond S.T. Lee The Department of Computing, The Hong Kong Polytechnic University, Hung Hong, Kowloon,

More information

Towards the Automatic Creation of a Wordnet from a Term-based Lexical Network

Towards the Automatic Creation of a Wordnet from a Term-based Lexical Network Towards the Automatic Creation of a Wordnet from a Term-based Lexical Network Hugo Gonçalo Oliveira, Paulo Gomes (hroliv,pgomes)@dei.uc.pt Cognitive & Media Systems Group CISUC, University of Coimbra Uppsala,

More information

Simulating a Finite State Mobile Agent System

Simulating a Finite State Mobile Agent System Simulating a Finite State Mobile Agent System Liu Yong, Xu Congfu, Chen Yanyu, and Pan Yunhe College of Computer Science, Zhejiang University, Hangzhou 310027, P.R. China Abstract. This paper analyzes

More information

Context Ontology Construction For Cricket Video

Context Ontology Construction For Cricket Video Context Ontology Construction For Cricket Video Dr. Sunitha Abburu Professor& Director, Department of Computer Applications Adhiyamaan College of Engineering, Hosur, pin-635109, Tamilnadu, India Abstract

More information

GrOnto: a GRanular ONTOlogy for Diversifying Search Results

GrOnto: a GRanular ONTOlogy for Diversifying Search Results GrOnto: a GRanular ONTOlogy for Diversifying Search Results Silvia Calegari Gabriella Pasi University of Milano-Bicocca V.le Sarca 6/4, 6 Milano, Italy {calegari,pasi}@disco.unimib.it ABSTRACT Results

More information

Measuring and Evaluating Dissimilarity in Data and Pattern Spaces

Measuring and Evaluating Dissimilarity in Data and Pattern Spaces Measuring and Evaluating Dissimilarity in Data and Pattern Spaces Irene Ntoutsi, Yannis Theodoridis Database Group, Information Systems Laboratory Department of Informatics, University of Piraeus, Greece

More information

Client Collaborator with Multimedia

Client Collaborator with Multimedia Client Collaborator with Multimedia 1 Yogiraja v, 2 Mr Ashok B.P 1 Final Year Student, 2 Assistant Professor 1,2 Dept. of MCA,The Oxford College of Engineering Bomannahalli, Bangalore-560068 Abstract :

More information

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA

MATRIX BASED INDEXING TECHNIQUE FOR VIDEO DATA Journal of Computer Science, 9 (5): 534-542, 2013 ISSN 1549-3636 2013 doi:10.3844/jcssp.2013.534.542 Published Online 9 (5) 2013 (http://www.thescipub.com/jcs.toc) MATRIX BASED INDEXING TECHNIQUE FOR VIDEO

More information