Ontology Approach for Cross-Language Information Retrieval

Size: px
Start display at page:

Download "Ontology Approach for Cross-Language Information Retrieval"

Transcription

1 Ontology Approach for Cross-Language Information Retrieval S.M.Chaware 1, MPSTME, Mumbai Srikantha Rao 2, TIMSCDR, Mumbai { 1 smchaware@gmail.com, 2 dr_s_rao@yahoo.com} Abstract Information retrieval is an important activity especially for cross-language environment. When the knowledge is represented by some means/method, it will be easy to retrieve the information. So, to represent knowledge ontology is a rich source, which may give better approach for information retrieval especially for cross language searching. There are various approaches to build ontology like using protégé toolkit, form decision tree data, or defining some mapping rules for the database with ontology terms. These approaches are either time consuming or complex. In this paper, proposed an approach to build ontology from relational database with some additional rules, which can be used for cross language information retrieval. The ontology can be build dynamically as per user s need, which will give overall knowledge domain to the user. The domain to build ontology is Grocery shop. The proposed system shows good results. 1. Introduction Cross-language information retrieval (CLIR) is a retrieval process in which the user presents queries in one language to retrieve information in another language. CLIR has gained popularity among Information Retrieval (IR) researches in recent years. CLIR is very much needed; especially when the user only knows his/her native language and it may not be possible to process native language all the time. Simple approaches have been developed for CLIR by using multi-lingual dictionary or Word Net. Ontology will be better choice for CLIR, as it covers the entire context and its relationships, which will be helpful for both user and system provider. Knowledge representation plays an important role in almost any domain. It not only gives an exact conclusion but also useful in decision making. There are many ways to represent knowledge, for example, database, taxomies etc. But the most prominent is ontology. There are two sources to build ontology. One of which is flat file, where the data can be stored randomly. The main problem with this technique is that file systems do not provide scalability, sharability or any query facility. The second source is relational database system, where data for a particular domain may be stored which will satisfy ACID properties. The database management system provides maturity, performance, robustness, reliability and availability. The second source is more reliable as they provide the data as per ontology terms. To acquire knowledge, even if for a small activity, every time there is need to access entire database. It will decrease the performance in terms result and also time consuming. In order to avoid this activity and to improve the performance, ontology may be best solution. Whenever any knowledge is required, data about that sub-domain can be considered, an ontology build which will give accurate knowledge. There are many methodologies proposed to build ontology, which covers the terms and their relationships, including tools, editors, top-down, bottom-up approach etc. Ontology is a hierarchically structured set of terms for describing a domain that can be used as a skeletal foundation for a knowledge base. According to this definition, the same ontology can be used for building several KBs, which would share the same skeleton. These skeletons can be extended by adding low level subconcepts or high level concepts that cover new areas. Such ontology will give easy and clear understanding of structure of ontology and inference mechanisms will become easier [1]. In this paper, system architecture has been proposed to build ontology from relational database, which can be useful to acquire knowledge about domain. The result shows that the approach is faster and useful to the users. 2. Ontology Building Survey Usually the ontology building is performed manually, but researchers try to build ontology automatically or semi automatically to save the time and the efforts. We survey in this section the most important approaches that generate ontology from data. There exists a group of definitions based on the procedure to build the ontology. These definitions highlight the relationships between ontology and knowledge bases. For example, the definition given by Bernaras and colleagues in the framework of KACTUS project: Ontology provides the means for describing explicitly the conceptualization behind the knowledge represented in a knowledge base. This definition proposes the extraction of ontology from a knowledge base (KB), which will give approach to build ontology. In this approach, the ontology is built following a bottom-up strategy, on the basis of an application KB, by means of an abstraction process. 379

2 There are certain tools are available like Protégé, which gives an environment to build ontology. It gives an interface which will use the class, subclass, and its attributes as concept, sub-concept and its relationships. It does not use any fixed approach, but modification to an existing ontology is easier [2]. Abd-Elraman et.al. proposed a method for building ontology from data. They generate the ontology by applying data mining technique such as decision tree to the data. Decision tree gives the knowledge from the data in a prescribed way. They map the data from decision tree as ontology terms such as concept, sub-concept and its relationships. Finally, they represent ontology in the form of XML and/or OWL [3]. Irina et. al. proposed a methodology to store ontology in the form of SQL relational databases. They mapped the ontology terms with databases. They designed some rules that mapped both [4]. Shufeng Zhou et al proposed the methodology of using transformation rules for ontology acquisition from relational database. Some rules have been proposed to map both [5]. 3. Pitfalls of Existing Methodologies There are some pitfalls from existing methodologies. They are as below: The ontology building approach uses bottom-up approach, which will not give exact components to merge to form ontology. With the reuse of ontology skeletal, there is no approach to reuse the existing ontology. Certain tools have been used to build ontology. Each one has its limitations or may not be suitable to build entire ontology for domain. To build ontology, each time we have to construct decision tree. It will be cumbersome and timeconsuming. The rules are not enough to transform relational database to ontology. 4. Domain for Ontology In this paper, the domain has been taken as Grocessry Shop, where there is a need for CLIR, especially in rural areas. The assumptions are, first, the user or customer only knows his/her native language as Hindi or Marathi. Second, he wishes to use the system to order grocessry items either online or at the shop. Third, the owner of the shop understands the native languages along with English. In order to build ontology, some user s scenarios have been considered as sub domain. According to sub domain, the appropriate relations will be accessed. One of them is Puri-Chhole, where the details about items and knowledge to make menu may be required. 5. Proposed System Architecture for Building Ontology 5.1 User s Scenario User will come to the shop to use the system or the system can be accessible online. He will choose the receipe as Puri-chhole. Let us assume that the user does not know much about the items needed for the receipe and the procedure to make. The system will ask some questions and get the answers from the user inputted by the his/her native language. From this, the user will be acquainted about the items needed for the receipe or some raw data can be provided or acquired to and from the user. The answers from the module will be the source to build ontology, which can be used to represent the knowledge about the menu. 5.2 Knowledge Pool for the user Once the user will provide the answers in local language, those will be checked or searched with the database after translating into English, as we are maintaining the data in English as global language. According to the proposed algorithm, ontology can be build. For this ontology, the user can be prompted to make certain inference about the menu. He will definitely get the knowledge from the ontology knowledge pool. For each user scenario, different ontology can be build dynamically. 5.3 Proposed Overall System Architecture The overall system architecture of our CLIR system is shown in figure 1.The entered local language keyword is being translated or transliterated into English by translation/transliteration module. We use the machine-readable bi-lingual Hindi-> English and Marathi->English dictionaries for keyword translation. Hindi and Marathi are morphologically rich [5]. Therefore, their keywords are stemmed before looking up in the bi-lingual dictionary. If the word is found from dictionary, then it goes to the database to extract the terms needed to build ontology. These terms will be extracted as per the implementation rules described in section V. In some cases, transliteration will be needed to translate local language string into English and vise-versa. For example, the string in Hindi as ग प ट is to transliterated into English as Dhara. The different modules are as follows: User Interface : This module is a user interface module, which provides the user the choice of his/her native language. This module will accept the keyword for domain and it gives to the next module. The user will choose the sub-domain for the ontology Parsing : The entered keyword will be interpreted by this module as simple or complex. If it is simple, the next step for ontology building will be followed i.e question/answer module will start to decide the concept and other terms for the 380

3 ontology. Else if the entered keyword is complex, it will be parsed by this module. Each keyword will be considered separately as input to the next module Question/Answer : This module is an important module, as it is leading to the actual building of the ontology. Our system will provide a set of questions according to the selected subdomain. The probable answers for these questions will be provided along with possible entries for the user. This module will take care of local language input for the question/answer set, which is forwarded to the translation module Stemmer : This module will take the input as answer from question/answer module and stem the keyword by removing all stop words to find the root word. This root word will be given for translation by the translation module Translator/Transliteration : Once the entered local language keyword is interpreted as answer for the prescribed question, this module will provide the translation from one language to another language using Bi-lingual dictionary. This module will directly translate the entered answer or transliterate in order to get its equivalent English keyword. Transliteration will be done on parsed strings, where the mapping methodology will be used on each character. Once the Hindi/Marathi keyword is translated into English, it will be passed on to the database module for searching. We had formed bi-lingual dictionary for an entire domain for translation Query : The keyword from translation/transliteration module will be taken to form SQL query according to question/answer module. Query will be passed to the database for searching and result will be accessed Database : This module will search the database for corresponding English keyword as table-name or attribute-name or attribute-value. If the entry is found, then according to the proposed algorithm and implementation rules, the ontology can be build. C.8 Ontology Building : This module actually builds ontology by acquiring one-by-one keyword from database. According to the proposed algorithm and implementation rules, each keyword will be placed to form hierarchy to represent ontology. Only, we have to represent the relationships among the concepts and subconcepts explicitly. Algorithm: Proposed Ontology Building Approach Input: Hindi/Marathi to English translated keyword/s Output: Ontology 1. Enter the keyword to acquire knowledge in local language. 2. If the keyword is simple, goto step 4 else goto step Parsing module: parse the complex keyword to get proper keywords, then goto step Translate/transliterate module, goto step Ontology building module: Search for table name or attribute name or attribute value from the database for the translated string/s. 6. According to translation rules, map the retrieved data to ontology terms. 7. According to sequence of rules, form the hierarchy from the data to display ontology. 8. Define the relationships as is-a and has within the concepts of ontology. 6. Implementation of Ontology Database According to the proposed algorithm for building ontology from database, we implemented the approach. Some rules have been developed in construction of ontology from database. They are given below. TABLE 1: SAMPLE REPRESENTATION OF SUB- CONCEPT (PURI) FROM ONTOLOGY Nodes Ancestor Successor Relation (forword/backword) Puri NIL Grain needs/used for Grain Puri Completegrain has/is-a Complete- Grain Wheat has/is-a grain Wheat (leafnode) Completegrain Type, availability, price (attributes) 6.1 Translation/Transliteration Rules Has Rule 1: Entered keyword will be transliterated into English after parsing the keyword into vowel, consonant or modifier by transliteration module. Rule 2: Check its meaning from dictionary. If it does not have any meaning, then its transliteration will be considered as it is. Rule 3: else, it will be translated into English by using bi-lingual dictionary. 381

4 Question/Answ er Native-English Dictionary User Interface for Hindi/Marathi Keyword Simple or Comple Stemmer Translator/Tran sliteration Parsing Question/Answ er English Database Ontology Fig.1: Proposed Overall System Architecture 6.2. Query formation Rules Rule 4: Every translated keyword form SQL query according to question/answer module. 6.3 Transformation from relational database schema information to ontology Rule 5: If the entered keyword is a table name, then it maps as a class for concept. Rule 6: If the relation R does not contain foreign key, then R will become concept. Rule 7: For relations R1 and R2, if R2 contains a foreign key as R1 primary key, then R1 will become concept and R2 will be sub-concept. Rule 8: If the entered keyword is an attribute name of certain relation R, then its relation name will be sub-concept or concept depending on presence of foreign key. 6.4 Transformation from relational database attributes value to ontological instances Applying above rules, an ontological structure can be constructed from extracted database. Then to form leaf node as instance values for subconcept, we can apply following rules. Rule 9: If the entered keyword is an attribute value, then retrieve the relation with name, attribute name and its value from database. Depending on rule 4, the hierarchy will form as ontology. Rule 10: Extracted value will be leaf node for ontology. 7. EXAMPLE Consider a sub-domain as प र छ ल. Let us find out possible ontology terms that will describe some knowledge pool which may be useful to the user. The complex keyword प र छ ल will be parsed to get two keywords as प र and छ ल. For each keyword, we will have separate question/answer module to get ontology terms from database after translation or transliteration. For example, for प र, the question may be य आप प र क लए ग ह य ग ह क आट पस द कर ग? and possible answer may be ग ह य ग ह क आट or user may be prompted to enter for the possible answer. With this answer, the selected or entered keywords will be stemmed as ग ह and आट, both keywords will be translated into English and searched in the database to get concept, subconcept and relationships for ontology. 382

5 Ontology Representation in English (Hierarchy): Puri-Chhole - Puri (Concept) - Grain (Concept) - Complete-grain (Sub-concept) -Wheat (Attribute) -Wheat-type, price (Values) Fig. 4: Language Selection for Ontology Fig. 2: Ontology for puri chhole Figure 2 shows the possible ontology for puri with hierarchy of concepts, sub-concepts and attributes where an answer is entered as for one of the question. The possible relationships may be needs, used for, is-a or has, for example, wheat is-a complete-grain or wheat has type and price etc. Table1 shows the representation of ontology with relationship; from this we can calculate the ancestor or successor of any node from ontology. This will be helpful for inference analysis. Fig. 5: Q/A module for puri 8. Results and Conclusions The following screen shots show the result of building ontology from database according to the implementation strategy given in section VI. The result shows the natural language selection as Hindi (figure 4), selection of recipe as subdomain (figure 4), Q/A modules for puri and chhole as shown in figures 5 and 6 respectively, and finally we got on ontology as shown in figure 7. The result shows the complete, easy and simple way of building ontology from database. Fig. 6: Q/A module for Chhole Fig. 3: Welcome Screen for Ontology 383

6 9.References [1] Abd-Elraman et.al. Applying Data Mining for Ontology Building. [2] Osacr Corcho et. al., Methodologies tools and languages for building ontologies. Where is their meeting point?, Data and Knowledge Engineering 46 (2003) [3] Sanjay Kumar Malik et. al., Developing University Ontology in Education Domain using Protégé, International Journal of Engineering, Science and Technology, Volumn 2 (9), [4] Irina Astrova et. al., Storing OWL in Ontology in SQL Relational Databases, World Academy of Science, Engineering and Technology 29, [5] Shufeng Zhou et al, Ontologies Acquisition from Relational Databases, Computer and Information Scenece, Vol.3, No.1, Feb [6] Manoj Chinnakotla et. al., Hindi and Marathi to English Cross Language Information Retrieval at CLEF [7] Ketul B. Patel et. Al. Knowledge Discovery and Information retrieval. [8] Morteza rad et. Al. Concept-Based information Retrieval with Ontology Approach for Cross-Language Searching, World Applied Sciences journal 8 (8): Fig. 7: Ontology as IR from database 384

SEMANTIC MATCHING APPROACHES

SEMANTIC MATCHING APPROACHES CHAPTER 4 SEMANTIC MATCHING APPROACHES 4.1 INTRODUCTION Semantic matching is a technique used in computer science to identify information which is semantically related. In order to broaden recall, a matching

More information

Research Article. August 2017

Research Article. August 2017 International Journals of Advanced Research in Computer Science and Software Engineering ISSN: 2277-128X (Volume-7, Issue-8) a Research Article August 2017 English-Marathi Cross Language Information Retrieval

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Subject- Management Information Systems Maximum Marks: 30 Q.1 What do you mean by Information System? Explain its categories. Q.2 Briefly describe what is ERP? Q.3 What is basic component of any software?

More information

Instructions for filling application for IISER Admission 2019

Instructions for filling application for IISER Admission 2019 Instructions for filling application for IISER Admission 2019 The link to the registration page is provided at IISER admissions website. Please click on the Registration button available at on https://www.iiseradmission.in/?page_id=1509.

More information

SURVEY BASED ON AN APPROACH TO RETRIEVE LOGICAL SCHEMA FROM SHOPPING CART DATABASE

SURVEY BASED ON AN APPROACH TO RETRIEVE LOGICAL SCHEMA FROM SHOPPING CART DATABASE SURVEY BASED ON AN APPROACH TO RETRIEVE LOGICAL SCHEMA FROM SHOPPING CART DATABASE Rinkalkumar Patel 1, Shilpa Serasiya 2 1 Student-ME, Computer Engineering Department, Kalol Institute of Technology &

More information

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By:

INSTRUCTION MANUAL. Rajiv Gandhi Institute of Petroleum Technology, Jais ONLINE APPLICATION FORM FOR ADMISSIONS. Version 1.0. Designed & Developed By: INSTRUCTION MANUAL ONLINE APPLICATION FORM FOR ADMISSIONS Rajiv Gandhi Institute of Petroleum Technology, Jais Designed & Developed By: Index Sr.no Content Page No 1 Student Login 3 2 Registration Page

More information

A HINDI LANGUAGE PERSONAL ASSISTANT FOR ANDROID

A HINDI LANGUAGE PERSONAL ASSISTANT FOR ANDROID International Journal of Computer Engineering and Applications, Volume IX, Issue III, April 15 www.ijcea.com ISSN 2321-3469 Asha Bharambe 1, Adwait Vyas 2, Vedant Pandit 2, Chinmay Pai 2, Sanjay Wadhwa

More information

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90

SAMPLE PAPER FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 SAMPLE PAPER - 2014 FOUNDATION OF INFORMATION TECHNOLOGY Class IX Time :3 hrs. M.M: 90 General Instructions: All the questions are compulsory Question paper consists of two sections, Section A and Section

More information

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0

USER MANUAL. Online Payment Form (User Interface) For. Rajiv Gandhi Institute of Petroleum and Technology, Raebareli. Version 1.0 USER MANUAL For Rajiv Gandhi Institute of Petroleum and Technology, Raebareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

More information

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rajiv Gandhi Institute of Petroleum Technology, Jais. Version 1.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Jais Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank Collect

More information

TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE

TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE TOWARDS ONTOLOGY DEVELOPMENT BASED ON RELATIONAL DATABASE L. Ravi, N.Sivaranjini Department of Computer Science, Sacred Heart College (Autonomous), Tirupattur. { raviatshc@yahoo.com, ssk.siva4@gmail.com

More information

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By:

USER MANUAL. Online Payment Form. For. Rae Bareli. Version 2.0. Designed & Developed By: USER MANUAL For Rajiv Gandhi Institute of Petroleum Technology, Rae Bareli Online Payment Form (User Interface) Designed & Developed By: Index Sr.no Content Page No 1 Online Payment Page 3 2 State Bank

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

Ontology-based Architecture Documentation Approach

Ontology-based Architecture Documentation Approach 4 Ontology-based Architecture Documentation Approach In this chapter we investigate how an ontology can be used for retrieving AK from SA documentation (RQ2). We first give background information on the

More information

database, Database Management system, Semantic matching, Tokenizer.

database, Database Management system, Semantic matching, Tokenizer. DESIGN AND IMPLEMENTATION OF HINDI LANGUAGE INTERFACE TO DATABASE Ashish Kumar Department of Computer Science and Engineering, Quantum School of Technology, Uttarakhand, INDIA Abstract In the world of

More information

Ontology Creation and Development Model

Ontology Creation and Development Model Ontology Creation and Development Model Pallavi Grover, Sonal Chawla Research Scholar, Department of Computer Science & Applications, Panjab University, Chandigarh, India Associate. Professor, Department

More information

Chapter 13 XML: Extensible Markup Language

Chapter 13 XML: Extensible Markup Language Chapter 13 XML: Extensible Markup Language - Internet applications provide Web interfaces to databases (data sources) - Three-tier architecture Client V Application Programs Webserver V Database Server

More information

Building domain ontologies from lecture notes

Building domain ontologies from lecture notes Building domain ontologies from lecture notes Neelamadhav Gantayat under the guidance of Prof. Sridhar Iyer Department of Computer Science and Engineering, Indian Institute of Technology, Bombay Powai,

More information

INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI

INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI INTEGRATED URBAN & RURRAL DEVELOPMENT PROGRAM MAHARSHTRA,MUMBAI GUIDE LINES FOR JOB APPLICATION Date 26/12/2018 Step 1. - First Its Mandatory to Register on www.iurdp.org for job application. Step 2. -

More information

Creation of a Complete Hindi Handwritten Database for Researchers

Creation of a Complete Hindi Handwritten Database for Researchers Journal of Pure and Applied Science & Technology Copyright 2011 NLSS, Vol. 8(1), Jan 2018, pp. 52-60 Creation of a Complete Hindi Handwritten Database for Researchers Rama Gaur 1, * and Dr. V.S. Chouhan

More information

Approach for Mapping Ontologies to Relational Databases

Approach for Mapping Ontologies to Relational Databases Approach for Mapping Ontologies to Relational Databases A. Rozeva Technical University Sofia E-mail: arozeva@tu-sofia.bg INTRODUCTION Research field mapping ontologies to databases Research goal facilitation

More information

User Guide. for. Control Table Management Web Application

User Guide. for. Control Table Management Web Application User Guide for Control Table Management Web Application National Electoral Roll Management System (ERMS) Phase-I TABLE OF CONTENTS Sr. No. Topic Page No. 1 How to Login 1 2 Main Menu 2 3 Change Password

More information

National Informatics Centre, Pune

National Informatics Centre, Pune USER MANUAL Admission Portal (Version 1.) School Education And Sports Department Government of Maharashtra January 2015 (NIC-PUNE-G3-AdmissionPortal-UM001) National Informatics Centre, Pune No part of

More information

Building the NNEW Weather Ontology

Building the NNEW Weather Ontology Building the NNEW Weather Ontology Kelly Moran Kajal Claypool 5 May 2010 1 Outline Introduction Ontology Development Methods & Tools NNEW Weather Ontology Design Application: Semantic Search Summary 2

More information

Chapter 4 Research Prototype

Chapter 4 Research Prototype Chapter 4 Research Prototype According to the research method described in Chapter 3, a schema and ontology-assisted heterogeneous information integration prototype system is implemented. This system shows

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

As per given sort order at Pg 58, kindly mention position of standalone क in tabular format. BY Others

As per given sort order at Pg 58, kindly mention position of standalone क in tabular format. BY Others Page S. No. Version No. Concern Status 1 1.4.8 The draft should be vetted by two other independent wellknown Pending linguists, other than author(s) and their details to be shared. By TDIL Programme 2

More information

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages.

Join Consecutive Terms Concatenation of consecutive terms is performed at two stages. Working Note FIRE 2013 Improving Accuracy of SMS based FAQ retrieval Anwar Shaikh (Delhi Technological University, Delhi) Rajiv Ratn Shah (National University of Singapore, Singapore) Rahis Shaikh (Vellore

More information

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications

Smart Open Services for European Patients. Work Package 3.5 Semantic Services Definition Appendix E - Ontology Specifications 24Am Smart Open Services for European Patients Open ehealth initiative for a European large scale pilot of Patient Summary and Electronic Prescription Work Package 3.5 Semantic Services Definition Appendix

More information

Marathi Indic Input 3 - User Guide

Marathi Indic Input 3 - User Guide Marathi Indic Input 3 - User Guide Contents 1. WHAT IS MARATHI INDIC INPUT 3?... 2 1.1. SYSTEM REQUIREMENTS... 2 1.2. APPLICATION REQUIREMENTS... 2 2. TO INSTALL MARATHI INDIC INPUT 3... 2 3. TO USE MARATHI

More information

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016]

Event Stores (I) [Source: DB-Engines.com, accessed on August 28, 2016] Event Stores (I) Event stores are database management systems implementing the concept of event sourcing. They keep all state changing events for an object together with a timestamp, thereby creating a

More information

Proposal to encode the TAKRI VOWEL SIGN VOCALIC R

Proposal to encode the TAKRI VOWEL SIGN VOCALIC R Proposal to encode the TAKRI VOWEL SIGN VOCALIC R Srinidhi A srinidhi.pinkpetals24@gmail.com Sridatta A sridatta.jamadagni@gmail.com March 28, 2018 1 Introduction This is a proposal to encode the following

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

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

Cambridge International Examinations Cambridge International General Certificate of Secondary Education

Cambridge International Examinations Cambridge International General Certificate of Secondary Education Cambridge International Examinations Cambridge International General Certificate of Secondary Education HINDI AS A SECOND LANGUAGE 0549/02 Paper 2 Listening For examination from 209 MARK SCHEME Maximum

More information

Tansu Alpcan C. Bauckhage S. Agarwal

Tansu Alpcan C. Bauckhage S. Agarwal 1 / 16 C. Bauckhage S. Agarwal Deutsche Telekom Laboratories GBR 2007 2 / 16 Outline 3 / 16 Overview A novel expert peering system for community-based information exchange A graph-based scheme consisting

More information

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 4 ISSUE 1 APRIL ISSN:

INTERNATIONAL JOURNAL FOR TRENDS IN ENGINEERING & TECHNOLOGY VOLUME 4 ISSUE 1 APRIL ISSN: Ontology Based Approach for Semantic Information Retrieval System Amol Jamgade 1 1 Yeshwantrao Chavan College of Engg, Ctech, amoljamgade55@gmail.com Shivkumar Karale 2 2 Yeshwantrao Chavan College of

More information

Methodologies, Tools and Languages. Where is the Meeting Point?

Methodologies, Tools and Languages. Where is the Meeting Point? Methodologies, Tools and Languages. Where is the Meeting Point? Asunción Gómez-Pérez Mariano Fernández-López Oscar Corcho Artificial Intelligence Laboratory Technical University of Madrid (UPM) Spain Index

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

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ त"रक म $य कन ह त स य क य PA 01 and PA 02

वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स आ तरक म $य कन ह त स य क य PA 01 and PA 02 वधम न मह व र ख ल वववय लय न तक उप ध क यम B.A (First Year) थम वष ल क श सन स 2014-15 आ त"रक म $य कन ह त स य क य PA 01 and PA 02 य छ, आपक PA 01 और 02 प.यम क स य क य /भजव य ज रह ह2, जनक ववरण 5न6न क र ह :- प.यम

More information

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS

Digital MLS. A Quick Start Guide for Respected Members of Legislative Assembly and Council to submit devices online into MKCL s Digital MLS Digital MLS A Quick Start Guide for Respected Members of Legislative Assembly and online into MKCL s Version 1.0 THIS QUICK START GUIDE WILL EXPLAIN IN SHORT ABOUT: HOW TO LOG INTO DIGITAL-MLS SYSTEM,

More information

OCR For Handwritten Marathi Script

OCR For Handwritten Marathi Script International Journal of Scientific & Engineering Research Volume 3, Issue 8, August-2012 1 OCR For Handwritten Marathi Script Mrs.Vinaya. S. Tapkir 1, Mrs.Sushma.D.Shelke 2 1 Maharashtra Academy Of Engineering,

More information

Natural Language Interface for Databases in Hindi Based on Karaka Theory

Natural Language Interface for Databases in Hindi Based on Karaka Theory Natural Language Interface for Databases in Hindi Based on Karaka Theory Aanchal Kataria M.Tech Scholar Department of Computer Science and Applications Kurukshetra University Kurukshetra, Haryana, India

More information

Feedback on Draft Devanagari Script Behaviour for Hindi Ver 1.4.9

Feedback on Draft Devanagari Script Behaviour for Hindi Ver 1.4.9 Feedback on Draft Devanagari Script Behaviour for Hindi Ver 1.4.9 S. Page Remarks Concern Status No. Version No. 1 1.4.9 Test Report of Akshara, is missing. Pending Pl. check Annexure 5: Definition of

More information

DRAFT(S) IN WIDE CIRCULATION. Reference Date MSD 2/T Quality Management Sectional Committee, MSD 2

DRAFT(S) IN WIDE CIRCULATION. Reference Date MSD 2/T Quality Management Sectional Committee, MSD 2 DRAFT(S) IN WIDE CIRCULATION Reference Date MSD 2/T-63 21-05-2018 Quality Management Sectional Committee, MSD 2 All members of Quality Management Sectional Committee, MSD 2, its subcommittee, MSD 2:1 Management

More information

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019)

Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) Page 1 of 6 Cambridge GRADE 4 Semester 2 nd EXAMINATIONS (1st February 2019) SUBJECT First Language ENGLISH PAPER TITLE ENGLISH PAPER 1 Non-Fiction TIME: 1 hour MARKS: 50 marks SECTION A: Reading Comprehension(

More information

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages International Journal of Information Sciences and Application. ISSN 0974-2255 Volume 10, Number 1 (2018), pp. 23-36 International Research Publication House http://www.irphouse.com Comparative Study of

More information

Implementation of Semantic Information Retrieval. System in Mobile Environment

Implementation of Semantic Information Retrieval. System in Mobile Environment Contemporary Engineering Sciences, Vol. 9, 2016, no. 13, 603-608 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ces.2016.6447 Implementation of Semantic Information Retrieval System in Mobile

More information

Available online at ScienceDirect. Procedia Computer Science 52 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 52 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 52 (2015 ) 1071 1076 The 5 th International Symposium on Frontiers in Ambient and Mobile Systems (FAMS-2015) Health, Food

More information

Semantic-Based Web Mining Under the Framework of Agent

Semantic-Based Web Mining Under the Framework of Agent Semantic-Based Web Mining Under the Framework of Agent Usha Venna K Syama Sundara Rao Abstract To make automatic service discovery possible, we need to add semantics to the Web service. A semantic-based

More information

Introduction to Tools for IndoWordNet and Word Sense Disambiguation

Introduction to Tools for IndoWordNet and Word Sense Disambiguation Introduction to Tools for IndoWordNet and Word Sense Disambiguation Arindam Chatterjee, Salil Rajeev Joshi, Mitesh M. Khapra, Pushpak Bhattacharyya { arindam, salilj, miteshk, pb }@cse.iitb.ac.in Department

More information

Cross-Lingual Word Sense Disambiguation using Wordnets and Context based Mapping

Cross-Lingual Word Sense Disambiguation using Wordnets and Context based Mapping Cross-Lingual Word Sense Disambiguation using Wordnets and Context based Mapping Prabhat Pandey Rahul Arora {prabhatp,arorar}@cse.iitk.ac.in Department of Computer Science and Engineering IIT Kanpur Advisor

More information

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names

Block-2- Making 5 s. १. ट ल ज कर and 10 s Use of a and an number names SYLLABUS FOR STD I ACADEMIC YEAR 2016-17 Month English Math EVS Hindi Marathi sight words Block-1 Numbers 0 Block-1- My Family svar ³A sao AÁ (ग ण )एक ह त पर to 10 Block-2- My School Vowels Block-2- Making

More information

Improving the Performance of Search Engine With Respect To Content Mining Kr.Jansi, L.Radha

Improving the Performance of Search Engine With Respect To Content Mining Kr.Jansi, L.Radha Improving the Performance of Search Engine With Respect To Content Mining Kr.Jansi, L.Radha 1 Asst. Professor, Srm University, Chennai 2 Mtech, Srm University, Chennai Abstract R- Google is a dedicated

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015

International Journal of Computer Science Trends and Technology (IJCST) Volume 3 Issue 4, Jul-Aug 2015 RESEARCH ARTICLE OPEN ACCESS Multi-Lingual Ontology Server (MOS) For Discovering Web Services Abdelrahman Abbas Ibrahim [1], Dr. Nael Salman [2] Department of Software Engineering [1] Sudan University

More information

Performance Evaluation of Search Engines for Hindi Language Information Retrieval

Performance Evaluation of Search Engines for Hindi Language Information Retrieval Kumar Sourabh 1 and Vibhakar Mansotra 2 2 Associate Professor, 1,2 Department of Computer Science and IT, University of Jammu, Jammu 180001 J&K India 1 kumar9211.sourabh@gmail.com and 2 vibhakar20@yahoo.co.in

More information

EXTRACTION AND ALIGNMENT OF DATA FROM WEB PAGES

EXTRACTION AND ALIGNMENT OF DATA FROM WEB PAGES EXTRACTION AND ALIGNMENT OF DATA FROM WEB PAGES Praveen Kumar Malapati 1, M. Harathi 2, Shaik Garib Nawaz 2 1 M.Tech, Computer Science Engineering, 2 M.Tech, Associate Professor, Computer Science Engineering,

More information

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए

व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए 1 व ड ज एक स प म इनस क र प ट क -ब डड सक र य करन क ल ए Step 1 1. Go to Start-> Control Panel > Regional & Language Options >Click on Languages Tab Tick the Check box to Install files for complex scripts...

More information

स चन औ दस ज- म नक क क टल क प रस व

स चन औ दस ज- म नक क क टल क प रस व व य पक पर च लन म मस द स दर भ ददन क सर सदस य प रल खन औ स चन व षय सवमव, एमएसड 5 प रक शन औ ग र द क प र द य व क व षय सवमव, एम एस ड 6 प रब ध औ त र पर षद, एमएसड स अन य इच छ क एमएसड 5/ ट 134 01-01-2018 वप रय

More information

A Tutorial of Viewing and Querying the Ontology of Soil Properties and Processes

A Tutorial of Viewing and Querying the Ontology of Soil Properties and Processes A Tutorial of Viewing and Querying the Ontology of Soil Properties and Processes Heshan Du and Anthony Cohn University of Leeds, UK 1 Introduction The ontology of soil properties and processes (OSP) mainly

More information

Contextion: A Framework for Developing Context-Aware Mobile Applications

Contextion: A Framework for Developing Context-Aware Mobile Applications Contextion: A Framework for Developing Context-Aware Mobile Applications Elizabeth Williams, Jeff Gray Department of Computer Science, University of Alabama eawilliams2@crimson.ua.edu, gray@cs.ua.edu Abstract

More information

SkyEyes: A Semantic Browser For the KB-Grid

SkyEyes: A Semantic Browser For the KB-Grid SkyEyes: A Semantic Browser For the KB-Grid Yuxin Mao, Zhaohui Wu, Huajun Chen Grid Computing Lab, College of Computer Science, Zhejiang University, Hangzhou 310027, China {maoyx, wzh, huajunsir}@zju.edu.cn

More information

Ontology Based Prediction of Difficult Keyword Queries

Ontology Based Prediction of Difficult Keyword Queries Ontology Based Prediction of Difficult Keyword Queries Lubna.C*, Kasim K Pursuing M.Tech (CSE)*, Associate Professor (CSE) MEA Engineering College, Perinthalmanna Kerala, India lubna9990@gmail.com, kasim_mlp@gmail.com

More information

Mobile (Prepaid)Operator Margin Structure

Mobile (Prepaid)Operator Margin Structure Big Shop Recharge Off. No 1355 Anusmruti Sadan Back Side school No 4 Charholi RD Alandi devachi Tal - Khed Dist - Pune MH -412105 Mo No- 8308287889 / 7620405353 /7620045353 E-mail - central.tele7@gmail.com

More information

Encl: as above र ष ट र य क व और ग र म ण ववक स ब क National Bank for Agriculture and Rural Development ववत त य सम व शन और ब कक ग प र द य गगक ववभ ग

Encl: as above र ष ट र य क व और ग र म ण ववक स ब क National Bank for Agriculture and Rural Development ववत त य सम व शन और ब कक ग प र द य गगक ववभ ग Ref No. NB.HO.DFIBT/ 10585-11043 / DFIBT-70/ 2016-17 16 November 2016 Circular No. 271 / DFIBT- 37 / 2016 The Chairman / Managing Director/Chief Executive Officer Regional Rural Banks / State Co-operative

More information

A Tool for Storing OWL Using Database Technology

A Tool for Storing OWL Using Database Technology A Tool for Storing OWL Using Database Technology Maria del Mar Roldan-Garcia and Jose F. Aldana-Montes University of Malaga, Computer Languages and Computing Science Department Malaga 29071, Spain, (mmar,jfam)@lcc.uma.es,

More information

Creating Ontology Chart Using Economy Domain Ontologies

Creating Ontology Chart Using Economy Domain Ontologies Creating Ontology Chart Using Economy Domain Ontologies Waralak V. Siricharoen *1, Thitima Puttitanun *2 *1, Corresponding author School of Science, University of the Thai Chamber of Commerce, 126/1, Dindeang,

More information

It is an entirely new way of typing and hence please go through the instructions to experience the best usability.

It is an entirely new way of typing and hence please go through the instructions to experience the best usability. Panini Keypad allows you to write in all languages of India on the phone, fast and easily without the need of printed characters on the keypad. It is based on a patented invention of statistical predictive

More information

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6

epaper dainik jagran D9C1977F14595A8FA013E206E Epaper Dainik Jagran 1 / 6 Epaper Dainik Jagran 1 / 6 2 / 6 3 / 6 Epaper Dainik Jagran Jagran epaper - Dainik Jagran, Hindi newspaper known worldwide for its largest readership, is available now online at epaper.jagran.com, a hindi

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

Deep Learning Based Large Scale Handwritten Devanagari Character Recognition

Deep Learning Based Large Scale Handwritten Devanagari Character Recognition Deep Learning Based Large Scale Handwritten Devanagari Character Recognition Shailesh Acharya Institute Of Engineering Tribhuvan University Kathmandu, Nepal sailes437@gmail.com Ashok Kumar Pant Institute

More information

A Novel Model for QUestion Answering Railway System: QUARS

A Novel Model for QUestion Answering Railway System: QUARS Indian Journal of Science and Technology, Vol 9(20), DOI: 10.17485/ijst/2016/v9i20/84292, May 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Novel Model for QUestion Answering Railway System:

More information

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique Minal Bhise DAIICT, Gandhinagar, Gujarat, India 382007 minal_bhise@daiict.ac.in Abstract. The semantic web offers

More information

Context Based Web Indexing For Semantic Web

Context Based Web Indexing For Semantic Web IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 12, Issue 4 (Jul. - Aug. 2013), PP 89-93 Anchal Jain 1 Nidhi Tyagi 2 Lecturer(JPIEAS) Asst. Professor(SHOBHIT

More information

An Ameliorated Methodology to Eliminate Redundancy in Databases Using SQL

An Ameliorated Methodology to Eliminate Redundancy in Databases Using SQL An Ameliorated Methodology to Eliminate Redundancy in Databases Using SQL Praveena M V 1, Dr. Ajeet A. Chikkamannur 2 1 Department of CSE, Dr Ambedkar Institute of Technology, VTU, Karnataka, India 2 Department

More information

Combination of DROOL rules and Protégé knowledge bases in the ONTO-H annotation tool

Combination of DROOL rules and Protégé knowledge bases in the ONTO-H annotation tool Combination of DROOL rules and Protégé knowledge bases in the ONTO-H annotation tool Corcho O. 1,5, Blázquez, M. 1, Niño M. 1, Benjamins V.R. 1, Contreras J. 1, García A. 2, Navas E. 2, Rodríguez J. 2,

More information

A survey: Web mining via Tag and Value

A survey: Web mining via Tag and Value A survey: Web mining via Tag and Value Khirade Rajratna Rajaram. Information Technology Department SGGS IE&T, Nanded, India Balaji Shetty Information Technology Department SGGS IE&T, Nanded, India Abstract

More information

BUREAU OF INDIAN STANDARDS

BUREAU OF INDIAN STANDARDS BUREAU OF INDIAN STANDARDS Manak Bhavan, 9 Doc Bahadur ETD/42/ Shah 11302 Zafar Marg New Delhi 110002 Phones 2323 0131 2323 3375 Extn 4284 TeleFax +91 11 2323 1192 Website : www.bis.org.in email : eetd@bis.org.in

More information

Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains

Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains Toward a Knowledge-Based Solution for Information Discovery in Complex and Dynamic Domains Eloise Currie and Mary Parmelee SAS Institute, Cary NC About SAS: The Power to Know SAS: The Market Leader in

More information

Generating EML from a Relational Database Management System (RDBMS)

Generating EML from a Relational Database Management System (RDBMS) Page 13 of 34 Generating EML from a Relational Database Management System (RDBMS) - Zhiqiang Yang and Don Henshaw (AND) The Ecological Metadata Language (EML) is an open metadata specification and provides

More information

Modelling Structures in Data Mining Techniques

Modelling Structures in Data Mining Techniques Modelling Structures in Data Mining Techniques Ananth Y N 1, Narahari.N.S 2 Associate Professor, Dept of Computer Science, School of Graduate Studies- JainUniversity- J.C.Road, Bangalore, INDIA 1 Professor

More information

Chapter 8 The Enhanced Entity- Relationship (EER) Model

Chapter 8 The Enhanced Entity- Relationship (EER) Model Chapter 8 The Enhanced Entity- Relationship (EER) Model Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 8 Outline Subclasses, Superclasses, and Inheritance Specialization

More information

Extension and integration of i* models with ontologies

Extension and integration of i* models with ontologies Extension and integration of i* models with ontologies Blanca Vazquez 1,2, Hugo Estrada 1, Alicia Martinez 2, Mirko Morandini 3, and Anna Perini 3 1 Fund Information and Documentation for the industry

More information

Solving problem of semantic terminology in digital library

Solving problem of semantic terminology in digital library International Journal of Advances in Intelligent Informatics ISSN: 2442-6571 20 Solving problem of semantic terminology in digital library Herlina Jayadianti Universitas Pembangunan Nasional Veteran Yogyakarta,

More information

Semantic Web Mining and its application in Human Resource Management

Semantic Web Mining and its application in Human Resource Management International Journal of Computer Science & Management Studies, Vol. 11, Issue 02, August 2011 60 Semantic Web Mining and its application in Human Resource Management Ridhika Malik 1, Kunjana Vasudev 2

More information

Managing Learning Objects in Large Scale Courseware Authoring Studio 1

Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Managing Learning Objects in Large Scale Courseware Authoring Studio 1 Ivo Marinchev, Ivo Hristov Institute of Information Technologies Bulgarian Academy of Sciences, Acad. G. Bonchev Str. Block 29A, Sofia

More information

JENA: A Java API for Ontology Management

JENA: A Java API for Ontology Management JENA: A Java API for Ontology Management Hari Rajagopal IBM Corporation Page Agenda Background Intro to JENA Case study Tools and methods Questions Page The State of the Web Today The web is more Syntactic

More information

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents)

PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न म (Contents) PG Diploma Programmes PROGRAMME SUMMARY & FEE STRUCTURE वषय न "म (Contents) School of Management Studies and Commerce Page 1. PG Diploma in Marketing Management (PGDMM-17) 2-3 2. PG Diploma Human Resource

More information

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40:

Bid Sheet MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /17-18/9697 [148589] :35:00.0 :: :40: Seet Auction No. Period Of Auction Currenc y MSTC/BLR/MONITORING COMMITTEE /54/BANGALORE /7-8/9697 [48589] 7-9-4 5. 7-9-4 447.5654 INR der/ Info No. Of ders 7 No. Of Winners 7 No. Of s 8/W SL. No. der

More information

OWLMap: Fully Automatic Mapping of Ontology into Relational Database Schema

OWLMap: Fully Automatic Mapping of Ontology into Relational Database Schema OWLMap: Fully Automatic Mapping of into Relational Database Schema Humaira Afzal Department of Computer Science COMSATS Institute of Information Technology, Lahore, Pakistan Mahwish Waqas Department of

More information

MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion

MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion MIRACLE at ImageCLEFmed 2008: Evaluating Strategies for Automatic Topic Expansion Sara Lana-Serrano 1,3, Julio Villena-Román 2,3, José C. González-Cristóbal 1,3 1 Universidad Politécnica de Madrid 2 Universidad

More information

Information Retrieval System Based on Context-aware in Internet of Things. Ma Junhong 1, a *

Information Retrieval System Based on Context-aware in Internet of Things. Ma Junhong 1, a * Information Retrieval System Based on Context-aware in Internet of Things Ma Junhong 1, a * 1 Xi an International University, Shaanxi, China, 710000 a sufeiya913@qq.com Keywords: Context-aware computing,

More information

Wood Based Industries MIS Uttar Pradesh Forest Department

Wood Based Industries MIS Uttar Pradesh Forest Department Wood Based Industries MIS Uttar Pradesh Forest Department New License User Interface Design Document Version 1.0 1 1.0 REGISTRATION AND LOGIN 1.1 REGISTRATION प ज करण User: For submitting the proposal,

More information

Cross lingual Information Retrieval

Cross lingual Information Retrieval Cross lingual Information Retrieval Chapter 1. CLIR and its challenges A large amount of information in the form of text, audio, video and other documents is available on the web. Users should be able

More information

Madhya Pradesh Bhoj (Open) University, Bhopal

Madhya Pradesh Bhoj (Open) University, Bhopal Diploma in computer application (DCA)- 2017-18 Subject : - FUNDAMENTALS OF COMPUTERS AND INFORMATION TECHNOLOGY 2 & fo'ofo ky; }kjk iznk; l=h; mrrj iqflrdkvksa esa gy djuk vfuok;z gsa 1. What is Computer?

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

Protégé-2000: A Flexible and Extensible Ontology-Editing Environment

Protégé-2000: A Flexible and Extensible Ontology-Editing Environment Protégé-2000: A Flexible and Extensible Ontology-Editing Environment Natalya F. Noy, Monica Crubézy, Ray W. Fergerson, Samson Tu, Mark A. Musen Stanford Medical Informatics Stanford University Stanford,

More information

Knowledge Representations. How else can we represent knowledge in addition to formal logic?

Knowledge Representations. How else can we represent knowledge in addition to formal logic? Knowledge Representations How else can we represent knowledge in addition to formal logic? 1 Common Knowledge Representations Formal Logic Production Rules Semantic Nets Schemata and Frames 2 Production

More information

3 Publishing Technique

3 Publishing Technique Publishing Tool 32 3 Publishing Technique As discussed in Chapter 2, annotations can be extracted from audio, text, and visual features. The extraction of text features from the audio layer is the approach

More information

Web Technologies for Bioinformatics. Ken Baclawski

Web Technologies for Bioinformatics. Ken Baclawski Web Technologies for Bioinformatics Ken Baclawski Data Formats Flat files Spreadsheets Relational databases Web sites XML Documents Flexible very popular text format Self-describing records XML Documents

More information