Machine Translation of Indian Signs for Endocrinologist

Size: px
Start display at page:

Download "Machine Translation of Indian Signs for Endocrinologist"

Transcription

1 Machine Translation of Indian Signs for Endocrinologist Jagriti Mishra 1, GouriSankar Mishra 1,2, Kiran Ravulakollu 1,3, Ravi Rastogi 1,4, K.M Rafi 2,5 1 Department of Computer Science & Engineering, School of Engineering & Technology, ShardaUniversity.Greater Noida, INDIA 2 Key Foundation, New Delhi Abstract India being the second most populated country in the world with over a billion population and over a million hearing impaired and diabetes disease patients, a translation system which can translate a given input into sign languages can be used to disseminate information to the million hearing impaired patients. Such people find it difficult to access information in common places like hospitals and railway stations. A translation system which can convert English into Indian Sign Languages can be developed to help such people. Machine Translation (MT) is an innovative paradigm that promotes the advancement of science and technology to built smart environments. It advocates an invisible technological support layer of information processing to improve the quality of life. In this paper we discuss. Present study contains possibilities of integrating concept related to natural language processing (NLP) certain aspects of integrating English languages to sign language. Keywords MT, Sign, NLP, ISL, Linguistics I. INTRODUCTION Natural Language Processing (NLP) is the ability of computers of computer programs to understand the human language. Machine Translation is a field of Natural Language Processing which deals with automated translation. It is the process by which computer software is used to translate a text from one natural language (such as English) to another (such as Spanish or Sign language). Sign Linguistics, on the other hand, is a relatively new field of study in the area of Linguistics, and the combination - machine translation of sign languages - is less than twenty years old [15].Sign languages as languages have not been studied as extensively as spoken languages, and there is still much to be learned about them. Sign Linguistics, on the other hand, is a relatively new field of study in the area of Linguistics, and the combination machine translation of sign languages - is less than twenty years old [15]. With the requisite of a translation system able of converting an input into Sign Language and accompaniment of adequate advantages of developing such a system, Scientists are now trying to develop translators for specific domains to assist hearing impaired people. II. RELATIONAL WORK Computer is an integral part of human life now-a-days. In day-to-day life human depends upon computers for their various needs, right from laundry to dissection of human body, computers are involved in everything. Scientists and engineers are now trying to make computers understand natural languages. III. PAPER ORGANIZATION In section A we have introduced Natural Language, Machine Language, ISL [1] and in section B we have mentioned Includes Problem Foundation, Methodology. Section A 1. Natural Language Processing (NLP) is the computerized approach foranalysing text that is based on both a set of theories and computational techniques for analysing and representing naturally occurring texts achieving human technologies. Natural LanguageProcessing is a theoretically motivated range of - like language processing for a range of tasks or applications. The goal of NLP is to accomplish human-like language processing. 2. Machine Translation The objective of Machine Translation is to restore the meaning of original text into translated verse. In general the translation process has two levels: Metaphrase Metaphrase means word to word translation. The translated version will have literal translation for each word in text. But, translated text may not necessarily convey meaning of original text, i.e. the semantics of original text may be lost. Paraphrase The translated text will contain the core of the original text but may not necessarily contain the word to-word translation a) Machine Translation Architecture Machine translation system can be loosely grouped into three basic designs: Direct, Transfer, or Interlingua shown in Fig

2 Direct systems base their processing on the individual words of the source language string. In direct systems translation is obtained without performing any kind of syntactic analysis on the source input. In transfer systems, the input text is analyzed for syntax to some extent and then a special set of transfer rules are employed to read the information of the source language structure and produce a corresponding syntactic or semantic structure in the target language. In Interlingua systems, the text is analyzed and transformed into intermediary language which is independent of any of the languages involved in translation. The translated verse for the target language is then derived through this intermediate representation. [3] These figures are extrapolated from the number of people who are deaf and hard hearing in western nations. It would be realistic to believe that the actual number of people who are deaf and hard of hearing must be much higher, Increasing awareness about the nature of sign languages is evidenced in statements such as: Through sign languages, there is free and easy communication, Sign language is the mother tongue of the Deaf, and the like [12]. Scientists are trying to develop systems which can translate a given set of input text into an equivalent desired source language. One such system is developed by Purushottamkar et al [2]. They reported a cross-modal translation system from Hindi strings to Indian Sign Language (ISL) [11]. Though the number of deaf people learning ISL is rising there are only few people in the society who can converse with them in sign languages. Due to the paucity of people who can converse in ISL, the pain and trouble of the deaf and mute community still prevails[10]. A lot of problem is faced by the deaf and mute people during their visits to the doctors. Section B Fig.1.2 Machine Translation Architecture A translation machine can be developed to convert English text into Indian Sign Language (ISL)[4][5]and such a natural language processing system can lessen the pain and difficulties of deaf and mute citizens of India as shown in Fig 1.2(a). 3. Indian Sign Languages Fig. 1.2(a)Sign Representations India estimated that there are over a million people who are profoundly deaf and approximately 10 million hard of hearing people, in India. 1. Problem Description A translation system converting English text into Indian Sign Languages can be developed [9]. Developing a system dealing with all the possible domains in medical sciences is a tedious work. The development can be done domain wise. A system converting English text into Sign Languages for possible use by Endocrinologist, i.e. the doctor who specializes in dealing with Thyroid patients, can be developed. [6][7]The doctor will type his text that he wants to convey to the patient and the input text will be converted into an equivalent sign language output.[13][14] The deaf can interact with the doctor by writing his problems or else a system using pattern recognition can be developed to translate the pictorial input into comprehensive sequence of text or speech. 2. Methodology The translation system can be developed using python environment [6] which is usually the preferred programming platform for developing expert systems involving a lot of user inputs as shown in Fig.2. Direct or transfer architecture can be used to develop the required translation system. The following approach can be adopted to achieve the goal:- 113

3 b) Phase II Phase II involves development of the translation system. The input text will be parsed for its syntax which will then be tokenised. Tokenisation refers to breaking of the input text into small units called tokens. These small units can be words. After being broken into smaller units, a parsed tree will be established according to the grammar of English, i.e. Subject- Verb- Object. Then the English parse tree will be translated according to the grammar of Indian Sign Languages, i.e. Subject-Object- Verb. Then the translated text can be achieved. Fig 2 Methodology a) Phase 1 First phase of work includes collection of data for developing the translation system. For the development of the proposed work, all the possible conversations among diabetic patients and doctor should be available. I have collected all the possible conversations between an Endocrinologist and a patient from various hospitals and doctors. Conversation between a doctor and patient includes the questions that a doctor asks, and the suggestions doctor gives to his patient[8]. A sample of questions and answers has been mentioned below:- Questions - 1. Do you often feel hungry? 2. Are you eating enough but still losing weight? 3. Are you gaining weight? 4. Do you often suffer from fatigue? Suggestions- 1. Avoid mango 2. Avoid beet roots 3. Avoid potato 4. Consume fenugreek powder with milk or water 5. Reduce salt intake 6. Reduce sugar intake The next target is to understand the grammar of Indian Sign Languages, which has also been achieved. c) Design The system will take English text as input. The doctor can type the question or suggestion in a provided box. The box can show suggestions while the doctor types his input. The output shown to the patient can be in the form of pictures projected on a TV screen or a Computer screen. The images can be projected through animation or through captured photographs. Front end which will take text as input may look like the following figure Fig.3(a) and Fig.3(b):- Fig. 3(a) Translation System for Endocrinologist 114

4 The patient can write his problems to the doctor or a system can be developed which can capture images and can convert them into English text. The proposed system will convert the text typed by the doctor into Indian Sign Language understandable the hearing impaired patient. d) Challenges Fig. 3(b) Translation System for Endocrinologist Collection of all the possible patient- endocrinologist conversation is a daunting task. A lot of doctors have to be consulted in order to make sure that all the data has been collected. Understanding grammar of ISL- The amount of work done in India to develop Indian Sign Language is really inadequate. It is difficult to find research papers and books for Indian Sign Language. Many English words do not have an assigned sign The words which do not have an assigned signed in Indian Sign Language have to be spelled. Differences in dialects India are a country where language changes after every mile. The differences in dialects can be observed in Indian Sin Languages also. IV. CONCLUSION In this work a translation System is being developed which will convert English text into Indian Sign Languages for possible use by Endocrinologists. Hearing impaired people feel a lot of trouble when they have to access information in common places like hospitals and railway stations. Only few people can know how to express their thoughts using sing languages. Such a translation system can be an aid for hearing impaired people in public places. Diabetes is a prevailing disease in India. Many diabetic patients must be hearing impaired. Diabetic patients need to visit their doctors on a regular basis. V. FUTURE SCOPE The proposed system deals with a specific domain. It will only translate sentences used by endocrinologists. The system can be extended to deal with various domains of medical and health sciences. The system can include domains like cardiology, neurology, nephrology, etc. REFERENCES [1] Dasgupta, T., &Basu, A. (2008). An English to Indian Sign Language Machine Translation System assistech/proceedings/p17.pdf [2] Kar, P., Reddy, M., Mukherjee, A., and Raina A. M. (2007) INGIT: Limited Domain Formulaic Translation from Hindi Strings to Indian Sign Language International Conference on Natural Language Processing (ICON), Hyderabad. [3] Mathew P. Huenerfauth (2003) A Surveyand Critique of American Sign Language Natural Language Generation and Machine Translation Systems, University Of Pennysylavania. [4] Shangeetha, R.K.; Valliammai, V.; Padmavathi, S., (2012) "Computer vision based approach for Indian Sign Language character recognition," Machine Vision and Image Processing (MVIP), 2012 International Conference on, vol., no., pp.181,184, [5] Sinha, S. (2007) A skeletal grammar of Indian sign language. PhD thesis [6] Stokoe, W. C. (1960) Sign language structure: an outline of the visual communication systems of the American deaf Silver Spring, MD: Linstok Press. [7] Tariq, M.; Iqbal, A.; Zahid, A.; Iqbal, Z.; Akhtar, J. (2012) "Sign language localization: Learning to eliminate language dialects," Multitopic Conference (INMIC), th International, vol., no., pp.17,22, Dec [8] Tmar, Zouhour; Othman, Achraf; Jemni, Mohamed, (2013) "A rulebased approach for building an artificial English-ASL corpus," Electrical Engineering and Software Applications (ICEESA), InternationalConference on, vol., no., pp.1, 4, [9] Ulrike Zeshan, Madan M. Vasishta, MeherSethna (2005) Implementation of Indian Sign LanguageI in Educational Settings, Asia Pacific Disability Rehabilitation Journal, Vol 16. [10] Banerji JN. India. International Reports of Schools for the Deaf, Washington City: Volta Bureau, [11] Cross J. Toward a standardized sign language for India. Gallaudet Today, 1977; 8(1): [12] Zeshan U. Gebärdensprachen des indischensubkontinents. [Sign languages of the Indian Subcontinent] Munich: Lincom Europa,

5 [13] Alison Wray, Stephen Cox, Mike Lincoln and Judy Tryggvason, (2004) A formulaic approach to translation at the post office: reading the signs", Language and Communication, 24: [14] UlkrineZeshan Sign Language in Indo-Pakistan- A Description of Signed Languages, John Benjamins B.V., 2000 [15] Morrissey, S., and Way, A. An example-based approach to translating signlanguage. 116

CURRICULUM DIPLOMA COURSES IN INDIAN SIGN LANGUAGE INTERPRETING

CURRICULUM DIPLOMA COURSES IN INDIAN SIGN LANGUAGE INTERPRETING CURRICULUM DIPLOMA COURSES IN INDIAN SIGN LANGUAGE INTERPRETING 2002 REHABILITATION COUNCIL OF INDIA (Statutory Body under the Ministry of Social Justice and Empowerment) B-22, Qutub Institutional Area,

More information

BILINGUAL TRANSLATION SYSTEM

BILINGUAL TRANSLATION SYSTEM BILINGUAL TRANSLATION SYSTEM (FOR ENGLISH AND TAMIL) Dr. S. Saraswathi Associate Professor M. Anusiya P. Kanivadhana S. Sathiya Abstract--- The project aims in developing Bilingual Translation System for

More information

USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE

USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE USABILITY OF A FILIPINO LANGUAGE TOOLS WEBSITE Ria A. Sagum, MCS Department of Computer Science, College of Computer and Information Sciences Polytechnic University of the Philippines, Manila, Philippines

More information

Natural Language to Relational Query by Using Parsing Compiler

Natural Language to Relational Query by Using Parsing Compiler 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. 4, Issue. 3, March 2015,

More information

Compiler I: Syntax Analysis Human Thought

Compiler I: Syntax Analysis Human Thought Course map Compiler I: Syntax Analysis Human Thought Abstract design Chapters 9, 12 H.L. Language & Operating Sys. Compiler Chapters 10-11 Virtual Machine Software hierarchy Translator Chapters 7-8 Assembly

More information

An Avatar Based Translation System from Arabic Speech to Arabic Sign Language for Deaf People

An Avatar Based Translation System from Arabic Speech to Arabic Sign Language for Deaf People International Journal of Information Science and Education. ISSN 2231-1262 Volume 2, Number 1 (2012) pp. 13-20 Research India Publications http://www. ripublication.com An Avatar Based Translation System

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 4, Issue 11, November-2013 5 INTELLIGENT MULTIDIMENSIONAL DATABASE INTERFACE Mona Gharib Mohamed Reda Zahraa E. Mohamed Faculty of Science,

More information

TRANSLATION OF TELUGU-MARATHI AND VICE- VERSA USING RULE BASED MACHINE TRANSLATION

TRANSLATION OF TELUGU-MARATHI AND VICE- VERSA USING RULE BASED MACHINE TRANSLATION TRANSLATION OF TELUGU-MARATHI AND VICE- VERSA USING RULE BASED MACHINE TRANSLATION Dr. Siddhartha Ghosh 1, Sujata Thamke 2 and Kalyani U.R.S 3 1 Head of the Department of Computer Science & Engineering,

More information

Compilers. Introduction to Compilers. Lecture 1. Spring term. Mick O Donnell: [email protected] Alfonso Ortega: alfonso.ortega@uam.

Compilers. Introduction to Compilers. Lecture 1. Spring term. Mick O Donnell: michael.odonnell@uam.es Alfonso Ortega: alfonso.ortega@uam. Compilers Spring term Mick O Donnell: [email protected] Alfonso Ortega: [email protected] Lecture 1 to Compilers 1 Topic 1: What is a Compiler? 3 What is a Compiler? A compiler is a computer

More information

Swedish for Immigrants

Swedish for Immigrants Swedish for Immigrants Purpose of the education The aim of the Swedish for Immigrants (Sfi) language instruction program is to give adults who lack basic skills in Swedish opportunities to develop an ability

More information

Automatic Text Analysis Using Drupal

Automatic Text Analysis Using Drupal Automatic Text Analysis Using Drupal By Herman Chai Computer Engineering California Polytechnic State University, San Luis Obispo Advised by Dr. Foaad Khosmood June 14, 2013 Abstract Natural language processing

More information

TEXT TO SPEECH SYSTEM FOR KONKANI ( GOAN ) LANGUAGE

TEXT TO SPEECH SYSTEM FOR KONKANI ( GOAN ) LANGUAGE TEXT TO SPEECH SYSTEM FOR KONKANI ( GOAN ) LANGUAGE Sangam P. Borkar M.E. (Electronics)Dissertation Guided by Prof. S. P. Patil Head of Electronics Department Rajarambapu Institute of Technology Sakharale,

More information

Summarizing and Paraphrasing

Summarizing and Paraphrasing CHAPTER 4 Summarizing and Paraphrasing Summarizing and paraphrasing are skills that require students to reprocess information and express it in their own words. These skills enhance student comprehension

More information

How the Computer Translates. Svetlana Sokolova President and CEO of PROMT, PhD.

How the Computer Translates. Svetlana Sokolova President and CEO of PROMT, PhD. Svetlana Sokolova President and CEO of PROMT, PhD. How the Computer Translates Machine translation is a special field of computer application where almost everyone believes that he/she is a specialist.

More information

Paraphrasing controlled English texts

Paraphrasing controlled English texts Paraphrasing controlled English texts Kaarel Kaljurand Institute of Computational Linguistics, University of Zurich [email protected] Abstract. We discuss paraphrasing controlled English texts, by defining

More information

MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES FIELD 062: HEARING IMPAIRED

MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES FIELD 062: HEARING IMPAIRED MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES Subarea Human Development and Students with Special Educational Needs Hearing Impairments Assessment Program Development and Intervention

More information

Empirical Machine Translation and its Evaluation

Empirical Machine Translation and its Evaluation Empirical Machine Translation and its Evaluation EAMT Best Thesis Award 2008 Jesús Giménez (Advisor, Lluís Màrquez) Universitat Politècnica de Catalunya May 28, 2010 Empirical Machine Translation Empirical

More information

Parsing Technology and its role in Legacy Modernization. A Metaware White Paper

Parsing Technology and its role in Legacy Modernization. A Metaware White Paper Parsing Technology and its role in Legacy Modernization A Metaware White Paper 1 INTRODUCTION In the two last decades there has been an explosion of interest in software tools that can automate key tasks

More information

Introduction. Compiler Design CSE 504. Overview. Programming problems are easier to solve in high-level languages

Introduction. Compiler Design CSE 504. Overview. Programming problems are easier to solve in high-level languages Introduction Compiler esign CSE 504 1 Overview 2 3 Phases of Translation ast modifled: Mon Jan 28 2013 at 17:19:57 EST Version: 1.5 23:45:54 2013/01/28 Compiled at 11:48 on 2015/01/28 Compiler esign Introduction

More information

Masters in Information Technology

Masters in Information Technology Computer - Information Technology MSc & MPhil - 2015/6 - July 2015 Masters in Information Technology Programme Requirements Taught Element, and PG Diploma in Information Technology: 120 credits: IS5101

More information

CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM

CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM CAD/ CAM Prof. P. V. Madhusudhan Rao Department of Mechanical Engineering Indian Institute of Technology, Delhi Lecture No. # 03 What is CAD/ CAM Now this lecture is in a way we can say an introduction

More information

CA4003 - Compiler Construction

CA4003 - Compiler Construction CA4003 - Compiler Construction David Sinclair Overview This module will cover the compilation process, reading and parsing a structured language, storing it in an appropriate data structure, analysing

More information

READING THE NEWSPAPER

READING THE NEWSPAPER READING THE NEWSPAPER Outcome (lesson objective) Students will comprehend and critically evaluate text as they read to find the main idea. They will construct meaning as they analyze news articles and

More information

Prototype Machine Translation System From Text-To-Indian Sign Language

Prototype Machine Translation System From Text-To-Indian Sign Language Prototype Machine Translation System From Text-To-Indian Sign Language Tirthankar Dasgupta IIT, Kharagpur tirtha@ cse.iitkgp.ernet.in Sandipan Dandpat IIT, Kharagpur sandipan@ cse.iitkgp.ernet.in Anupam

More information

Rhode Island College

Rhode Island College Rhode Island College M.Ed. In TESL Program Language Group Specific Informational Reports Produced by Graduate Students in the M.Ed. In TESL Program In the Feinstein School of Education and Human Development

More information

American Sign Language From a Psycholinguistic and Cultural Perspective Spring 2012 Syllabus Linguistics 242

American Sign Language From a Psycholinguistic and Cultural Perspective Spring 2012 Syllabus Linguistics 242 American Sign Language From a Psycholinguistic and Cultural Perspective Spring 2012 Syllabus Linguistics 242 (This syllabus is a guide that may be modified by the instructor as the semester progresses,

More information

2012 Executive Summary

2012 Executive Summary The International Food Information Council Foundation s 2012 Food & Health Survey takes an extensive look at what Americans are doing regarding their eating and health habits and food safety practices.

More information

Guide for Writing an Exegesis On a Biblical Passage

Guide for Writing an Exegesis On a Biblical Passage Guide for Writing an Exegesis On a Biblical Passage A. Initial Approach 1. Context. Locate your pericope both within the immediate context of the basic division of the book and the overall structural units

More information

Language and Computation

Language and Computation Language and Computation week 13, Thursday, April 24 Tamás Biró Yale University [email protected] http://www.birot.hu/courses/2014-lc/ Tamás Biró, Yale U., Language and Computation p. 1 Practical matters

More information

6-1. Process Modeling

6-1. Process Modeling 6-1 Process Modeling Key Definitions Process model A formal way of representing how a business system operates Illustrates the activities that are performed and how data moves among them Data flow diagramming

More information

[Refer Slide Time: 05:10]

[Refer Slide Time: 05:10] Principles of Programming Languages Prof: S. Arun Kumar Department of Computer Science and Engineering Indian Institute of Technology Delhi Lecture no 7 Lecture Title: Syntactic Classes Welcome to lecture

More information

Poetry to Play Creating a Dramatic Scene from a Chapter of The Odyssey Lesson Plan

Poetry to Play Creating a Dramatic Scene from a Chapter of The Odyssey Lesson Plan Poetry to Play Creating a Dramatic Scene from a Chapter of The Odyssey Grade Level: 9-12 Curriculum Focus: Literature Lesson Duration: Two or more class periods Student Objectives Materials Discover that

More information

Visionet IT Modernization Empowering Change

Visionet IT Modernization Empowering Change Visionet IT Modernization A Visionet Systems White Paper September 2009 Visionet Systems Inc. 3 Cedar Brook Dr. Cranbury, NJ 08512 Tel: 609 360-0501 Table of Contents 1 Executive Summary... 4 2 Introduction...

More information

NATURAL LANGUAGE QUERY PROCESSING USING PROBABILISTIC CONTEXT FREE GRAMMAR

NATURAL LANGUAGE QUERY PROCESSING USING PROBABILISTIC CONTEXT FREE GRAMMAR NATURAL LANGUAGE QUERY PROCESSING USING PROBABILISTIC CONTEXT FREE GRAMMAR Arati K. Deshpande 1 and Prakash. R. Devale 2 1 Student and 2 Professor & Head, Department of Information Technology, Bharati

More information

Log Normalization Systems and CEE Profiles

Log Normalization Systems and CEE Profiles Log Normalization Systems and CEE Profiles Rainer Gerhards, Adiscon GmbH 2011-10-24 Draft 1.0.1 Overview This document describes the overall approach of log normalization and its relationship to CEE and

More information

PROMT Technologies for Translation and Big Data

PROMT Technologies for Translation and Big Data PROMT Technologies for Translation and Big Data Overview and Use Cases Julia Epiphantseva PROMT About PROMT EXPIRIENCED Founded in 1991. One of the world leading machine translation provider DIVERSIFIED

More information

Test Automation Architectures: Planning for Test Automation

Test Automation Architectures: Planning for Test Automation Test Automation Architectures: Planning for Test Automation Douglas Hoffman Software Quality Methods, LLC. 24646 Heather Heights Place Saratoga, California 95070-9710 Phone 408-741-4830 Fax 408-867-4550

More information

Writing Learning Objectives

Writing Learning Objectives Writing Learning Objectives Faculty Development Program Office of Medical Education Boston University School of Medicine All Rights Reserved 2004 No copying or duplication of this presentation without

More information

OSI Reference Model: An Overview

OSI Reference Model: An Overview OSI Reference Model: An Overview Gaurav Bora 1, Saurabh Bora 2, Shivendra Singh 3, Sheikh Mohamad Arsalan 4 ( 1 Department of Electronics, Uttarakhand Technical University, Dehradun, INDIA) ( 2 Department

More information

Search and Information Retrieval

Search and Information Retrieval Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search

More information

Application of Natural Language Interface to a Machine Translation Problem

Application of Natural Language Interface to a Machine Translation Problem Application of Natural Language Interface to a Machine Translation Problem Heidi M. Johnson Yukiko Sekine John S. White Martin Marietta Corporation Gil C. Kim Korean Advanced Institute of Science and Technology

More information

Language Development and Learning: Strategies for supporting pupils learning through English as an additional language (Secondary)

Language Development and Learning: Strategies for supporting pupils learning through English as an additional language (Secondary) 12 CHECKLIST FOR PLANNING 1. Do the bilingual pupils understand the learning intention? 2. Do I know their prior knowledge of this topic? 3. Do I know what English language skills they have and need to

More information

Revised Bloom s Taxonomy

Revised Bloom s Taxonomy Revised Bloom s Taxonomy Revised Bloom s Taxonomy (RBT) employs the use of 25 verbs that create collegial understanding of student behavior and learning outcome. Bloom s Revised Taxonomy Taxonomy of Cognitive

More information

ELPS TELPAS. Proficiency Level Descriptors

ELPS TELPAS. Proficiency Level Descriptors ELPS TELPAS Proficiency Level Descriptors Permission to copy the ELPS TELPAS Proficiency Level Descriptors is hereby extended to Texas school officials and their agents for their exclusive use in determining

More information

This activity will work best with children in kindergarten through fourth grade.

This activity will work best with children in kindergarten through fourth grade. ACTIVITY SUMMARY Reading Guide, page 1 of 3 During this activity, you and your child will actively read Martin s Big Words, using the suggested reading strategies. WHY Through this activity, your child

More information

Natural Language Web Interface for Database (NLWIDB)

Natural Language Web Interface for Database (NLWIDB) Rukshan Alexander (1), Prashanthi Rukshan (2) and Sinnathamby Mahesan (3) Natural Language Web Interface for Database (NLWIDB) (1) Faculty of Business Studies, Vavuniya Campus, University of Jaffna, Park

More information

Compiler Construction

Compiler Construction Compiler Construction Lecture 1 - An Overview 2003 Robert M. Siegfried All rights reserved A few basic definitions Translate - v, a.to turn into one s own language or another. b. to transform or turn from

More information

Classification of Natural Language Interfaces to Databases based on the Architectures

Classification of Natural Language Interfaces to Databases based on the Architectures Volume 1, No. 11, ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Classification of Natural

More information

Research Investments in Large Indian Software Companies

Research Investments in Large Indian Software Companies Research Investments in Large Indian Software Companies Pankaj Jalote Professor, Department of Computer Science and Engineering Indian Institute of Technology Kanpur, India 208016 [email protected], www.cse.iitk.ac.in/users/jalote

More information

The programming language C. sws1 1

The programming language C. sws1 1 The programming language C sws1 1 The programming language C invented by Dennis Ritchie in early 1970s who used it to write the first Hello World program C was used to write UNIX Standardised as K&C (Kernighan

More information

CSCI 3136 Principles of Programming Languages

CSCI 3136 Principles of Programming Languages CSCI 3136 Principles of Programming Languages Faculty of Computer Science Dalhousie University Winter 2013 CSCI 3136 Principles of Programming Languages Faculty of Computer Science Dalhousie University

More information

Recovering Business Rules from Legacy Source Code for System Modernization

Recovering Business Rules from Legacy Source Code for System Modernization Recovering Business Rules from Legacy Source Code for System Modernization Erik Putrycz, Ph.D. Anatol W. Kark Software Engineering Group National Research Council, Canada Introduction Legacy software 000009*

More information

(Refer Slide Time: 2:03)

(Refer Slide Time: 2:03) Control Engineering Prof. Madan Gopal Department of Electrical Engineering Indian Institute of Technology, Delhi Lecture - 11 Models of Industrial Control Devices and Systems (Contd.) Last time we were

More information

Managing Variability in Software Architectures 1 Felix Bachmann*

Managing Variability in Software Architectures 1 Felix Bachmann* Managing Variability in Software Architectures Felix Bachmann* Carnegie Bosch Institute Carnegie Mellon University Pittsburgh, Pa 523, USA [email protected] Len Bass Software Engineering Institute Carnegie

More information

Lab Experience 17. Programming Language Translation

Lab Experience 17. Programming Language Translation Lab Experience 17 Programming Language Translation Objectives Gain insight into the translation process for converting one virtual machine to another See the process by which an assembler translates assembly

More information

NATURAL LANGUAGE TO SQL CONVERSION SYSTEM

NATURAL LANGUAGE TO SQL CONVERSION SYSTEM International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 2, Jun 2013, 161-166 TJPRC Pvt. Ltd. NATURAL LANGUAGE TO SQL CONVERSION

More information

DEFINITION : VISUAL IMPAIRMENT (Expert comments: Ms. Karin van Dijk) New Vision Consultant

DEFINITION : VISUAL IMPAIRMENT (Expert comments: Ms. Karin van Dijk) New Vision Consultant CHAPTER I DEFINITION : VISUAL IMPAIRMENT (Expert comments: Ms. Karin van Dijk) New Vision Consultant 1. Definition In India, the broad definition of visual impairment as adopted in the Persons with Disabilities

More information

Differential Aptitude Test (D.A.T.s)

Differential Aptitude Test (D.A.T.s) Differential Aptitude Test (D.A.T.s) An aptitude test is an instrument used to determine and measure an individual s ability to acquire, through future training, some specific set of skills. There are

More information

Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System

Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System Open-Source, Cross-Platform Java Tools Working Together on a Dialogue System Oana NICOLAE Faculty of Mathematics and Computer Science, Department of Computer Science, University of Craiova, Romania [email protected]

More information

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha Algorithm & Flowchart & Pseudo code Staff Incharge: S.Sasirekha Computer Programming and Languages Computers work on a set of instructions called computer program, which clearly specify the ways to carry

More information

Vision Document. Project Phase 2. Team Obiwan

Vision Document. Project Phase 2. Team Obiwan ument Project Phase 2 Team Obiwan Owolabi Legunsen (ool090020) Chris Lindee (cll061000) Kevin Lloyd (kal081000) Radu Matcovschi BenJamin Morin (bmorin) Sam Shaw(sas071100) Kirk Smith (kds067000) Patrick

More information

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1 The Role of Programming in Informatics Curricula A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The problem, and the key concepts. Dimensions

More information

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED

BSc in Artificial Intelligence and Computer Science ABDAL MOHAMED ABDAL MOHAMED Sections 1. History of AI in Racing Games 2. Neural Networks in Games History Gran Trak 10 Single-player racing arcade game released by Atari in 1974 Did not have any AI Pole Position Single-

More information

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach

SNMP, CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach , CMIP based Distributed Heterogeneous Network Management using WBEM Gateway Enabled Integration Approach Manvi Mishra Dept. of Information Technology, SRMSCET Bareilly (U.P.), India S.S. Bedi Dept of

More information

Natural Language Database Interface for the Community Based Monitoring System *

Natural Language Database Interface for the Community Based Monitoring System * Natural Language Database Interface for the Community Based Monitoring System * Krissanne Kaye Garcia, Ma. Angelica Lumain, Jose Antonio Wong, Jhovee Gerard Yap, Charibeth Cheng De La Salle University

More information

American Standard Sign Language Representation Using Speech Recognition

American Standard Sign Language Representation Using Speech Recognition American Standard Sign Language Representation Using Speech Recognition 1 Attar Shahebaj, 2 Deth Krupa, 3 Jadhav Madhavi 1,2,3 E&TC Dept., BVCOEW, Pune, India Abstract: For many deaf people, sign language

More information

2) Language: Lesion Studies Demonstrating the Left Hemisphere s Dominance for Language - Broca s Aphasia, Wernicke s Aphasia

2) Language: Lesion Studies Demonstrating the Left Hemisphere s Dominance for Language - Broca s Aphasia, Wernicke s Aphasia Lecture 20 (Dec 3 rd ) : Language & Lateralization Lecture Outline 1) Evidence for Lateralization (i.e., Hemispheric Specialization) 2) Language: Lesion Studies Demonstrating the Left Hemisphere s Dominance

More information

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ISSN 2278-7763 THROUGH MOBILE

International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ISSN 2278-7763 THROUGH MOBILE International Journal of Advancements in Research & Technology, Volume 3, Issue 5, May-2014 193 ANTI ELECTRICAL THEFTING AND TROUBLE SHOOTING THROUGH MOBILE 1. ABSTRACT The proposed project work aims on

More information

Big Data how it changes the way you treat data

Big Data how it changes the way you treat data Big Data how it changes the way you treat data Oct. 2013 Chung-Min Chen Chief Scientist Info. Analysis Research & Services The views and opinions expressed in this presentation are those of the author

More information

Points of Interference in Learning English as a Second Language

Points of Interference in Learning English as a Second Language Points of Interference in Learning English as a Second Language Tone Spanish: In both English and Spanish there are four tone levels, but Spanish speaker use only the three lower pitch tones, except when

More information

An Introduction to Computer Science and Computer Organization Comp 150 Fall 2008

An Introduction to Computer Science and Computer Organization Comp 150 Fall 2008 An Introduction to Computer Science and Computer Organization Comp 150 Fall 2008 Computer Science the study of algorithms, including Their formal and mathematical properties Their hardware realizations

More information

Visual Literacy: Using Images to

Visual Literacy: Using Images to Visual Literacy: Using Images to Increase Comprehension Deepens children s understanding of texts Children live in a very visual world Builds on children s experiences Students need visual images to help

More information

Role of Self-help Groups in Promoting Inclusion and Rights of Persons with Disabilities

Role of Self-help Groups in Promoting Inclusion and Rights of Persons with Disabilities Role of Self-help Groups in Promoting Inclusion and Rights of Persons with Disabilities *K.P.Kumaran 105 ABSTRACT Aim:This study examined the role of self help groups in addressing some of the problems

More information

Am I at Risk for type 2 Diabetes? Taking Steps to Lower the Risk of Getting Diabetes NATIONAL DIABETES INFORMATION CLEARINGHOUSE

Am I at Risk for type 2 Diabetes? Taking Steps to Lower the Risk of Getting Diabetes NATIONAL DIABETES INFORMATION CLEARINGHOUSE NATIONAL DIABETES INFORMATION CLEARINGHOUSE Am I at Risk for type 2 Diabetes? Taking Steps to Lower the Risk of Getting Diabetes U.S. Department of Health and Human Services National Institutes of Health

More information

AN INTERACTIVE ON-LINE MACHINE TRANSLATION SYSTEM (CHINESE INTO ENGLISH)

AN INTERACTIVE ON-LINE MACHINE TRANSLATION SYSTEM (CHINESE INTO ENGLISH) [From: Translating and the Computer, B.M. Snell (ed.), North-Holland Publishing Company, 1979] AN INTERACTIVE ON-LINE MACHINE TRANSLATION SYSTEM (CHINESE INTO ENGLISH) Shiu-Chang LOH and Luan KONG Hung

More information

A Tokenization and Encryption based Multi-Layer Architecture to Detect and Prevent SQL Injection Attack

A Tokenization and Encryption based Multi-Layer Architecture to Detect and Prevent SQL Injection Attack A Tokenization and Encryption based Multi-Layer Architecture to Detect and Prevent SQL Injection Attack Mr. Vishal Andodariya PG Student C. U. Shah College Of Engg. And Tech., Wadhwan city, India [email protected]

More information

2 SYSTEM DESCRIPTION TECHNIQUES

2 SYSTEM DESCRIPTION TECHNIQUES 2 SYSTEM DESCRIPTION TECHNIQUES 2.1 INTRODUCTION Graphical representation of any process is always better and more meaningful than its representation in words. Moreover, it is very difficult to arrange

More information

Department of Computer Science and Engineering, Kurukshetra Institute of Technology &Management, Haryana, India

Department of Computer Science and Engineering, Kurukshetra Institute of Technology &Management, Haryana, India Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Survey of Natural

More information

UML Modeling of Network Topologies for Distributed Computer System

UML Modeling of Network Topologies for Distributed Computer System Journal of Computing and Information Technology - CIT 17, 2009, 4, 327 334 doi:10.2498/cit.1001319 327 UML Modeling of Network Topologies for Distributed Computer System Vipin Saxena and Deepak Arora Department

More information

Implementation of Recursively Enumerable Languages using Universal Turing Machine in JFLAP

Implementation of Recursively Enumerable Languages using Universal Turing Machine in JFLAP International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 4, Number 1 (2014), pp. 79-84 International Research Publications House http://www. irphouse.com /ijict.htm Implementation

More information

Exercise. Good Weight A PT E R. Staying Healthy

Exercise. Good Weight A PT E R. Staying Healthy Eat Healthy Foods Keep at a Good Weight Exercise Don t Smoke Get Regular Checkups Take Care of Stress A PT E R CH Staying Healthy 6 81 How Can I Stay Healthy? You can do many things to prevent poor health

More information

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014

Artificial Neural Networks are bio-inspired mechanisms for intelligent decision support. Artificial Neural Networks. Research Article 2014 An Experiment to Signify Fuzzy Logic as an Effective User Interface Tool for Artificial Neural Network Nisha Macwan *, Priti Srinivas Sajja G.H. Patel Department of Computer Science India Abstract Artificial

More information

American Sign Language

American Sign Language American Sign Language On this page: What is American Sign Language? Is sign language the same in other countries? Where did ASL originate? How does ASL compare with spoken language? How do most children

More information

Reflection Report International Semester

Reflection Report International Semester Reflection Report International Semester Studying abroad at KTH Royal Institute of Technology Stockholm 18-01-2011 Chapter 1: Personal Information Name and surname: Arts, Rick G. B. E-mail address: Department:

More information

Common Core State Standards English Language Arts. IEP Goals and Objectives Guidance: Basic Format

Common Core State Standards English Language Arts. IEP Goals and Objectives Guidance: Basic Format Current Academic Achievement Common Core State Standards English Language Arts IEP Goals and Objectives Guidance: Basic Format Just as you have, address a deficit by stating what the student can do relative

More information

DynEd International, Inc.

DynEd International, Inc. General Description: Proficiency Level: Course Description: Computer-based Tools: Teacher Tools: Assessment: Teacher Materials: is a multimedia course for beginning through advanced-level students of spoken

More information

Guided Reading Level J

Guided Reading Level J An Inspiring Life Guided Reading Level J No part of this publication may be reproduced in whole or in part, or stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Rethinking the relationship between transitive and intransitive verbs

Rethinking the relationship between transitive and intransitive verbs Rethinking the relationship between transitive and intransitive verbs Students with whom I have studied grammar will remember my frustration at the idea that linking verbs can be intransitive. Nonsense!

More information