CS 671 ICT For Development 19 th Sep 2008

Size: px
Start display at page:

Download "CS 671 ICT For Development 19 th Sep 2008"

Transcription

1 CS 671 ICT For Development 19 th Sep 2008 Vishal Vachhani CFILT and DIL, IIT Bombay

2 Agro Explorer A Meaning Based Multilingual Search Engine Vishal Vachhani 2

3 Web-site for Indian farmers Farmers can submit their problems related to their crops Queries are answered by Agricultural Experts at KVK, Baramati Languages supported: Marathi, Hindi, English Vishal Vachhani 3

4 Why Need Multilingual Search Vast Amount of Information available ailable on the Web Almost 70% of the Information is in English The Indian rural populace is not English- Literate A Big Language Barrier Information has to be made available to them in their local languages. Vishal Vachhani 4

5 Why Need Meaning Based Search Most of the current Search Engines are Keyword Based. They do not consider the semantics of fthe query The result set contains a large number of extraneous documents. Search based on the Meaning of the query will help narrow down on the desired information quickly. Vishal Vachhani 5

6 Query in Hindi search System English Document Marathi Document Result in Hindi English Document Vishal Vachhani 6

7 Same Keywords Different Semantics Moneylenders Exploit Farmers Farmers Exploit Moneylenders Found 1 Result Found 0 Result Vishal Vachhani 7

8 Provides both Meaning Based Search Cross-Lingual Information Access Vishal Vachhani 8

9 System Architecture Vishal Vachhani 9

10 Vishal Vachhani 10

11 Vishal Vachhani 11

12 Vishal Vachhani 12

13 Vishal Vachhani 13

14 Vishal Vachhani 14

15 Conclusion Provides two independent d features Multi-Linguality Meaning Based Search. Because of UNL both multi-lingual and meaning based properties can be incorporated together rather than using separate language translators in search engines. The scheme admits itself to Integration of multiple languages in a seamless, scalable manner. Vishal Vachhani 15

16 UNL Universal Networking Language Vishal Vachhani 16

17 Hind i Englis h UNL Frenc h Marath i Tam il Vishal Vachhani 17

18 Direct translation - translation will be done directly - N*(N-1) translator are needed for N languages translation. Intermediate Language - intermediate language will be used for language translation - Only 2*N translators are required. Vishal Vachhani 18

19 UNL is an acronym for Universal Networking Language. UNL is a computer language that enables es computers to process information and knowledge across the language barriers. UNL is a language for representing information and knowledge provided by natural languages Unlike natural languages, UNL expressions are unambiguous. Vishal Vachhani 19

20 Although the UNL is a language for computers, it has all the components of a natural language. It is composed of Universal Words (UWs), Relations, Attributes. Knowledge :semantic graph Nodes concepts Arcs relation between concepts Vishal Vachhani 20

21 A UW represents simple or compound concepts. There are two classes of UWs: unit concepts compound structures of binary relations grouped together ( indicated with Compound UW-Ids) A UW is made up of a character string (an Englishlanguage word) followed by a list of constraints. <UW>::=<Head Word>[<Constraint List>] example state(icl>express) state(icl>country) Vishal Vachhani 21

22 A relation label is represented as strings of 3 characters or less. The relations between UWs are binary. rel (UW1, UW2) They have different labels according to the different roles they play. At present, there are 46 relations in UNL For example, agt (agent), ins (instrument), pur (purpose), etc. Vishal Vachhani 22

23 Attribute labels express additional information about the Universal Words that appear in a sentence. They show what is said from the speaker s point of view; how the speaker views what is said. (time, reference, emphasis, etc. Vishal Vachhani 23

24 Example: Ram eats rice. {unl} Ram) rice(icl>eatable)) {/unl} Vishal Vachhani 24

25 eat plc agt Ram rice Vishal Vachhani 25

26 Example: The boy who works here went to school. {unl} :01) n)) agt:01(work(icl>do), plc:01(work(icl>do),here) {/unl} Vishal Vachhani 26

27 go agt plt work :01 school plc agt here boy Vishal Vachhani 27

28 Source language Enconvertor Intermediate Language Deconvertor target language Vishal Vachhani 28

29 It s alanguage Independent Generator It can deconvert UNL expressions into a variety of native languages, using a number of linguistic data such as Word Dictionary, Grammatical Rules of each language. The DeConverter transforms the sentence represented by a UNL expression into Natural language age sentence. Vishal Vachhani 29

30 Vishal Vachhani 30

31 Dictionary Case Marking Rules Morphology Rules Syntax Planning Rules UNL Doc UNL Parser Case Marking Module Morphology Module Syntax Planning Module Hind idoc Language dependent Module Language Independent Module Vishal Vachhani 31

32 UNL parser module will do following tasks Check input format of UNL document Separate attributes form UWs Separate attributes form dictionary i entries Replace UWs with Hindi root words

33 Category of morpho-syntactic ti properties which distinguish the various relations that a noun n phrase may bear to a governing head. न, पर,क, स, प,etc. A rule base based on : UNL attributes lexical attributes from dictionary Vishal Vachhani 33

34 Case marking is implemented using rules. We analyze all UNL as well as dictionary attributes and decide next and previous case marker. Also we use relation with parent to extract the right case mark. Vishal Vachhani 34

35 agt:null:null:null:न Structure relname : parent previous case marker: parent next case marker: child previous case marker: child next case marker: the rest four are in form of attr'rel'relationname ti and attr will be separated by # also relation name are separated by # Vishal Vachhani 35

36 What is Morphology Study of Morphemes Their formation into words, including inflection, derivation and composition Vishal Vachhani 36

37 Noun, Verb and Adjective Morphology Depends on the phonetic properties of the Hindi word Noun Morphology Depends on gender, number and vowel ending of the noun Adjective Morphology अ छ लडक, अ छ लडक, अ छ लडक adjective अ छ changes, lexical l attribute t AdjA Verb Morphology Depends upon tense, gender, number, person etc. Vishal Vachhani 37

38 Verbs are categorized by Tense (past,present,future) Gender(male,female) Person (1 st, 2 nd, 3 rd ) Number (sg,pl) Example Ladaka khana kha raha hai. It contains present continuous tense,male, sg, and 3 rd person Vishal Vachhani 38

39 Arranging word according to the language structure Rule based module It is priority based graph traversal Vishal Vachhani 39

40 Algorithm for Syntax Planning: 1) Start traversing the UNL graph from the entry node. 2) If node has no children then add this node to final string. 3) If there is more than one child hldof one node then sort children hld based on the priority of the relations. Relation having highest priority will be traversed first. 4) Mark that node as visited node. 5) Repeat steps 3 and 4 until all the children of that node get visited. i 6) If all the children of that node get visited then add that node to final string. 7) Repeat steps 2 to 4 until all the nodes get traversed. Vishal Vachhani 40

41 Also, spray 5% Neemark solution. obj spray U 3 man obj:17 man:9 mod:5 qua:5 solution also mod mod percent Neemark qua 5 41 Vishal Vachhani

42 Entry spray Vishal Vachhani 42

43 Entry spray obj man Vishal Vachhani 43

44 Entry spray obj:17 man:9 Vishal Vachhani 44

45 Entry spray obj:17 man:9 solution Vishal Vachhani 45

46 Entry spray obj:17 man:9 solution mod mod Vishal Vachhani 46

47 Entry spray obj:17 man:9 solution mod:5 mod:5 Vishal Vachhani 47

48 Entry spray obj:17 man:9 solution mod:5 mod:5 percent Vishal Vachhani 48

49 Entry spray obj:17 man:9 solution mod:5 mod:5 percent Vishal Vachhani 49

50 Entry spray obj:17 man:9 solution mod:5 mod:5 qua:5 percent Vishal Vachhani 50

51 Entry spray obj:17 man:9 solution mod:5 mod:5 Output : 5 percent qua:5 5 Vishal Vachhani 51

52 Entry spray obj:17 man:9 solution mod:5 mod:5 percent qua:5 5 Output : 5 percent Vishal Vachhani 52

53 Entry spray obj:17 man:9 solution mod:5 mod:5 percent qua:5 5 Neemark Output : 5 percent Neemark Vishal Vachhani 53

54 Entry spray obj:17 man:9 solution mod:5 mod:5 percent qua:5 5 Neemark Output : 5 percent Neemark solution Vishal Vachhani 54

55 Entry spray obj:17 man:9 solution also mod:5 mod:5 qua:5 percent 5 Neemark Output : 5 percent Neemark Solution also Vishal Vachhani 55

56 Entry spray obj:17 man:9 solution also mod:5 mod:5 percent qua:5 5 Neemark Output : 5 percent Neemark Solution o also spray Vishal Vachhani 56

57 Output: 5 percent Neemark solution also spray 5 तशत न मअक घ ल भ छड़क 5 तशत न मअक घ ल भ छड़क Vishal Vachhani 57

58 Input sentence: Its roots are affected by bacterial infection. Module Input Output Its roots are affected by bacterial infection. UNL parser ज भ वत ज व वक स मण Case marking Morphology Syntax Planning ज भ वत ज व वक स मण स इसक जड़ ज व वक भ वत ह त ह स मण स ज व वक स मण स इसक जड़ भ वत ह त ह Output: ज व वक स मण स इसक जड़ भ वत ह त ह Vishal Vachhani 58

59 UNL 2005 Specifications: S.Singh, M.Dalal, V.Vachhani, P.Bhattacharrya and O.Damani Hindi generation from interlingua MTsummit 2007 ( in/~vishalv) Mrugank Surve, Sarvjeet Singh, Satish Kagathara, Venkatasivaramasastry K, Sunil Dubey, Gajanan Rane, Jaya Saraswati, Salil Badodekar, Akshay Iyer, Ashish Almeida, Roopali Nikam, Carolina Gallardo Perez, Pushpak Bhattacharyya, AgroExplorer Group: AgroExplorer: a Meaning Based Multilingual Search Engine, International Conference on Digital Libraries (ICDL), New Delhi, India, Feb Agro Explorer : aaqua : Vishal Vachhani 59

Anaphora Resolution in Hindi Language

Anaphora Resolution in Hindi Language International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 7 (2013), pp. 609-616 International Research Publications House http://www. irphouse.com /ijict.htm Anaphora

More information

Mishra English Study Centre. Conjunction ज ड़न व ल. BY Pritam Kumar Raw

Mishra English Study Centre. Conjunction ज ड़न व ल. BY Pritam Kumar Raw Mishra English Study Centre ज ड़न व ल BY Pritam Kumar Raw is a joining word it joints two Words, Phrases or Sentences together. Ex.:- Ram and Shyam are very laborious. According to uses can be divided into

More information

A Machine Learning Approach to Resolve Event Anaphora

A Machine Learning Approach to Resolve Event Anaphora A Machine Learning Approach to Resolve Event Anaphora Komal Mehla 1, Ajay Jangra 1, Karambir 1 1 University Institute of Engineering and Technology, Kurukshetra University, Kurukshetra, India Abstract

More information

DAV CENTENARY PUBLIC SCHOOL, PASCHIM ENCLAVE, NEW DELHI-87 SUMMATIVE ASSESSMENT 2 (SESSION ) CLASS III

DAV CENTENARY PUBLIC SCHOOL, PASCHIM ENCLAVE, NEW DELHI-87 SUMMATIVE ASSESSMENT 2 (SESSION ) CLASS III CLASS III L-4 Keys of Keyboard L-5 Fun with MS Paint L-6 More about MS Paint L-7 Word Pad Practical-Word Pad ART/ CRAFT a) Landscape b) Villagescape c) Seascape GENERAL KNOWLEDGE Pages : 39,41,43,44,45,55,57,58,61,62

More information

Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1

Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1 Natural Language Processing (NLP) 10/30/02 CS470/670 NLP (10/30/02) 1 NLP Definition a range of computational techniques CS470/670 NLP (10/30/02) 2 NLP Definition (cont d) a range of computational techniques

More information

Hindi. Lesson 8 Skip Counting Lesson 11 Money Lesson -12 Time Addition carry over

Hindi. Lesson 8 Skip Counting Lesson 11 Money Lesson -12 Time Addition carry over Periodic Test II (2018-19) Class I Date Day 26.11.18 MONDAY 29.11.18 THURSDAY 03.12.18 MONDAY E.V.S 06.12.18 THURSDAY Hindi 10.12.18 MONDAY ----------- Class I Lesson 5- On the Bus Lesson 6 The Drone Poem

More information

Keywords Coreference resolution, anaphora resolution, cataphora, exaphora, annotation.

Keywords Coreference resolution, anaphora resolution, cataphora, exaphora, annotation. Volume 5, Issue 7, July 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of Anaphora,

More information

Question Answering. CS486 / 686 University of Waterloo Lecture 23: April 1 st, CS486/686 Slides (c) 2014 P. Poupart 1

Question Answering. CS486 / 686 University of Waterloo Lecture 23: April 1 st, CS486/686 Slides (c) 2014 P. Poupart 1 Question Answering CS486 / 686 University of Waterloo Lecture 23: April 1 st, 2014 CS486/686 Slides (c) 2014 P. Poupart 1 Question Answering Extension to search engines CS486/686 Slides (c) 2014 P. Poupart

More information

Term I. Subject : English (Written)

Term I. Subject : English (Written) Term I Subject : English (Written) Capital letter A Z Fill ups (A-Z) Write first letter with the pictures Match the letter with the pictures Circle the correct alphabet Make new words Dictation (two letter

More information

DAV PUBLIC SCHOOL,ASHOK VIHAR,PH-IV,DELHI SESSION

DAV PUBLIC SCHOOL,ASHOK VIHAR,PH-IV,DELHI SESSION DAV PUBLIC SCHOOL,ASHOK VIHAR,PH-IV,DELHI-110052 SESSION 2018-19 ENGLISH SYLLABUS UNIT TEST 1 HALF YEARLY UNIT TEST 2 FINALS 20 MARKS 80 MARKS 20 MARKS 80 MARKS Monday Morning Blues Tale of a Tail Five

More information

Bill No. 9 of 2011 THE RAJASTHAN TENANCY (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill further to amend the

Bill No. 9 of 2011 THE RAJASTHAN TENANCY (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill further to amend the Bill No. 9 of 2011 THE RAJASTHAN TENANCY (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill further to amend the Rajasthan Tenancy Act, 1955. Be it enacted by the Rajasthan

More information

सवर न म, ल ग,वचन स य क त र वर म चह न अन च छ द ल खन. English Hindi Mathematics Environmental Science

सवर न म, ल ग,वचन स य क त र वर म चह न अन च छ द ल खन. English Hindi Mathematics Environmental Science Syllabus Class : III SEPTEMBER Date English Hindi Mathematics Environmental 31/8/18 Lesson 3 and 4 प ठ 3 और 4 ( सम प णर Chapter 3 :Subtraction Lesson 5 अभ य स स हत) 1/9/18 Lesson 5 Poem Vocation 4/9/18

More information

ह द : 1. सभ म त र ओ स सम ब हदत २-२ शब द ल ख ए 2.प च प ज स ल न

ह द : 1. सभ म त र ओ स सम ब हदत २-२ शब द ल ख ए 2.प च प ज स ल न Class-1 Maths Write counting 1-100 2 times Learn number names from 1-20 English 1. Make a turtle with the help of clay 2. Learn spelling of your name,father s name, mother s name, brother s name & sister

More information

GURU HARKRISHAN PUBLIC SCHOOL VASANT VIHAR NEW DELHI HOLIDAYS HOME WORK CLASS-III ENGLISH

GURU HARKRISHAN PUBLIC SCHOOL VASANT VIHAR NEW DELHI HOLIDAYS HOME WORK CLASS-III ENGLISH GURU HARKRISHAN PUBLIC SCHOOL VASANT VIHAR NEW DELHI HOLIDAYS HOME WORK - 2018-19 CLASS-III ENGLISH 1. Visit any one of the following places with your family: a) Zoo b) Any monument c) Children s Park

More information

SCHOOL OF ENGINEERING AND TECHNOLOGY MONAD UNIVERSITY, HAPUR

SCHOOL OF ENGINEERING AND TECHNOLOGY MONAD UNIVERSITY, HAPUR Course: DIP-111, Professional Communication Q. 1 (a) We are habitual of using article and it is studied in two parts. Describe them. Give your ideas for using indefinite and definite article. Write 10

More information

Anusāraka: Machine Translation and Language Accessor

Anusāraka: Machine Translation and Language Accessor Anusāraka: Machine Translation and Language Accessor Akṣara Bhārati The International Conference on the Contribution of Advaita Vedanta to Humanity Nov 21, 2015 1 / 35 Anusāraka: An effort towards addressing

More information

DELHI PUBLIC SCHOOL NTPC FARAKKA SYLLABUS BREAKUP FOR

DELHI PUBLIC SCHOOL NTPC FARAKKA SYLLABUS BREAKUP FOR II Subject Art & Craft Teacher DC Apr'18 21 Draw any figure with the help of different shap. May'18 20 Scenery study from the book with colour. Jun'18 6 Paper craft ( dragon) Jul'18 23 Draw scenery with

More information

DELHI PUBLIC SCHOOL NTPC FARAKKA SYLLABUS BREAKUP FOR

DELHI PUBLIC SCHOOL NTPC FARAKKA SYLLABUS BREAKUP FOR I Subject Art & Craft Teacher DC How to draw figure with the help of different shap How to draw scenery Jun'18 6 Which colours are primary colour and how to develop colour concept. Paper craft( greetings

More information

Bill No. 13 of 2011 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill

Bill No. 13 of 2011 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill Bill No. 13 of 2011 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2011 (To be Introduced in the Rajasthan Legislative Assembly) A Bill further to amend the Rajasthan Agricultural Produce

More information

ST.JOSEPH S HIGHER SECONDARY SCHOOL

ST.JOSEPH S HIGHER SECONDARY SCHOOL ST.JOSEPH S HIGHER SECONDARY SCHOOL BARAMULLA, KASHMIR 193101 CLASS VI English Text Book: Cordova Learning series (Glitter) CCE Edition Growing with Grammar UNIT- I: 1. The conjurer s revenge 2. Laugh

More information

Tilak Maharashtra Vidyapeeth, Pune. Sanskrit Visharad (B.A.)

Tilak Maharashtra Vidyapeeth, Pune. Sanskrit Visharad (B.A.) Tilak Maharashtra Vidyapeeth, Pune Sanskrit Visharad (B.A.) Programme Outcomes The students, on successful completion of the prescribed course-work of this programme, will be able to- 1. Demonstrate familiarity

More information

NPS INTERNATIONAL SCHOOL, GUWAHATI

NPS INTERNATIONAL SCHOOL, GUWAHATI SUBJECT: ENGLISH August SA-I Nov Jan SA-II MARCH BLOCKS BLOCK 1: The Golden Goose BLOCK 2: The Torch BLOCK 3: Compare and Contrast Essay BLOCK 4: Ghungroos, Dancing and Fun! BLOCK 5: Writing a Personal

More information

ARMY PUBLIC SCHOOL MEERUT CANTT SYLLABUS FOR UNIT TEST II CLASS VIII,

ARMY PUBLIC SCHOOL MEERUT CANTT SYLLABUS FOR UNIT TEST II CLASS VIII, ARMY PUBLIC SCHOOL MEERUT CANTT SYLLABUS FOR UNIT TEST II CLASS VIII, 2018-19 SUBJECT-HINDI ननधध ररत ऩधठ यक रम वस त ऩधठ 12-16 भधरत एक ख ज ऩधठ 5-6 व यधकरण खण ड ख प रश नधन स र (ववऱ म, ऩयध यवधच, वधकयध श क

More information

Broadways International School Sec-76, Gurugram

Broadways International School Sec-76, Gurugram Dear Parents, Broadways International School Sec-76, Gurugram Class- IV / Planner for the month of April/May (2018-19) Welcome to IV. It s great to have your child in IV. We are eagerly looking forward

More information

Anaphora Resolution. Nuno Nobre

Anaphora Resolution. Nuno Nobre Anaphora Resolution Nuno Nobre IST Instituto Superior Técnico L 2 F Spoken Language Systems Laboratory INESC ID Lisboa Rua Alves Redol 9, 1000-029 Lisboa, Portugal nuno.nobre@ist.utl.pt Abstract. This

More information

CHAPTER I INTRODUCTION. which words are related to other word of the same language. Formal differences

CHAPTER I INTRODUCTION. which words are related to other word of the same language. Formal differences CHAPTER I ITRODUCTIO A. Background of the Study In linguistics, Morphology is the study of the form of word, and the way in which words are related to other word of the same language. Formal differences

More information

D.A.V PUBLIC SCHOOL (10 +2) PRATAP VIHAR HOLIDAY HOME WORK FOR CLASS- III SESSION- ( ) SUBJECT- ENGLISH

D.A.V PUBLIC SCHOOL (10 +2) PRATAP VIHAR HOLIDAY HOME WORK FOR CLASS- III SESSION- ( ) SUBJECT- ENGLISH D.A.V PUBLIC SCHOOL (10 +2) PRATAP VIHAR HOLIDAY HOME WORK FOR CLASS- III SESSION- (2018-19) SUBJECT- ENGLISH Few reminders for the students: 1. Meditate and do simple yoga exercises. 2. Water the plants

More information

Reconsidering Raising and Experiencers in English

Reconsidering Raising and Experiencers in English Reconsidering Raising and Experiencers in English Dennis Ryan Sroshenko Department of Linguistics Simon Fraser University Burnaby, B.C., Canada dsrosh@sfu.ca Abstract In this paper, structures involving

More information

7.1. Unit. Terms and Propositions. Nature of propositions. Types of proposition. Classification of propositions

7.1. Unit. Terms and Propositions. Nature of propositions. Types of proposition. Classification of propositions Unit 7.1 Terms and Propositions Nature of propositions A proposition is a unit of reasoning or logical thinking. Both premises and conclusion of reasoning are propositions. Since propositions are so important,

More information

Anaphora Resolution in Biomedical Literature: A

Anaphora Resolution in Biomedical Literature: A Anaphora Resolution in Biomedical Literature: A Hybrid Approach Jennifer D Souza and Vincent Ng Human Language Technology Research Institute The University of Texas at Dallas 1 What is Anaphora Resolution?

More information

KV Paschim Vihar Winter holiday homework Class I

KV Paschim Vihar Winter holiday homework Class I KV Paschim Vihar Class I English Do reading of page number 91 and 92. Make a mask of lion. Maths Learn number names from 1-50 Learn backward counting 100-1. Do in book page no. 52-58 and 104-108. EVS Learm

More information

Kindly note that answers to the above questions is to be done in EVS notebook. ***********************

Kindly note that answers to the above questions is to be done in EVS notebook. *********************** SHREEYADEVI BHAGIRATH RATHI (An Institution of Shree Maheshwari Shikshan Sansthan) Class: IV Subject: EVS Q1. Answer the following questions: (a) Write seven uses of flowers in our daily life. (b) Write

More information

Artificial Intelligence: Valid Arguments and Proof Systems. Prof. Deepak Khemani. Department of Computer Science and Engineering

Artificial Intelligence: Valid Arguments and Proof Systems. Prof. Deepak Khemani. Department of Computer Science and Engineering Artificial Intelligence: Valid Arguments and Proof Systems Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Module 02 Lecture - 03 So in the last

More information

ANAPHORA RESOLUTION IN HINDI LANGUAGE USING GAZETTEER METHOD

ANAPHORA RESOLUTION IN HINDI LANGUAGE USING GAZETTEER METHOD ANAPHORA RESOLUTION IN HINDI LANGUAGE USING GAZETTEER METHOD Smita Singh, Priya Lakhmani, Dr.Pratistha Mathur and Dr.Sudha Morwal Department of Computer Science, Banasthali University, Jaipur, India ABSTRACT

More information

Noun Compound Interpretation

Noun Compound Interpretation Noun Compound Interpretation by Girishkumar Ponkiya Supervisor: Prof. Pushpak Bhattacharyya Co-supervisor: Mr. Girish K Palshikar (TRDDC, Pune) June 21, 2015 Outlines Introduction Problem Definition Two

More information

Reference Resolution. Regina Barzilay. February 23, 2004

Reference Resolution. Regina Barzilay. February 23, 2004 Reference Resolution Regina Barzilay February 23, 2004 Announcements 3/3 first part of the projects Example topics Segmentation Identification of discourse structure Summarization Anaphora resolution Cue

More information

Reference Resolution. Announcements. Last Time. 3/3 first part of the projects Example topics

Reference Resolution. Announcements. Last Time. 3/3 first part of the projects Example topics Announcements Last Time 3/3 first part of the projects Example topics Segmentation Symbolic Multi-Strategy Anaphora Resolution (Lappin&Leass, 1994) Identification of discourse structure Summarization Anaphora

More information

Performance Analysis of two Anaphora Resolution System for Hindi Language

Performance Analysis of two Anaphora Resolution System for Hindi Language Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 3, March 2014,

More information

CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus Grade: 3

CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus Grade: 3 CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus 2018-19 Grade: 3 Subject: English Prose The Very Expensive Coconut The Little Pine Tree Williwu Learns To Make Friends Annalisa and the Giant Prose Juan Bob

More information

StoryTown Reading/Language Arts Grade 2

StoryTown Reading/Language Arts Grade 2 Phonemic Awareness, Word Recognition and Fluency 1. Identify rhyming words with the same or different spelling patterns. 2. Read regularly spelled multi-syllable words by sight. 3. Blend phonemes (sounds)

More information

SHARJAH INDIAN SCHOOL

SHARJAH INDIAN SCHOOL SHARJAH INDIAN SCHOOL SYLLABUS FOR THE SECOND & THIRD TERM 2016 2017 GRADE VI ENGLISH Month Lesson / Unit No. Title of Lesson / Unit MATHEMATICS Sepetember Literature Reader L-2 Workbook Unit-2 Long Reading

More information

:46:41 pm 1

:46:41 pm 1 21-03-2019 07:46:41 pm 1 WHAT? Achamanam means sipping drops of water thrice with mantras which purifies you to do all your religious rights and duties. Manusmriti 2.61 says : श च ई स : सव द आचम द एक त

More information

TURCOLOGICA. Herausgegeben von Lars Johanson. Band 98. Harrassowitz Verlag Wiesbaden

TURCOLOGICA. Herausgegeben von Lars Johanson. Band 98. Harrassowitz Verlag Wiesbaden TURCOLOGICA Herausgegeben von Lars Johanson Band 98 2013 Harrassowitz Verlag Wiesbaden Zsuzsanna Olach A Halich Karaim translation of Hebrew biblical texts 2013 Harrassowitz Verlag Wiesbaden Bibliografi

More information

THE MODERN SCHOOL, ECNCR DELHI SESSION CLASS S2 SYLLABUS FOR ANNUAL EXAMINATION

THE MODERN SCHOOL, ECNCR DELHI SESSION CLASS S2 SYLLABUS FOR ANNUAL EXAMINATION THE MODERN SCHOOL, ECNCR DELHI SESSION 2017-18 CLASS S2 SYLLABUS FOR ANNUAL EXAMINATION Circular No: TMSECNCR/ 2017-18/ 55 D Date: Feb 7, 2018 SUBJECT : ENGLISH Literature: 1. Master Artist (Prose) 2.

More information

TIME AND WORK QUESTIONS FOR SSC GD RPF EXAM 2018 TIME AND WORK PDF HINDI 2018

TIME AND WORK QUESTIONS FOR SSC GD RPF EXAM 2018 TIME AND WORK PDF HINDI 2018 FOR PDF SUCCESS KEY98 : www.successkey98.in MOCK TEST : www.successkey98.org TELEGRAM : https://bit.ly/2pbwlc9 TIME AND WORK QUESTIONS FOR SSC GD RPF EXAM 2018 TIME AND WORK PDF HINDI 2018 Q1. 12 men can

More information

Bachelor s Degree. Department of Oriental Languages Faculty of Archaeology, Silpakorn University

Bachelor s Degree. Department of Oriental Languages Faculty of Archaeology, Silpakorn University Bachelor s Degree Department of Oriental Languages Faculty of Archaeology, Silpakorn University ********** Department of Oriental Languages, Faculty of Archaeology teaches the students for the Bachelor

More information

Bill No. 15 of 2014 THE CONTRACT LABOUR (REGULATION AND ABOLITION) (RAJASTHAN AMENDMENT) BILL, 2014 (To be Introduced in the Rajasthan Legislative

Bill No. 15 of 2014 THE CONTRACT LABOUR (REGULATION AND ABOLITION) (RAJASTHAN AMENDMENT) BILL, 2014 (To be Introduced in the Rajasthan Legislative Bill No. 15 of 2014 THE CONTRACT LABOUR (REGULATION AND ABOLITION) (RAJASTHAN AMENDMENT) BILL, 2014 (To be Introduced in the Rajasthan Legislative Assembly) A Bill to amend the Contract Labour (Regulation

More information

J.P. World School, Jammu Syllabus Bifurcation: Class: U.K.G

J.P. World School, Jammu Syllabus Bifurcation: Class: U.K.G J.P. World School, Jammu Syllabus Bifurcation:2017-18 Class: U.K.G Subject: English Book: Smart Learners English(Reader) Smart Learners English(Work Book) Publisher: Parshwa PublishingCo. UNIT TEST-1 UNIT

More information

vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY

vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (ii) PART II Section 3 Sub-section (ii) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 2684] ubz fnyyh] jfookj] uoecj 13] 2016@dkfrZd 22] 1938 No. 2684] NEW DELHI, SUNDAY, NOVEMBER 13, 2016/KARTIKA 22, 1938 नई द ल, 13 नव बर, 2016 क.आ. 3447(अ). भ रत सरक र,, आ थक क य वभ ग क अ धस चन स.

More information

StoryTown Reading/Language Arts Grade 3

StoryTown Reading/Language Arts Grade 3 Phonemic Awareness, Word Recognition and Fluency 1. Identify rhyming words with the same or different spelling patterns. 2. Use letter-sound knowledge and structural analysis to decode words. 3. Use knowledge

More information

NISCORT FATHER AGNEL SCOOL, VAISHALI

NISCORT FATHER AGNEL SCOOL, VAISHALI NISCORT FATHER AGNEL SCOOL, VAISHALI TERM SYLLABUS FOR CLASS VI (2017-18) SUBJECT PERIOD I SYLLABUS FOR HALF YEARLY EXAM. PERIOD II SYLLABUS FOR FINAL EXAM. MATHS 1. Knowing Our Numbers 1. Knowing Our

More information

REMAL PUBLIC SCHOOL. Class II ( ) ENGLISH UNIT- 4

REMAL PUBLIC SCHOOL. Class II ( ) ENGLISH UNIT- 4 Class II (2018 2019) ENGLISH UNIT- 4 Course Book: Chapter- 9 Bhoomi new words, finger reading practice, compound words, words related to space, question answers. Chapter- 12 If I Were Poem recitation.

More information

An Easy Model for Doing Bible Exegesis: A Guide for Inexperienced Leaders and Teachers By Bob Young

An Easy Model for Doing Bible Exegesis: A Guide for Inexperienced Leaders and Teachers By Bob Young An Easy Model for Doing Bible Exegesis: A Guide for Inexperienced Leaders and Teachers By Bob Young Introduction This booklet is written for the Bible student who is just beginning to learn the process

More information

ÛIm] g]v]t]/ g]it]] य वभ गय ग: Chapter 17 अज र न उव च य श व धम त स ज य यजन त य न वत : त ष न त क क ष ण स वम ह रजस तम: 17-1

ÛIm] g]v]t]/ g]it]] य वभ गय ग: Chapter 17 अज र न उव च य श व धम त स ज य यजन त य न वत : त ष न त क क ष ण स वम ह रजस तम: 17-1 अज र न उव च ÛIm] g]v]t]/ g]it]] य वभ गय ग: Volume 1 The Yoga of Three-fold य श व धम त स ज य यजन त य न वत : त ष न त क क ष ण सवम ह रजस तम: 17-1 भगव न व च वध भव त द हन स स वभ वज स वक र जस च व त मस च त त श

More information

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras

Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:26) Artificial Intelligence Prof. Deepak Khemani Department of Computer Science and Engineering Indian Institute of Technology, Madras Lecture - 06 State Space Search Intro So, today

More information

Vikas Bharati Public School Holiday Homework( ) Class-VI

Vikas Bharati Public School Holiday Homework( ) Class-VI Class-VI Read The adventures of Tom Sawyer and prepare a dictionary of 30 words from the chapters 1-13. ( Written test will be conducted ) 1. Early Years 2. The Great Outdoors 3.Other Beings क य प क श

More information

Broadways International School,Sec-76, Gurugram

Broadways International School,Sec-76, Gurugram Dear Parents, Broadways International School,Sec-76, Gurugram Class- III / Planner for the month of April/May(2018-19) Welcome to III. It s great to have your child in III. We are eagerly looking forward

More information

Information Extraction. CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring)

Information Extraction. CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring) Information Extraction CS6200 Information Retrieval (and a sort of advertisement for NLP in the spring) Information Extraction Automatically extract structure from text annotate document using tags to

More information

ASSEMBLIES OF GOD THEOLOGICAL SEMINARY BGR 611 INDUCTIVE STUDIES IN THE GREEK NEW TESTAMENT. Professor: James D. Hernando Fall, 2008.

ASSEMBLIES OF GOD THEOLOGICAL SEMINARY BGR 611 INDUCTIVE STUDIES IN THE GREEK NEW TESTAMENT. Professor: James D. Hernando Fall, 2008. ASSEMBLIES OF GOD THEOLOGICAL SEMINARY BGR 611 INDUCTIVE STUDIES IN THE GREEK NEW TESTAMENT Professor: James D. Hernando Fall, 2008 COURSE DESCRIPTION Course Syllabus An inductive study of portions of

More information

Anaphora Resolution in Hindi: Issues and Directions

Anaphora Resolution in Hindi: Issues and Directions Indian Journal of Science and Technology, Vol 9(32), DOI: 10.17485/ijst/2016/v9i32/100192, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Anaphora Resolution in Hindi: Issues and Directions

More information

Bill No. 8 of 2015 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2015 (To be Introduced in the Rajasthan Legislative Assembly) A Bill

Bill No. 8 of 2015 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2015 (To be Introduced in the Rajasthan Legislative Assembly) A Bill Bill No. 8 of 2015 THE RAJASTHAN AGRICULTURAL PRODUCE MARKETS (AMENDMENT) BILL, 2015 (To be Introduced in the Rajasthan Legislative Assembly) A Bill further to amend the Rajasthan Agricultural Produce

More information

An Efficient Indexing Approach to Find Quranic Symbols in Large Texts

An Efficient Indexing Approach to Find Quranic Symbols in Large Texts Indian Journal of Science and Technology, Vol 7(10), 1643 1649, October 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 An Efficient Indexing Approach to Find Quranic Symbols in Large Texts Vahid

More information

घ र क रण ऽम. ghora kashtoddharana stotram. sanskritdocuments.org

घ र क रण ऽम. ghora kashtoddharana stotram. sanskritdocuments.org ghora kashtoddharana stotram sanskritdocuments.org February 17, 2018 ghora kashtoddharana stotram Sanskrit Document Information Text title : ghorakashtodharanastotra File name : ghorakashtodharanastotra.itx

More information

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking NPTEL NPTEL ONINE CERTIFICATION COURSE Introduction to Machine Learning Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking Prof. Balaraman Ravindran Computer Science and Engineering Indian

More information

Paninian Grammar Based Hindi Dialogue Anaphora Resolution

Paninian Grammar Based Hindi Dialogue Anaphora Resolution Paninian Grammar Based Hindi Dialogue Anaphora Resolution by darshan.agarwal, vandan.mujadia, Radhika Mamidi, Dipti Misra Sharma in The 19th International Conference on Asian Language Processing (IALP)

More information

ADDIS ABABA UNIVERSITY SCHOOL OF GRADUATE STUDIES. Design of Amharic Anaphora Resolution Model. Temesgen Dawit

ADDIS ABABA UNIVERSITY SCHOOL OF GRADUATE STUDIES. Design of Amharic Anaphora Resolution Model. Temesgen Dawit ADDIS ABABA UNIVERSITY SCHOOL OF GRADUATE STUDIES Design of Amharic Anaphora Resolution Model By Temesgen Dawit A THESIS SUBMITTED TO THE SCHOOL OF GRADUATE STUDIES OF THE ADDIS ABABA UNIVERSITY IN PARTIAL

More information

Broadways International School,Sec-76, Gurugram

Broadways International School,Sec-76, Gurugram Broadways International School,Sec-76, Gurugram Class- I / Planner for the month of April/May(2018-19) Dear Parents, Welcome to I. It s great to have your child in I. We are eagerly looking forward to

More information

Subject Index. Index

Subject Index. Index Index A absolute construction 425, 442. See also noun abstract noun 185, 186 accent 9, 20, 105 acceptable 8, 25, 46, 51, 180, 207, 402 accommodation theory. See linguistic accommodation accusative case

More information

ÛIm] g]v]t]/ g]it]] म क षस न य सय ग:

ÛIm] g]v]t]/ g]it]] म क षस न य सय ग: ÛIm] g]v]t]/ g]it]] म क षस न य सय ग: Volume 5 त व स त कत र र आत म न क वल त य: पश य त अक तब त व त न स पश य त दमर त : 18-16 यस य न ह क त भ व ब : यस य न लप यत हत व प स इम न ल क न न ह न त न नबध यत 18-17 ज

More information

Summer Holiday home work

Summer Holiday home work Summer Holiday home work Class I Subject English 1. Write and learn A to Z capital letter (5 times) 2. Write and learn a to z small letter {5 times} 3. Write your name in English (5 times) subject Maths

More information

08 Anaphora resolution

08 Anaphora resolution 08 Anaphora resolution IA161 Advanced Techniques of Natural Language Processing M. Medve NLP Centre, FI MU, Brno November 6, 2017 M. Medve IA161 Advanced NLP 08 Anaphora resolution 1 / 52 1 Linguistic

More information

ÛIm] g]v]t]/ g]it]] य वभ गय ग: Chapter 17 अश व हत घ र तप यन त य तप जन : दम भ हङ क रस य : क मर गबल न वत : 17-5

ÛIm] g]v]t]/ g]it]] य वभ गय ग: Chapter 17 अश व हत घ र तप यन त य तप जन : दम भ हङ क रस य : क मर गबल न वत : 17-5 ÛIm] g]v]t]/ g]it]] य वभ गय ग: Volume 2 अश व हत घ र तप यन त य तप जन : दम भ हङ क रस य : क मर गबल न वत : 17-5 कशर यन त: शर रस थ भ त ममच तस: म च व न त: शर रस थ त न वद ध य स र न य न 17-6 आह रस त व प सवर स

More information

Lt. Col. Mehar Little Angels Sr. Sec. School. Lesson 1 (No Smiles Today) Q.1. How do you know that Shanti and Arun were good friends?

Lt. Col. Mehar Little Angels Sr. Sec. School. Lesson 1 (No Smiles Today) Q.1. How do you know that Shanti and Arun were good friends? Class: III Subject: English Lesson 1 (No Smiles Today) Q.1. How do you know that Shanti and Arun were good friends? Q.2. One day, what did the students find unusual about Shanti? Q.3. What did Shanti do

More information

Summer 2012 at Hebrew College

Summer 2012 at Hebrew College Summer 2012 at Hebrew College ULPAN June 18 July 27 Levels: Beginner through advanced Learn modern Hebrew, with an emphasis on conversational Hebrew, in an informal yet intensive setting that draws on

More information

Towards Transliteration between Sindhi Scripts Using Roman Script

Towards Transliteration between Sindhi Scripts Using Roman Script Copyright Linguistics & Literature Review (LLR) ISSN: 2409-109X Online ISSN: 2221-6510 Print Vol. I, Issue 2, October 2015 Towards Transliteration between Sindhi Scripts Using Roman Script Mehwish Leghari

More information

S.B.V.M. Inter College,Mahmudabad (Sitapur) (English Medium Branch)

S.B.V.M. Inter College,Mahmudabad (Sitapur) (English Medium Branch) Class-1 st Hindi:-Reader-Unit-I (chapter 1 to 3) Grammar-Chapter 1,2 व ल म शब द व न, अच छ, क ल, ख श, कम पर र च आग,कमल English:-Reader-Chapter 1to4 Grammar-Chapter 1to5 Names of 7 persons,names of 7 Places,Names

More information

NATIONAL INSTITUTE OF OPEN SCHOOLING Mukta Vidya Vani and Radio Vahini -Community Radio FM 91.2 MHz

NATIONAL INSTITUTE OF OPEN SCHOOLING Mukta Vidya Vani and Radio Vahini -Community Radio FM 91.2 MHz NATIONAL INSTITUTE OF OPEN SCHOOLING Mukta Vidya Vani and Radio Vahini -Community Radio FM 91.2 MHz Broadcast schedule for the month of August 2018 Date/Day 11.00 hrs to 12.00 hrs Radio Vahini / Acad.

More information

Digital Logic Lecture 5 Boolean Algebra and Logic Gates Part I

Digital Logic Lecture 5 Boolean Algebra and Logic Gates Part I Digital Logic Lecture 5 Boolean Algebra and Logic Gates Part I By Ghada Al-Mashaqbeh The Hashemite University Computer Engineering Department Outline Introduction. Boolean variables and truth tables. Fundamental

More information

CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus Grade: 4

CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus Grade: 4 CREDENCE HIGH SCHOOL DUBAI Term-Wise Syllabus 2018-19 Grade: 4 Subject: English Prose Grandpa Fights an Ostrich When Lincoln was a Boy Mowgli Meets His Family Taro and His Grandmother Prose Bambi Yeti

More information

Automatic Evaluation for Anaphora Resolution in SUPAR system 1

Automatic Evaluation for Anaphora Resolution in SUPAR system 1 Automatic Evaluation for Anaphora Resolution in SUPAR system 1 Antonio Ferrández; Jesús Peral; Sergio Luján-Mora Dept. Languages and Information Systems Alicante University - Apt. 99 03080 - Alicante -

More information

KENDRIYA VIDYALAYA KHICHRIPUR, DELHI (SHIFT II) HOLIDAY HOMEWORK FOR WINTER BREAK SESSION

KENDRIYA VIDYALAYA KHICHRIPUR, DELHI (SHIFT II) HOLIDAY HOMEWORK FOR WINTER BREAK SESSION CLASS I KENDRIYA VIDYALAYA KHICHRIPUR, DELHI (SHIFT II) HOLIDAY HOMEWORK FOR WINTER BREAK SESSION 2018-19 Q1. Read and Write five words daily and learn it. Q2. Learn any two poems out of the book. Q3.

More information

.. AdhyAtmika vichara.. आ क व च र

.. AdhyAtmika vichara.. आ क व च र Document Information Text title : AdhyAtmika vichara File name : adhyatma.itx Category : vedanta Location : doc_yoga Author : M. Giridhar Language : Sanskrit Subject : philosophy/hinduism/religion Transliterated

More information

Droan Vidya Peeth New Jeewan Nagar, Sonepat ( )

Droan Vidya Peeth New Jeewan Nagar, Sonepat ( ) APRIL Course Book (Petals) L-1,2,3( All things,bright and beautiful;election in Bird's world, National Festivals of India) W/M,Q/A,Exercise, Assignments,Activity. Grammar: Sentence,Subject-Predicate,Tense

More information

South Carolina English Language Arts / Houghton Mifflin English Grade Three

South Carolina English Language Arts / Houghton Mifflin English Grade Three Reading Goal (R) The student will draw upon a variety of strategies to comprehend, interpret, analyze, and evaluate what he or she reads. READING PROCESS AND COMPREHENSION 3-R1 The student will integrate

More information

GOVERNMENT OF INDIA MINISTRY OF CONSUMER AFFAIRS, FOOD & PUBLIC DISTRIBUTION DEPARTMENT OF FOOD AND PUBLIC DISTRIBUTION

GOVERNMENT OF INDIA MINISTRY OF CONSUMER AFFAIRS, FOOD & PUBLIC DISTRIBUTION DEPARTMENT OF FOOD AND PUBLIC DISTRIBUTION GOVERNMENT OF INDIA MINISTRY OF CONSUMER AFFAIRS, FOOD & PUBLIC DISTRIBUTION DEPARTMENT OF FOOD AND PUBLIC DISTRIBUTION LOK SABHA UNSTARRED QUESTION NO. 844 TO BE ANSWERED ON 07 th FEBRUARY, 2017 LINKING

More information

Tips for Using Logos Bible Software Version 3

Tips for Using Logos Bible Software Version 3 Tips for Using Logos Bible Software Version 3 Revised January 14, 2010 Note: These instructions are for the Logos for Windows version 3, but the general principles apply to Logos for Macintosh version

More information

Kāsiga School. Sample Question Paper. English Hindi Math Science For admission to class 5 ENGLISH

Kāsiga School. Sample Question Paper. English Hindi Math Science For admission to class 5 ENGLISH Kāsiga School Sample Question Paper English Hindi Math Science For admission to class 5 Time: 2 Hours Name: Total: 100 marks Roll No.: ENGLISH Q1. Read the passage given below and answer the following

More information

9 Uncorrected/ Not for Publication

9 Uncorrected/ Not for Publication 9 Q. NO. 361 र शद अ व : सर, सरक र न ज जव ब दय ह और उसम व डर ब क क ज प वट र ल इन ह, according to the poverty line of the World Bank, it is 1.25 dollars per day, which comes to near about Rs. 60 per day.

More information

Identifying Anaphoric and Non- Anaphoric Noun Phrases to Improve Coreference Resolution

Identifying Anaphoric and Non- Anaphoric Noun Phrases to Improve Coreference Resolution Identifying Anaphoric and Non- Anaphoric Noun Phrases to Improve Coreference Resolution Vincent Ng Ng and Claire Cardie Department of of Computer Science Cornell University Plan for the Talk Noun phrase

More information

न य नतम स झ क यक रम सम च र पत र क CMP E-NEWSLETTER BE A GOOD PERSON BUT DON T WASTE TIME TO PROVE IT!

न य नतम स झ क यक रम सम च र पत र क CMP E-NEWSLETTER BE A GOOD PERSON BUT DON T WASTE TIME TO PROVE IT! Website: - www.kv1chandimandir.org E-Mail id: - kvchandimandir1@gmail.com न य नतम स झ क यक रम सम च र पत र क CMP E-NEWSLETTER 2017-18 BE A GOOD PERSON BUT DON T WASTE TIME TO PROVE IT! WORDS OF ENCOURAGEMENT

More information

PAGE(S) WHERE TAUGHT (If submission is not text, cite appropriate resource(s))

PAGE(S) WHERE TAUGHT (If submission is not text, cite appropriate resource(s)) Prentice Hall Literature Timeless Voices, Timeless Themes Copper Level 2005 District of Columbia Public Schools, English Language Arts Standards (Grade 6) STRAND 1: LANGUAGE DEVELOPMENT Grades 6-12: Students

More information

Follow-up to Extended Tamil proposal L2/10-256R. 1. Encoding model of Extended Tamil and related script-forms

Follow-up to Extended Tamil proposal L2/10-256R. 1. Encoding model of Extended Tamil and related script-forms Follow-up to Extended Tamil proposal L2/10-256R Shriramana Sharma, jamadagni-at-gmail-dot-com, India 2010-Sep-30 This is a follow-up to my Extended Tamil proposal L2/10-256R. It reflects some further thought

More information

च क त स उप रण एव अस पत ल य जन ववभ ग चचककत स उपकरण- आई एस ओ क य ग क ददश तनद श

च क त स उप रण एव अस पत ल य जन ववभ ग चचककत स उपकरण- आई एस ओ क य ग क ददश तनद श भ रत य म नक ब य र (उपभ क म मल, ख़ द एव स वजन क नवतरण म त लय,भ रत सरक र) BUREAU OF INDIAN STANDARDS (Ministry of Consumer Affairs, Food & Public distribution, Govt. of India) म नक भवन,9 बह द रश ह जफर म र

More information

Broadways International School,Sec-76, Gurugram

Broadways International School,Sec-76, Gurugram Dear Parents, Broadways International School,Sec-76, Gurugram Class- II / Planner for the month of April/May(2018-19) Welcome to II. It s great to have your child in II. We are eagerly looking forward

More information

vlk/kj.k izkf/dkj ls izdkf'kr अ धस चन

vlk/kj.k izkf/dkj ls izdkf'kr अ धस चन jftlvªh laö Mhö,yö&33004@99 REGD. NO. D. L.-33004/99 vlk/kj.k EXTRAORDINARY Hkkx II [k.m 3 mi&[k.m (i) PART II Section 3 Sub-section (i) izkf/dkj ls izdkf'kr PUBLISHED BY AUTHORITY la- 897] ubz fnyyh]

More information

The UPV at 2007

The UPV at 2007 The UPV at QA@CLEF 2007 Davide Buscaldi and Yassine Benajiba and Paolo Rosso and Emilio Sanchis Dpto. de Sistemas Informticos y Computación (DSIC), Universidad Politcnica de Valencia, Spain {dbuscaldi,

More information

Scott Foresman Reading Street Common Core 2013

Scott Foresman Reading Street Common Core 2013 A Correlation of Scott Foresman Reading Street 2013 to the for English Language Arts Introduction This document demonstrates how, 2013 meets the for English Language Arts. Correlation references are to

More information

South Carolina English Language Arts / Houghton Mifflin Reading 2005 Grade Three

South Carolina English Language Arts / Houghton Mifflin Reading 2005 Grade Three Reading Goal (R) The student will draw upon a variety of strategies to comprehend, interpret, analyze, and evaluate what he or she reads. READING PROCESS AND COMPREHENSION 3-R1 The student will integrate

More information

INTERMEDIATE LOGIC Glossary of key terms

INTERMEDIATE LOGIC Glossary of key terms 1 GLOSSARY INTERMEDIATE LOGIC BY JAMES B. NANCE INTERMEDIATE LOGIC Glossary of key terms This glossary includes terms that are defined in the text in the lesson and on the page noted. It does not include

More information

The Differentia Principle as a Cornerstone of Ontology

The Differentia Principle as a Cornerstone of Ontology The Differentia Principle as a Cornerstone of Ontology Prof. Christophe ROCHE Université de Savoie - Campus Scientifique 73 376 Le Bourget du Lac - cedex - France tel : +33 (0) 4 79 75 87 79 - fax : +33

More information