Free Essay

Writer Adaptation for Handwriting Recognition in Hindi Language – a Survey

In:

Submitted By nupur14
Words 2640
Pages 11
International Journal of Science and Research (IJSR)
ISSN (Online): 2319-7064

Writer Adaptation for Handwriting Recognition in Hindi Language – A Survey
Nupur Gulalkari1, Shreya Prabhu2, Anjali Pachpute3, Rekha Sugandhi4, Kapil Mehrotra5
1,2 , 3, 4 5

Computer Department, MIT College of Engineering, Pune, India

GIST, Center for Development of Advanced Computing, Pune, India

Abstract: With the advancement in technology, there is an increased use of pen-based touch screen devices and PDAs. These devices come with an alternative for the traditional alphanumeric or QWERTY keyboard which is input in the form of user’s handwriting. The handwriting is then converted into normal text form. However, these devices require prior training to be done by the user. There is a high demand for robust and accurate recognition systems in the practical applications of handwriting recognition. The real challenge lies with the selection of a classifier which gives accurate results in real-time, while making the system self-adaptive simultaneously. Thus, in this paper various classifiers have been studied so as to find the most appropriate classifier for anonline handwriting recognition system for handwriting in Hindi language that provides a way by which the touch screen device adapts itself to its user handwriting without prior training is studied.

Keywords: Active-DTW, Markov Model, Self -adaptation, SVM, Writer adaptation

1. Introduction
Hindi is the fourth most spoken language in the world [16]. Being the national language of India, it has several million speakers across the country owing to its vast population. A majority of the population prefer to read and write in their native language which poses a new challenge to the penetration of Information Technology. Moreover, the keyboard for Hindi (Devanagari script) is two-layered shift keyboard. This makes it more difficult for people to get accustomed to it and type with ease. Thus, it is of utmost importance to facilitate human-computer interaction in easier ways like handwriting in the native language. As compared to other scripts like Western, Korean, Chinese or Japanese, Devanagari script consists of a large number of characters, classes and strokes. The basic strokes are more often nonlinear and curved than straight as opposed to other scripts which consist of straight lines. Hence, more detailed features are required that contain all the information about the character. Moreover, the characters in a word may or may not be discrete; hence segmentation of the word may be necessary for recognition. As a result, the methods used for recognition of other scripts cannot be simply applied to Hindi language as well. This paper explores different classifiers models and their use as a promising classifier for Hindi handwriting recognition.The classifiers which have been previously used or implemented for online handwriting recognition are dealt with in the next few sections. Section 2 deals with Hidden Markov Models. Support vector machines and Active DTW classifiers are discussed in sections 3 and 4 respectively. Conclusions are discussed in section 5 of this paper.

speech recognition prompted the use of them for more complex pattern-recognition problems like handwriting recognition. HMMs could be described as extensions of the Markov process, which is a stochastic process. A process in which its future behavior depends only on the current state and not on the past states is called a stochastic process [3]. As a result, they can easily handle variations in handwriting as well as noise. HMMs can be successfully applied to western cursive handwriting along with Chinese, Japanese and Korean scripts. In the paper [4] published by Bharat A. et al, the same method is applied for Tamil language. In the Hidden Markov model (HMM) approach the input character is modeled into a 7-state left to right HMM.Since the left to right HMM can effectively model the time dependent property in a signal, the on-line handwriting signal can be modeled by the left to right model.The number of states was experimentally taken to be 7 so as to maximize the recognition accuracy.States help to model variability in time [3]. Hindi language consists of a number of strokes and similar looking characters (refer to Fig 2) making it difficult to model the input character or word into 7-states.In HMM all the possible words are modeled for the recognition task. But to model each Hindi word explicitly is simply computationally impossible. As a result, this classifier in not best suited for online handwriting recognition of Hindi handwriting.

3. Online Character Recognition based on Support Vector Machines
Support Vector Machines classifies an input data into one of the two classes separated by a decision plane. SVM is based on statistical learning theory. Its performance is dependent on the principle of Structural Risk Minimization. Structural Risk Minimization maximizes the margin of class classification. Every SVM is associated with a kernel function.

2. On-Line Handwriting Recognition Using Hidden Markov Models
Hidden Markov Models (HMMs) were initially developed at the IDA (Institute of Defense Analyses) in the 1960’s by Baum and Eagon [3]. The success of these systems in
Paper ID: 020131296

Volume 3 Issue 3, March 2014 www.ijsr.net

718

International Journal of Science and Research (IJSR)
ISSN (Online): 2319-7064 3.1Multiple Kernel Learning Framework The problem of formulation becomes complex and uncoordinated in the feature space due to generation of samples of a single character class from multiple sources. The in-depth study of this paper [8] shows that Multiple Kernel Learning (MKL) Framework shows a great potential in handling this problem in a better way. MKL methods are coupled with maximal marginal learning algorithms so as to formulate the mentioned problem in this framework for better recognition accuracy. English is the language used and experiments have been carried out with the sample size of 16000 alphabets (10000 from the IRONOFF dataset augmented with another 6000 alphabets) collected from miscellaneous sources (approximately 470 sources) using a digitizing tablet. Even though generative classifier approaches are popular for online handwriting due to its sequential nature, discriminative classifiers like Support Vector Machines have been demonstrated to perform better to resolve similar looking characters. The problem of overfitting was handled in a principled way due to the use of SVMs while learning from a set of trained samples of data.The kernel affects the SVM classifier to a great extent as it affects the nature and complexity of its decision boundary. The kernel to be employed is chosen after analyzing the problem at hand.Furthermore the choice of the kernel optimizes the performance of the SVM classifier. Multiple kernel learning allows us to define a kernel as a weighted combination of multiple basic kernels, and learn the weights during the training phase, effectively selecting the most appropriate kernels and their relative importance [8]. Each input is first normalized to a fixed size and smoothened by a Gaussian Filer. Normalized x and y coordinates, curvature, and sine and cosine of the tangent direction are the feature vectors extracted from the input data. The character is then mapped into a 300 dimensional space so as to carry out the training and adaptation processes. Adaptation involves re-modeling of the support vectors to better prototype the decision boundary of a specific writer, and adjustment of the parameters of the kernel combination to suit a specific writer’s distribution. However poor adaptation takes place in the event of incorrectly written or labeled data and hence, it is not a viable alternative for character recognition of Hindi handwriting.

Figure 1: + indicates data points of type1 and – indicates data points of type2 separated by a hyper-plane. The work proposed in [5] describes the use of SVM classifier with Gaussian kernel for online recognition of Telugu handwritten characters. The paper presents a systematic approach of how a Telugu character is represented and classified. A Telugu character is first divided in three tiers; upper stroke, main stroke and lower stroke. Except for the main stroke all the other strokes differ for each character. These pre-classified strokes are then classified by SVM classifier.After the classification of these pre-classified strokes they are combined to identify the character using two schemas; 1) Ternary Search Tree 2) SVM Comparative study in [5] proved SVM to be a better classifier with an accuracy that was as high as 99.55%. However, for online recognition of Hindi handwriting, the character database of Hindi language is large and also there are a lot of similar looking characters as shown in Fig 2.

Figure 2: Strokes for two pairs of similar looking Hindi characters SVM being a discriminative classifier classifies the input into either of the two classes. Ambiguity between the similar looking characters will lead to incorrect classification. This makes the recognition task difficult using SVM classifier for Hindi handwriting.

4. Active-DTW Classifier for Online Handwritten Character Recognition
DTW or dynamic time warping can be defined as an algorithm for measuring similarity between two sequences which may vary in time or speed [16]. It is a well-known technique to find an optimal alignment between two given (time-dependent) sequences under certain restrictions. It was originally developed for speech recognition. In the DTW technique, one-to-one matching of linear sequences is done (refer to Fig 3). However, in the Active-DTW method proposed by Sridhar et al [10], one-to-many matching is done between the linear sequences. As a result, it results in better recognition accuracy and a robust system
719

Paper ID: 020131296

Volume 3 Issue 3, March 2014 www.ijsr.net

International Journal of Science and Research (IJSR)
ISSN (Online): 2319-7064  From the survey conducted the Active DTW classifier is found to be the best classifier available online character recognition for Hindi Handwriting.  Experimental results have shown that Active DTW is a generative classifier that combines Active Shape models with Elastic matching. It also possesses a unique property which makes it possible to form free samples for input that does not belong to any character class.  Unlike other classifiers such as SVM and HMM, Active DTW classifier combines the advantages of both discriminative as well as generative classifiers.  On the basis of the survey conducted it is proposed to build a better adaptation system which would consist of two modules.  The emphasis in both the modules will be on the ability of the proposed system to classify the input lexemes on the basis of their features and modify the existing database.  The main intention is to design a new strategy that meets both the instantly incremental learning mechanism and the ability of using a complex and powerful classifier structure.

Figure 3: One to many matching pattern in case of ActiveDTW A thorough study of the papers [9] and [10] reveals that Active-DTW classifier shows substantial promise as a generative classifier in combination with discriminative classifiers. Hybrid Classifiers address many issues faced in the development of Online Character Recognition for particular scripts (for example Hindi) viz. characters contain subtle differences and are similar at the first instant, every minute detail for different writing styles cannot be captured effectively and presence of unclear samples. The database for handwriting recognition consists of a predefined character data set. For each character class in this set, a specified number of clusters (say N) are generated and an average deformation is calculated [11]. The main aim of Active DTW is to calculate variations of the test sample with these deformation measures. Principal Component Analysis is used in order to determine the variations in a low dimensional subspace. Whenever the user writes a character on any touch screen device, the DTW distance is calculated against the optimal deformation measure of each of the N classes. The class with the lowest DTW distance is chosen as the recognized character class. This new character is added to the cluster of that class and the deformation measure for that particular cluster is calculated again [13] and [14]. In this way the device gets accustomed to the user’s handwriting. Asaresult, thesystemisself-adaptive. In case a character does not belong to any class of any character, it forms a free sample. After a threshold value i.e. the minimum cluster size is reached, a new cluster is created for that character. The performance of Active-DTW using the proposed adaptation framework is evaluated using the HP Labs Isolated Handwritten Tamil Character Dataset [12]. The dataset consists of approximately 500 isolated samples each of 156 Tamil characters written by native Tamil writers. This classifier displayed better accuracies as compared to other existing classifiers.

6. Acknowledgement
The authors would like to gratefully acknowledge Kapil Mehrotra and Swapnil Belhe of CDAC (Center for Development of Advanced Computing) for supervising and sponsoring this research. The authors would also like to thank Rekha Sugandhi for her invaluable support and guidance in publishing this paper.

References
[1] Claus Bahlmann and Hans Burkhardt, “The Writer Independent Online Handwriting Recognition System frog on hand and Cluster Generative Statistical Dynamic Time Warping”, IEEE TRANSACTIONS ON PATTERN ANALYSIS AND MACHINE INTELLIGENCE, VOL. 26, NO. 3, MARCH 2004 [2] Scott D. Connell Anil K. Jain, “Writer Adaptation of Online Handwriting Models”. [3] Han Shu, “On-Line Handwriting Recognition Using Hidden Markov Models” [4] Bharath A, Sriganesh Madhvanath,“Hidden Markov Models for Online Handwritten Tamil Word Recognition”, Ninth International Conference on Document Analysis and Recognition (ICDAR 2007) [5] Rajkumar.J, Mariraja K., Kanakapriya K., Nishanthini, S. Chakravarthy, V.S., ”Two Schemas for Online Character Recognition of Telugu script based on Support Vector Machines“, 2012 International Conference on Frontiers in Handwriting Recognition. [6] Dewi Nasien, Habibollah Haron, Siti Sophiayati Yuhaniz,”SUPPORT VECTOR MACHINE (SVM) FOR ENGLISH HANDWRITTEN CHARACTER RECOGNITION”, 2010 Second International Conference on Computer Engineering and Applications. [7] Nilanjana Bhattacharya, Umapada Pal Fumitaka Kimura, “A System for Bangla Online Handwritten Text”, 2013 12th International Conference on Document Analysis and Recognition.

5. Conclusion
 In this paper a survey conducted on various classifiers such as Hidden Markov Models, Support Vector Machines, Active DTW implemented for handwriting recognition is presented.

Paper ID: 020131296

Volume 3 Issue 3, March 2014 www.ijsr.net

720

International Journal of Science and Research (IJSR)
ISSN (Online): 2319-7064 [8] Naveen Chandra Tewari and Anoop M. Namboodiri, “Learning and Adaptation for Improving Handwritten Character Recognizers”, 2009 10th International Conference on Document Analysis and Recognition. [9] Tim Cootes, “An Introduction to Active Shape Models”. [10] Muralikrishna Sridhar, Dinesh Mandalapu, Mehul Patel, “Active-DTW : A Generative Classifier that combines Elastic Matching with Active Shape Modeling for Online Handwritten Character Recognition” [11] Vandana Roy and Sriganesh Madhvanath Anand S and Raghunath R. Sharma, “A Framework for Adaptation of the Active-DTW Classifier for Online Hand written Character Recognition”, 2009 10th International Conference on Document Analysis and Recognition. [12] Niranjan Joshi, G. Sita, and A.G. Ramakrishnan, Sriganesh Madhvanath, “Comparison of Elastic Matching Algorithms for Online Tamil Handwritten Character Recognition”. [13] B.S. Manjunath, S. Chandrasekaran and Y.F. Wang, “An Eigenspace Update Algorithm for Image Analysis”. [14] Peter Hall, David Marshall, Ralph Martin, “Merging and splitting eigenspace models”. [15] Peter M. Hall, David Marshall, and Ralph R. Martin, “Incremental Eigenanalysis for Classification”, British Machine Vision Conference. [16] www.wikipedia.com

Author Profile
Nupur Gulalkari, currently pursuing B.E. from Computer Department in Maharashtra Institute of Technology College of Engineering, Pune (MITCOE)(2010-2014 Batch). Shreya Prabhu, she is currently pursuing B.E. from Computer Department in Maharashtra Institute of Technology College of Engineering, Pune (MITCOE) (2010-2014 Batch). Anjali Pachpute, currently pursuing B.E. from Computer Department in Maharashtra Institute of Technology College of Engineering, Pune (MITCOE)(2010-2014 Batch). Rekha Sugandhi, received M.Tech in Computer Engineering from Govt. College of Engineering, Pune in 2006.She is currently an Associate Professor with MIT College of Engineering, Pune. Kapil Mehrotra, Department GIST-Center Computing and Research, Pune, India. for Advanced

Paper ID: 020131296

Volume 3 Issue 3, March 2014 www.ijsr.net

721

Similar Documents

Free Essay

Swn Jdkjkjje Jne

...Employment News 31 May - 6 June 2014 www.employmentnews.gov.in 21 UNION PUBLIC SERVICE COMMISSION EXAMINATION NOTICE NO. 09/2014-CSP (LAST DATE FOR RECEIPT OF APPLICATIONS : 30/06/2014) DATE :31.05.2014 CIVIL SERVICES EXAMINATION, 2014 (Commission’s website-http://upsc.gov.in) F. No. 1/5/2013-E.I(B) : Preliminary Examination of the Civil Services Examination for recruitment to the Services and Posts mentioned below will be held by the Union Public Service Commission on 24th Aug., 2014 in accordance with the Rules published by the Department of Personnel & Training in the Gazette of India Extraordinary dated 31st May, 2014. (i) Indian Administrative Service. (ii) Indian Foreign Service. (iii) Indian Police Service. (iv) Indian P & T Accounts & Finance Service, Group ‘A’. (v) Indian Audit and Accounts Service, Group ‘A’. (vi) Indian Revenue Service (Customs and Central Excise), Group ‘A’. (vii) Indian Defence Accounts Service, Group ‘A’. (viii) Indian Revenue Service (I.T.), Group ‘A’. (ix) Indian Ordnance Factories Service, Group ‘A’ (Assistant Works Manager, Administration). (x) Indian Postal Service, Group ‘A’. (xi) Indian Civil Accounts Service, Group ‘A’. (xii) Indian Railway Traffic Service, Group ‘A’. (xiii) Indian Railway Accounts Service, Group 'A'. (xiv) Indian Railway Personnel Service, Group ‘A’. (xv) Post of Assistant Security Commissioner in Railway Protection Force, Group ‘A’ (xvi) Indian Defence Estates Service, Group...

Words: 47693 - Pages: 191

Free Essay

Whirlpool

...Employment News 11 - 17 February 2012 www.employmentnews.gov.in 21 Union Public Service Commission EXAMINATION NOTICE NO. 04/2012-CSP DATED 11.02.2012 (LAST DATE FOR RECEIPT OF APPLICATIONS : 05.03.2012) CIVIL SERVICES EXAMINATION, 2012 (Commission's website - http://www.upsc.gov.in) F. No. 1/4/2011-E.I(B) : Preliminary Examination of the Civil Services Examination for recruitment to the Services and Posts mentioned below will be held by the Union Public Service Commission on 20th May, 2012 in accordance with the Rules published by the Department of Personnel & Training in the Gazette of India Extraordinary dated 4th February, 2012. (i) Indian Administrative Service. (ii) Indian Foreign Service. (iii) Indian Police Service. (iv) Indian P & T Accounts & Finance Service, Group ‘A’. (v) Indian Audit and Accounts Service, Group ‘A’. (vi) Indian Revenue Service (Customs and Central Excise), Group ‘A’. (vii) Indian Defence Accounts Service, Group ‘A’. (viii) Indian Revenue Service (I.T.), Group ‘A’. (ix) Indian Ordnance Factories Service, Group ‘A’ (Assistant Works Manager, Administration). (x) Indian Postal Service, Group ‘A’. (xi) Indian Civil Accounts Service, Group ‘A’. (xii) Indian Railway Traffic Service, Group ‘A’. (xiii) Indian Railway Accounts Service, Group 'A'. (xiv) Indian Railway Personnel Service, Group ‘A’. (xv) Post of Assistant Security Commissioner in Railway Protection Force, Group ‘A’ (xvi) Indian Defence Estates Service, Group ‘A’. (xvii) Indian Information...

Words: 50586 - Pages: 203

Premium Essay

Cross Cultural Management

...Cross-Cultural Communication Theory and Practice Barry Tomalin; Brian J. Hurn ISBN: 9780230391147 DOI: 10.1057/9780230391147 Palgrave Macmillan Please respect intellectual property rights This material is copyright and its use is restricted by our standard site license terms and conditions (see palgraveconnect.com/pc/connect/info/terms_conditions.html). If you plan to copy, distribute or share in any format, including, for the avoidance of doubt, posting on websites, you need the express prior permission of Palgrave Macmillan. To request permission please contact rights@palgrave.com. Cross-Cultural Communication 10.1057/9780230391147 - Cross-Cultural Communication, Brian J. Hurn and Barry Tomalin Copyright material from www.palgraveconnect.com - licensed to Griffith University - PalgraveConnect - 2014-04-12 This page intentionally left blank 10.1057/9780230391147 - Cross-Cultural Communication, Brian J. Hurn and Barry Tomalin Copyright material from www.palgraveconnect.com - licensed to Griffith University - PalgraveConnect - 2014-04-12 Cross-Cultural Communication Theory and Practice Brian J. Hurn and Barry Tomalin Copyright material from www.palgraveconnect.com - licensed to Griffith University - PalgraveConnect - 2014-04-12 10.1057/9780230391147 - Cross-Cultural Communication, Brian J. Hurn and Barry Tomalin © Brian J. Hurn and Barry Tomalin 2013 Foreword © Jack Spence 2013 All rights reserved. No reproduction, copy or transmission of this...

Words: 129836 - Pages: 520

Free Essay

Frontline

...battle? 108 118 BOOKS LE TTE R S 73 127 54 57 61 TR AVE L Jungles of Borneo 64 AR T Achuthan Kudallur’s journey 85 H ISTOR Y Of Quit India, Nehru & Communist split 89 FOOD SEC UR I T Y Understanding the PDS Kerala: Power of literacy Bihar: Coupon fiasco Jharkhand: Strong revival Chhattisgarh: Loud no to cash E CONOM Y Losing momentum Interview: C. Rangarajan, Chairman, PMEAC CL IM A TE C H A N G E Uncertain stand in Durban CONTR OV E R S Y Mullaperiyar dispute: Deep distrust Fallout of fear OBITU A R Y Humble genius: Mario Miranda Korea’s Kim Jong-il COL U M N Bhaskar Ghose: Looking back Praful Bidwai: Durban greenwash 96 98 101 104 106 RELA T ED S TOR I E S Language barrier 14 Poet of the Padma17 The other Tagore 22 Unique landlord 29 Man of science 37 110 112 114 120 124 129 132 83 94 W O RLD A F F A I RS The American occupation troops withdraw from Iraq after waging a ‘dumb...

Words: 77117 - Pages: 309

Premium Essay

Business

...IIBM Institute of Business Management Business Communication www.iibmindia.in SYLLABUS Business Communication S. No. Description 1 Communication in Business Organizations: Introduction; Meaning of Business Communication; Types of Information Exchanged in Business Organizations; Role of Communication in Business Organizations; Importance of Communication in Management of Business Organizations; Scope of Communication in Organizational Setting; Characteristics of Effective Business Communication; Ethical challenges and Traps in Business Communication; Role of Communication in Three Managerial Roles Defined by Henry Mintzberg 2 Nature, Scope and Process of Communication: Introduction; Defining Communication; Nature of Communication; Objectives/Purpose of Communication; Functions of Communication; Process of Communication; Elements of Communication Process; Process of Communication: Models; Thill and Bovee‘s Model of Communication Process; Working of the Process of Communication; Forms of Communication; On the Basis of Expression/Medium Used; On the Basis of Organisational Structure; On the Basis of the Number of Persons 2.13 (receivers); On the Basis of Direction/Flow of Communication 3 Channels and Networks of Communication: Introduction; Channels of Communication; Communication Flow in Organizations: Directions/Dimensions of Communication; The Concept of Ombudsperson; Patterns of Flow of Communication or Networks; Factors Influencing...

Words: 152539 - Pages: 611

Free Essay

Edrhodg

...____________________ OUTCOMES-BASED EDUCATION AND LANGUAGE TEACHING 1 1.1 INTRODUCTION 2 1.2 WHY DID SOUTH AFRICA'S EDUCATION SYSTEM NEED TO CHANGE? 3 1.3 WHAT IS OUTCOMES-BASED EDUCATION? 3 1.3.1 What are the characteristics of outcomes-based education? 3 1.3.2 The difference between the old and the new approach 4 1.4 OUTCOMES-BASED EDUCATION PRINCIPLES AND TERMINOLOGY 6 1.4.1 Learning area 6 1.4.2 Critical outcomes 7 1.4.3 Learning outcomes 8 1.4.4 Assessment standards 9 1.4.5 Assessment 9 1.4.6 Themes 9 1.5 PLANNING AN OUTCOMES-BASED EDUCATION LEARNING UNIT 11 1.6 OVERVIEW OF THE STUDY UNIT 11 1.7 CONCLUSION 12 STUDY UNIT 2 _______________________________________________________________________ TEACHING LANGUAGE IN A MULTICULTURAL CONTEXT 13 2.1 INTRODUCTION 14 2.2 MULTILINGUALISM 14 2.3 HOME LANGUAGE, FIRST AND SECOND ADDITIONAL LANGUAGES 15 2.4 SWITCHING AND MIXING CODES 16 2.5 LANGUAGE TEACHING IN A MULTICULTURAL CONTEXT 18 2.6 CULTURE AND LANGUAGE TEACHING 19 iii 2.7 LANGUAGES WITH HIGH AND LOW STATUS IN SOUTH AFRICA 21 2.8 OVERVIEW OF THE STUDY UNIT 23 2.9 CONCLUSION 24 STUDY UNIT 3 _______________________________________________________________________ IMPORTANT PRINCIPLES OF LANGUAGE TEACHING 25 3.1 INTRODUCTION 28 3.2 ...

Words: 117690 - Pages: 471

Free Essay

The Satanic Verses

...Copyright Salman Rushdie, 1988 All rights reserved VIKING Published by the Penguin Group Viking Penguin Inc., 40 West 23rd Street, New York, New York 10010, U.S.A. Penguin Books Ltd, 27 Wrights Lane, London W8 5TZ, England Penguin Books Australia Ltd. Ringwood, Victoria, Australia Penguin Books Canada Ltd, 2801 John Street, Markham, Ontario, Canada L3R 1B4 Penguin Books (N.Z.) Ltd, 182-190, Wairau Road, Auckland ro, New Zealand Penguin Books Ltd, Registered Offices: Harmondsworth, Middlesex, England Published in 1989 by Viking Penguin Inc. For Marianne Contents I The Angel Gibreel II Mahound III Ellowen Deeowen IV Ayesha V A City Visible but Unseen VI Return to Jahilia VII The Angel Azraeel VIII The Parting of the Arabian Seas IX A Wonderful Lamp Satan, being thus confined to a vagabond, wandering, unsettled condition, is without any certain abode; for though he has, in consequence of his angelic nature, a kind of empire in the liquid waste or air, yet this is certainly part of his punishment, that he is . . . without any fixed place, or space, allowed him to rest the sole of his foot upon. Daniel Defoe, _The History of the Devil_ I The Angel Gibreel "To be born again," sang Gibreel Farishta tumbling from the heavens, "first you have to die. Hoji! Hoji! To land upon the bosomy earth, first one needs to fly. Tat-taa! Taka-thun! How to ever smile again, if first you won't cry? How to win the darling's love, mister, without a sigh? Baba, if you want to get born again...

Words: 195828 - Pages: 784