Free Essay

Text-to-Speech Synthesis of Two-Syllable Filipino Words

In:

Submitted By lourdestupas
Words 2642
Pages 11
CONCATENATIVE TEXT-TO-SPEECH SYNTHESIS OF
TWO-SYLLABLE FILIPINO WORDS
Lourdes T. Tupas, Rowena Cristina L. Guevara, Ph.D., and Melvin Co
Digital Signal Processing Laboratory
Department of Electrical and Electronics Engineering
University of the Philippines, Diliman
ABSTRACT
In concatenative-based speech synthesizers, one of the most important problems is proper union of speech units to achieve an intelligible and natural-sounding synthetic speech. For that purpose, speech units need to be processed and concatenated so that discontinuities at concatenation points are minimized. Another possible solution to this is by using a larger speech unit to decrease the number of concatenation points. In this project, which utilized two-syllable Filipino words, the speech unit is syllable. Characterization of these Filipino words is done to differentiate words of the same spelling but of different meanings. This characterization took note of the pitch, duration of utterance of each syllable in the word, and the first three formant frequencies. A digital signal processing
(DSP) block is also implemented. It accepts two-syllable text and outputs all the possible utterances of that word; this block is the text-to-speech synthesizer.
A two-interval forced choice test was conducted to evaluate the level of naturalness of the synthesized speech. Words of the same spelling but of different meanings are distinguished using the prosody and intelligibility test.

1. INTRODUCTION
Speech is the easiest way to communicate among human beings. The analysis and synthesis of speech signals are complex processes. It is not surprising that market-driven interests appeared just recently. Among the latest technology that makes use of speech signals are speech coding, synthesis, and recognition.
Text-to-speech (TTS) synthesis is the process of converting text to speech output. It is used in applications where it is inconvenient or impossible to record a human speech. A TTS system, when coupled with an Optical
Character Recognition (OCR) system, is a very powerful

tool for blind people in accessing written documents.
Machines can be an invaluable support in voice handicaps: with the help of an especially designed keyboard and a fast sentence-assembling program, synthetic speech can be produced in a few seconds to remedy these impediments [3]. In some cases, oral information is more efficient than written messages. TTS systems make it possible to access textual information over the telephone. These, among other things, motivated the researcher to develop a TTS system that will generate synthetic speech from a database of spoken Filipino syllables. A text-to-speech system is typically composed of two basic modules: a Natural Language Processing module and the Digital Signal Processing module. This research focuses only on the latter, which is responsible for speech unit manipulation and concatenation and production of synthesized Filipino speech.
An input text is converted into speech by concatenating pre-recorded speech units. For this case, the speech unit used is the syllable.
Section 2 will discuss the construction of the database. In section 3, a brief discussion about the characterization tool is presented. Section 4 describes the text-to-speech system. Evaluation results for the twointerval forced choice test and for the prosody and intelligibility test are in section 5. A discussion of the problems encountered in implementing the design is on section 6. Finally, concluding remarks are given in section
7.
2. DATABASE CONSTRUCTION
Database construction includes the proper recording and labeling of the speech corpus. The 528 two-syllable
Filipino words used as the training data were produced using 98 Filipino syllables, with each syllable having at most two letters only. Twenty persons recorded the words and the syllables. Using the Transcriber, each of the 20 wave files produced in the recording was properly labeled. The Transcriber is a tool that tags a segment of a sound file. Its output, the transcription file, gives information on the different segments tagged and the start and end synchronization times of these segments. The transcription was done in a way that two segments will tag a word, i.e., the two syllables consisting the word. This is to automatically compute from the transcription file the durations of utterance of the syllables in a word.
The speech sound files together with the transcription files produced make up the whole database.

Using the Praat program, a powerful tool used in speech synthesis, the computation of necessary values like frequency and time components had been made easier and more accurate. A DOS-based application called sendpraat.exe was used to make a praat script written in MatLab® be evaluated automatically into the praat program.
Text

3. CHARACTERIZATION OF TWO-SYLLABLE
FILIPINO WORDS
The basic features of speech used to characterize the words are pitch frequency (f0), duration of utterance and the first three formant frequencies (f1, f2, and f3). The main purpose of this characterization is to differentiate
Filipino words of the same spelling but of different meanings, e.g., words basa can convey two different meanings when pronounced differently: “read” or “wet.”
The manner by which each syllable is pronounced makes the two words different.
Characterization of such words in terms of pitch, duration of utterance, and the formant frequencies of each syllable of the word were implemented. These features extracted are also the vital elements used in generating the synthetic speech.
The duration of utterance is automatically computed from the synchronization times provided by the transcription file.
One of the most difficult tasks in speech processing is the determination of the pitch. It has been claimed that there is no single pitch determination algorithm that will be suitable and reliable for all applications [5]. This is mainly due to the irregularity and non-stationary natures of speech. The pitch determination algorithm (PDA) proposed by [5] was used in this research.
Using the real cepstrum of the speech signal, the first three formant frequencies are estimated. Short-time analysis signals of 10-15 ms are extracted using a
Hanning window. This window is enough to represent the spectral properties of the signal [7]. The estimation discussed in [7] is used here.
These features extracted from the speech signals were stored in a database and were later used in the speech synthesizer. 4. TEXT-TO-SPEECH SYNTHESIS SYSTEM
The implemented synthetic speech generator is composed of five processing blocks: pitch, time, waveform, and envelope modifications, and the concatenation and smoothing technique application.

Text Segmentation and
Representation

Isolated
Syllable
Sounds

Waveform Modification

Pitch Contour Modification

Time-alignment

Envelope Modification

Duration
Pitch
Formant
Frequencie

Concatenate Speech Units and Apply
Smoothing Technique

Spoken Word
Figure 1: Block Diagram of the Speech Synthesizer

The speech synthesizer utilizes a pair of speech signals. The first, denoted as source signal, is the naturally spoken word and the other, denoted as target signal, is the speech produced by concatenating isolated syllable sounds. The prosodic features of the source are used to modify that of the target. These features are the pitch, duration, intensity, and LPC coefficients.
The naturally spoken speech (syllable) segments of the input word are fetched from the database. These are the source signals. Each of these signals is characterized according to the following parameters: pitch, duration of utterance, intensity, and LPC coefficients. The first two parameters are available in the database of features extracted previously.
Figure 1 shows the generalized block diagram of the speech synthesizer.

4.1. Text Segmentation and Representation
The text segmentation tool serves as a preprocessing block of the speech synthesizer. Here, the input word is
“read” and segmented into its syllabic components. Each syllable is represented with its corresponding syllable sound. This sound will be the target signal.
4.2. Waveform Modification
The idea that speech is produced by passing air from the lungs through the vocal tract motivated this modification.
Based on informal listening tests, the speech produced in redefining the formant frequencies of the target signal is generally inferior to the speech generated when the LPC coefficients are modified. Because of this, the implemented speech synthesizer utilized the LPC coefficients instead of the formant frequencies.
The LPC autocorrelation method is used to determine the coefficients that will be applied to the excitation signal of the target. (The excitation signal or the residue is defined as the signal remained when the LPC coefficients are extracted.)
4.3. Pitch and Time Modification
The pitch of the target signal is modified by first defining a path from the source signal pitch mark to its corresponding pitch mark in the target signal. The source signal time axis has a direct path to a certain virtual signal.
The target signal time axis has a direct path to this certain virtual signal, as well, so that a one-to-one correspondence between the source and the target signals is realizable. Using this one-to-one property, the pitch of the target signal at a certain pitch mark is modified by replacing it with the pitch of the source signal at the pitch mark that corresponds to it.
The source and the target signals are time-aligned with each other using the Dynamic Time Warping
Method.
4.4. Envelope Modification
To further improve the quality of the generated speech, the intensity (envelope) of the target signal has been modified exactly the way the envelope of the source looks. This was done by dividing the envelope of the target signal with itself and multiplying to it the envelope of the source.

4.5. Concatenation of Speech Units and the Final
Output
Simple concatenation of the syllables will make the final output sound irritating because of the clicks that can be heard due to the discontinuity between the concatenated signals. To avoid this problem, a considerable length of the signals has been overlap-added. To ensure that the overlap between the two syllables is continuous, a smoothing technique is implemented. This is done by obtaining the correlation coefficients of the last 12.5ms of the first syllable and the first 12.5ms of the second syllable. The length that produced the highest correlation coefficient is chosen and the overlap-add process is done accordingly. Finally, the synthetic speech is played. If there are two utterances available for the word, steps 1 to 5 are repeated to generate and play the other utterance.
5. EVALUATION
Two types of tests were conducted. The first is to evaluate the level of naturalness of the synthetic speech generated and the other is to differentiate words of the same spelling but of different utterances (and/or meanings).
5.1. Two-interval Forced Choice Test
The two-interval forced test is a preference type of test used to evaluate the naturalness of the synthesized speech.
A pair of speech sounds of a word (100ms apart) is played to the listener once. One of the speech sounds (called an interval) is the naturally spoken and the other is the synthesized. The listener then chooses the interval that he prefers more.
Four sessions were conducted for each listener. The first is for trial: to familiarize the listener with the type of the test. The remaining three are the actual tests wherein
60 pairs of speech in each session are used.
Twelve pairs, repeated five times in random, are used in every session. This sums to a total of 180 pairs for all three test sessions. The result is computed by counting the number of times the listener chose the naturally spoken interval. To be considered successful, the number of times that the listener chooses the naturally spoken word must equal the number of times that he chooses the synthesized, i.e., a rate of 50%. This signifies that the listener cannot distinguish the difference between the two intervals.
Twenty-four listeners participated the test. The mean score is 82% with a standard deviation of 20%. This means that 82% of the time, a listener preferred the naturally spoken speech to the synthesized.
5.2. Prosody and Intelligibility Test

The main goal of this research is to differentiate words of the same spelling but of different utterances. This evaluation measure is used to check intelligibility of the speech and the correctness of its prosody.
Twenty-five words were played to a listener. For each word, a pair of meanings is provided. The listener is asked to note the meaning that the speech conveys based on his understanding. The number of times that the listener gets the correct meaning is the listener’s score.
Twenty-five listeners participated the test. The mean score is 94%. This means that the synthesized speech is considerably successful in sending the correct utterance of the word.
6. DISCUSSIONS
The naturalness of the generated speech when isolated from the original sound is considerably at a good level.
However, based on the results of the preference test, the naturally spoken word is still preferred. It is possible that the listener took cues from the slight noise that can be heard in the synthesized speech. This noise was produced during the time-alignment tool.
The prosodic features that were applied to the target signals were purely dependent on that of the pre-recorded naturally spoken words. This is also one of the factors that caused the slight noise in the synthesized speech. this happens when the recorded speech is not properly articulated. Prosodic features of the slight pauses due to breathing are also extracted and copied into the synthesized speech.
7. CONCLUDING REMARKS
The concatenative text-to-speech synthesizer was able to generate a natural-sounding speech such that words of the same spelling but of different meanings are distinguishable. Based on the prosody test, the meaning conveyed by the synthetic speech is sent 84.4% correct to the listener.
The speech synthesizer implemented followed five steps in generating synthesized speech. The text segmentation tool segments the input text into its syllabic components. Each syllable is represented with its corresponding syllable sounds called the target signals.
The waveform modification tool, the pitch contour modification tool, and the time-alignment tool are used to completely change the prosody of the target signals.

Finally, the syllable sounds modified are concatenated and thus, the synthetic speech is generated.
The factors that contribute to the success of the synthesizer can be attributed partially to the proper recording and labeling of the database, the speech unit used, which is the syllable, the combined power of the techniques used such as the PSOLA method, the dynamic time-warping, envelope detection, and waveform modification. 8. REFERENCES
[1] “A Short Review of Text-to-Speech Technology, Including a
List of Commercially Available Products and Freeware
Packages,” http://ai.about.com/library/weekly/aa020801a.htm.
[2] J. Deller, J. Hansen, and J. Proakis, Discrete Time
Processing of Speech Signals, New York: McMillam Publishing
Company, 1993.
[3] T. Dutoit, “A Short Introduction to text-to-Speech http://tcts.fpms.ac.be/synthesis/intrtts.html Synthesis,”
(December 1999).
[4] J. Deller, J. Hansen, and J. Proakis, Discrete Time
Processing of Speech Signals, New York: McMillam Publishing
Company, 1993.
[5] Y. Medan, E. Yair, and D. Chazan, “Super Resolution Pitch
Determination of Speech Signals,” IEEE Trans. Signal
Processing, vol.39, no. 1, pp. 40-48, Jan. 1991.
[6] E. Moulines and F. Charpentier, “Non-parametric Technique for Pitch-scale and Time-scale Modification of Speech,” Speech
Communication 16, pp. 175 – 200, 1995.
[7] W. D. Oliver “Singing Tree Implementation: Technical and
Artistic Issues,” http://feynman.stanford.edu/people/Oliver_www/singhtml/node3 3.html (June 1997).
[8] G. Pelton, Voice Processing, New York: McGraw-Hill, 1993.
[9] Tassa and J. S. Lienard, “A New Approach to Evaluation of
Vocal
Effort by the
PSOLA
Method,” http://www.essex.ac.uk/web-sls/papers/00-01/00-01.html. [10] W. Howitt, “Linear Predictive Coding (LPC).” http://asylum.sf.ca.us/pub/u/howitt/lpc.tutorial.html (October
1995).
[11] M.W. Kadous, “Dynamic Time Warping,” http://www.cse.unsw.edu.au/~waleed/phd/tr9806/node14.html (October 1998).

Similar Documents

Premium Essay

Research Paper

...that 2009, 2010 and 2011 NAT results exemplified that the second year students struggled much on reading comprehension as shown by the three mean percentage scores in English subject. In particular, the mean percentage scores of Macario B. Asistio Sr. High School—Unit I for the school years 2008-2009; 2009-2010 and 2010-2011 are 43.11, 36.57 and 36.60 respectively (Department of Educational Testing and Research Center, 2009; 2010; 2011). Likewise, comprehension related studies conducted locally have verified and supported that the students showed difficulty in reading comprehension (Columna, 2013; Ayles, 2009 and Dela Cruz, 2004). In a study conducted by Columna (2013), results revealed that the students were struggling to comprehended texts in their L2 with majority of them fall under instructional level and a significant of them fall under frustration level. In the same manner, Dela Cruz (2004) found that the students in the secondary level have difficulties in reading materials in the content areas especially in Mathematics and Science. The researcher posits that these comprehension problems have rooted from the questioning pedagogical strategy employed by the teachers. Chin (2002) found that questions, particularly those asked in response to wonderment, stimulate students to generate explanations for things which puzzle them and to propose solutions to problems and trigger the use of deep thinking strategies which may not be invoked if the questions had not been asked, and...

Words: 10351 - Pages: 42

Premium Essay

K to 12

...Republic of the Philippines Department of Education DepEd Complex, Meralco Avenue Pasig City K to 12 Curriculum Guide ENGLISH (Grade 10) K to 12 Curriculum Guide ENGLISH (Grade 10) December 2013 THE FRAMEWORK I. PHILOSOPHY AND RATIONALE Language is the basis of all communication and the primary instrument of thought. Thinking, learning, and language are interrelated. Language is governed by rules and systems (language conventions) which are used to explore and communicate meaning. It defines culture which is essential in understanding oneself (personal identity), forming interpersonal relationships (socialization), extending experiences, reflecting on thought and action, and contributing to a better society. Language, therefore, is central to the peoples’ intellectual, social and emotional development and has an essential role in all key learning areas1. Language is the foundation of all human relationships. All human relationships are established on the ability of people to communicate effectively with each other. Our thoughts, values and understandings are developed and expressed through language. This process allows students to understand better the world in which they live and contributes to the development of their personal perspectives of the global community. People use language to make sense of and bring order to their world. Therefore, proficiency in the language enables people to access, process and keep abreast of information, to engage with...

Words: 9662 - Pages: 39

Free Essay

Introduction to Sociolinguistic

...An Introduction to Sociolinguistics AITA01 1 5/9/05, 4:36 PM Blackwell Textbooks in Linguistics The books included in this series provide comprehensive accounts of some of the most central and most rapidly developing areas of research in linguistics. Intended primarily for introductory and post-introductory students, they include exercises, discussion points, and suggestions for further reading. 1. Liliane Haegeman 2. 3. 4. 5. 6. 7. 8. 9. Andrew Spencer Helen Goodluck Ronald Wardhaugh Martin Atkinson Diane Blakemore Michael Kenstowicz Deborah Schiffrin John Clark and Colin Yallop 10. 11. 12. 13. Natsuko Tsujimura Robert D. Borsley Nigel Fabb Irene Heim and Angelika Kratzer 14. Liliane Haegeman and Jacqueline Guéron 15. Stephen Crain and Diane Lillo-Martin 16. Joan Bresnan 17. Barbara A. Fennell 18. Henry Rogers 19. Benjamin W. Fortson IV 20. AITA01 Liliane Haegeman 2 Introduction to Government and Binding Theory (Second Edition) Morphological Theory Language Acquisition Introduction to Sociolinguistics (Fifth Edition) Children’s Syntax Understanding Utterances Phonology in Generative Grammar Approaches to Discourse An Introduction to Phonetics and Phonology (Second Edition) An Introduction to Japanese Linguistics Modern Phrase Structure Grammar Linguistics and Literature Semantics in Generative Grammar English Grammar: A Generative Perspective An Introduction to Linguistic Theory and Language...

Words: 213157 - Pages: 853

Free Essay

Asdasdasd

...[pic] FIRST ARMY EQUAL OPPORTUNITY REPRESENTATIVE COURSE STUDENT GUIDE TO CULTURAL AWARENESS INDEX LESSON TITLE PAGE 1 Philosophical Aspects of Culture SG- 3 C1 Native American Experience SG- 4 C2 White American Experience SG- 23 C3 Arab American Experience SG- 43 C4 Hispanic American Experience SG- 53 C5 Black American Experience SG- 76 C6 Asian American Experience SG-109 C7 Jewish American Experience SG-126 C8 Women in the Military SG-150 C9 Extremist Organizations/Gangs SG-167 STUDENTS ARE RESPONSIBLE FOR BEING FAMILIARIZED WITH ALL CLASS MATERIAL PRIOR TO CLASS. INFORMATION PAPER ON THE PHILOSOPHICAL ASPECTS OF CULTURAL DIFFERENCE Developed by Edwin J. Nichols, Ph.D. |Ethnic Groups/ |Axiology |Epistemology |Logic |Process | |World Views | | | | | |European |Member-Object |Cognitive |Dichotomous |Technology | |Euro-American |The highest value lies in the object |One knows through counting |Either/Or...

Words: 63019 - Pages: 253

Premium Essay

Managing Cultura Differences

...MANAGING CULTURAL DIFFERENCES SIXTHEDITION MANAGING CULTURAL DIFFERENCES SERIES Managing Cultural Differences: Global Leadership Strategies for the 21 st Century, Sixth Edition Philip R. Harris, Ph.D., Robert T. Moran, Ph.D., Sarah V. Moran, M.A. Managing Cultural Diversity in Technical Professions Lionel Laroche, Ph.D Uniting North American Business—NAFTA Best Practices Jeffrey D. Abbot and Robert T. Moran, Ph.D. Eurodiversity: A Business Guide to Managing Differences George Simons, D.M. Global Strategic Planning: Cultural Perspectives for Profit and Non-Profit Organizations Marios I. Katsioulodes Ph.D. Competing Globally: Mastering Cross-Cultural Management and Negotiations Farid Elashmawi, Ph.D. Succeeding in Business in Eastern and Central Europe—A Guide to Cultures, Markets, and Practices Woodrow H. Sears, Ed.D. and Audrone Tamulionyte-Lentz, M.S. Intercultural Services: A Worldwide Buyer’s Guide and Sourcebook Gary M. Wederspahn, M.A. SIXTH EDITION MANAGING CULTURAL DIFFERENCES GLOBAL LEADERSHIP STRATEGIES ST FOR THE 21 CENTURY 25TH ANNIVERSARY EDITION PHILIP R. HARRIS, PH.D. ROBERT T. MORAN, PH.D. SARAH V. MORAN, M.A. JUDITH SOCCORSY Editorial Coordinator Elsevier Butterworth–Heinemann 200 Wheeler Road, Burlington, MA 01803, USA Linacre House, Jordan Hill, Oxford OX2 8DP, UK Copyright © 2004, Philip R. Harris, Robert T. Moran, Sarah V. Moran. All rights reserved. No part of this publication may be reproduced, stored in a...

Words: 229816 - Pages: 920

Free Essay

Right

...ight Right Word Wrong Word Words and structures confused and misused by learners of English L. G. Alexander LONGMAN Addison Wesley Longman Limited Edinburgh Gate, Harlow Essex CM20 2JE, England and Associated Companies throughout the world. © Longman Group UK Limited 1994 All rights reserved; no part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior written permission of the Publishers. First published 1994 Fifth impression 1997 Illustrated by Chris Ryley British Library Cataloguing in Publication Data Alexander, L. G. Right Word Wrong Word: Words and Structures Confused and Misused by Learners of English. - (Longman English Grammar Series) I. Title II. Ryley, Chris III. Series 428.24 ISBN 0-582-21860-8 Library of Congress Cataloging-in-Publication Data Alexander, L.G. Right word wrong word: words and structures confused and misused by learners of English/L.G. Alexander. p. cm. Includes bibliographical references and index. ISBN 0-58221860-8 1. English language-Usage. 2. English language-Errors of usage. I. Title. PE1460.A48 1993 428.2'4-dc20 93-11963 CIP We have been unable to trace the copyright holder of the text for Exercise 52 Everybody, Somebody, Anybody, Nobody and would appreciate any information that would enable us to do so. Set in Times New Roman, TrueType Produced through Longman Malaysia, ETS ISBN 0 582 21860 8 ...

Words: 150405 - Pages: 602

Free Essay

Medical Surgical Nursing

...00_078973706x_fm.qxd 1/14/08 2:42 PM Page i NCLEX-PN ® SECOND EDITION Wilda Rinehart Diann Sloan Clara Hurd 00_078973706x_fm.qxd 1/14/08 2:42 PM Page ii NCLEX-PN® Exam Cram, Second Edition Copyright © 2008 by Pearson Education All rights reserved. No part of this book shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical, photocopying, recording, or otherwise, without written permission from the publisher. No patent liability is assumed with respect to the use of the information contained herein. Although every precaution has been taken in the preparation of this book, the publisher and author assume no responsibility for errors or omissions. Nor is any liability assumed for damages resulting from the use of the information contained herein. ISBN-13:978-0-7897-2706-9 ISBN-10: 0-7897-3706-x Library of Congress Cataloging-in-Publication Data Rinehart, Wilda. NCLEX-PN exam cram / Wilda Rinehart, Diann Sloan, Clara Hurd. -- 2nd ed. p. cm. ISBN 978-0-7897-3706-9 (pbk. w/cd) 1. Practical nursing--Examinations, questions, etc. 2. Nursing--Examinations, questions, etc. 3. National Council Licensure Examination for Practical/Vocational Nurses--Study guides. I. Sloan, Diann. II. Hurd, Clara. III. Title. RT62.R55 2008 610.73'076--dc22 2008000133 Printed in the United States of America First Printing: February 2008 Trademarks All terms mentioned in this book that are known to be trademarks or service marks have been appropriately...

Words: 177674 - Pages: 711

Free Essay

Eqweqeqqe

...Praise for The Spirit Catches You and You Fall Down “Fadiman describes with extraordinary skill the colliding worlds of Western medicine and Hmong culture.” —The New Yorker “This fine book recounts a poignant tragedy…It has no heroes or villains, but it has an abundance of innocent suffering, and it most certainly does have a moral…[A] sad, excellent book.” —Melvin Konner, The New York Times Book Review “An intriguing, spirit-lifting, extraordinary exploration of two cultures in uneasy coexistence…A wonderful aspect of Fadiman’s book is her even-handed, detailed presentation of these disparate cultures and divergent views—not with cool, dispassionate fairness but rather with a warm, involved interest that sees and embraces both sides of each issue…Superb, informal cultural anthropology—eye-opening, readable, utterly engaging.” —Carole Horn, The Washington Post Book World “This is a book that should be deeply disturbing to anyone who has given so much as a moment’s thought to the state of American medicine. But it is much more…People are presented as [Fadiman] saw them, in their humility and their frailty—and their nobility.” —Sherwin B. Nuland, The New Republic 3/462 “Anne Fadiman’s phenomenal first book, The Spirit Catches You and You Fall Down, brings to life the enduring power of parental love in an impoverished refugee family struggling to protect their seriously ill infant daughter and ancient spiritual traditions from the tyranny of welfare bureaucrats and intolerant...

Words: 134140 - Pages: 537

Free Essay

Bloodlines of the Illuminati

...am pleased & honored to present this book to those in the world who love the truth. This is a book for lovers of the Truth. This is a book for those who are already familiar with my past writings. An Illuminati Grand Master once said that the world is a stage and we are all actors. Of course this was not an original thought, but it certainly is a way of describing the Illuminati view of how the world works. The people of the world are an audience to which the Illuminati entertain with propaganda. Just one of the thousands of recent examples of this type of acting done for the public was President Bill Clinton’s 1995 State of the Union address. The speech was designed to push all of the warm fuzzy buttons of his listening audience that he could. All the green lights for acceptance were systematically pushed by the President’s speech with the help of a controlled congressional audience. The truth on the other hand doesn’t always tickle the ear and warm the ego of its listeners. The light of truth in this book will be too bright for some people who will want to return to the safe comfort of their darkness. I am not a conspiracy theorist. I deal with real facts, not theory. Some of the people I write about, I have met. Some of the people I expose are alive and very dangerous. The darkness has never liked the light. Yet, many of the secrets of the Illuminati are locked up tightly simply because secrecy is a way of life. It is such a way of life, that they resent the Carroll Quigleys...

Words: 206477 - Pages: 826

Free Essay

Test2

...62118 0/nm 1/n1 2/nm 3/nm 4/nm 5/nm 6/nm 7/nm 8/nm 9/nm 1990s 0th/pt 1st/p 1th/tc 2nd/p 2th/tc 3rd/p 3th/tc 4th/pt 5th/pt 6th/pt 7th/pt 8th/pt 9th/pt 0s/pt a A AA AAA Aachen/M aardvark/SM Aaren/M Aarhus/M Aarika/M Aaron/M AB aback abacus/SM abaft Abagael/M Abagail/M abalone/SM abandoner/M abandon/LGDRS abandonment/SM abase/LGDSR abasement/S abaser/M abashed/UY abashment/MS abash/SDLG abate/DSRLG abated/U abatement/MS abater/M abattoir/SM Abba/M Abbe/M abbé/S abbess/SM Abbey/M abbey/MS Abbie/M Abbi/M Abbot/M abbot/MS Abbott/M abbr abbrev abbreviated/UA abbreviates/A abbreviate/XDSNG abbreviating/A abbreviation/M Abbye/M Abby/M ABC/M Abdel/M abdicate/NGDSX abdication/M abdomen/SM abdominal/YS abduct/DGS abduction/SM abductor/SM Abdul/M ab/DY abeam Abelard/M Abel/M Abelson/M Abe/M Aberdeen/M Abernathy/M aberrant/YS aberrational aberration/SM abet/S abetted abetting abettor/SM Abeu/M abeyance/MS abeyant Abey/M abhorred abhorrence/MS abhorrent/Y abhorrer/M abhorring abhor/S abidance/MS abide/JGSR abider/M abiding/Y Abidjan/M Abie/M Abigael/M Abigail/M Abigale/M Abilene/M ability/IMES abjection/MS abjectness/SM abject/SGPDY abjuration/SM abjuratory abjurer/M abjure/ZGSRD ablate/VGNSDX ablation/M ablative/SY ablaze abler/E ables/E ablest able/U abloom ablution/MS Ab/M ABM/S abnegate/NGSDX abnegation/M Abner/M abnormality/SM abnormal/SY aboard ...

Words: 113589 - Pages: 455