TECHNICAL SEMINAR ON IMPLEMENTATION OF PHONETICS IN CRYPTOGRAPHY BY:- VICKY AGARWAL (4JN03CS078) GUIDED BY:- SREEDEVI.S LECTURER DEPT OF CS&E.

Slides:



Advertisements
Similar presentations
Spelling Correction for Search Engine Queries Bruno Martins, Mario J. Silva In Proceedings of EsTAL-04, España for Natural Language Processing Presenter:
Advertisements

Phonic Phases linked to Letters and Sounds. Working within Phase 1.  Explores and experiments with sounds and words  Distinguishes between sounds in.
The Sound Patterns of Language: Phonology
SIE 550 – Formal Languages Lecture for SIE 550 Matt Dube Doctoral Student – Spatial IGERT Fellow.
Phonology Phonology is essentially the description of the systems and patterns of speech sounds in a language. It is, in effect, based on a theory of.
PHONETICS AND PHONOLOGY
Teaching Spelling. Aims To think about what the process of spelling involves To explore a range of strategies to support students with spelling Objectives.
Introduction to Linguistics and Basic Terms
Phonetics The study of productive sounds within a language 2 Basic types of sounds in English: Consonants (C): restriction on airflow Vowels (V): no restriction.
1 Facoltà di Economia Corso di Laurea in Economia e Gestione Aziendale Economia e Finanza Economia e Finanza Economia e Gestione dei Servizi Turistici.
Chapter three Phonology
Chapter 8 Bits and the "Why" of Bytes: Representing Information Digitally.
Linguistic Phonics Co-ordinator Support Pack Linguistic Phonics.
A Text-to-Speech Synthesis System
Unit 1 Meeting People September 2007 Nice to know you all!
Phonemics LIN 3201.
Text Search and Fuzzy Matching
To quantitatively test the quality of the spell checker, the program was executed on predefined “test beds” of words for numerous trials, ranging from.
Intelligent Database Systems Lab 國立雲林科技大學 National Yunlin University of Science and Technology Advisor : Dr. Hsu Student : Sheng-Hsuan Wang Department.
Sound – Print Connection
Phonetics and Phonology
Applied Linguistics 665 Introduction. Some Fundamental Concepts Every language is complex. All languages are systematic. (not for NS) Speech is the primary.
1 The Ferret Copy Detector Finding short passages of similar texts in large document collections Relevance to natural computing: System is based on processing.
BLAST: A Case Study Lecture 25. BLAST: Introduction The Basic Local Alignment Search Tool, BLAST, is a fast approach to finding similar strings of characters.
The Great Vowel Shift Continued The reasons behind this shift are something of a mystery, and linguists have been unable to account for why it took place.
Introduction to Linguistics Ms. Suha Jawabreh Lecture 9.
Recognition of spoken and spelled proper names Reporter : CHEN, TZAN HWEI Author :Michael Meyer, Hermann Hild.
Dr. Harriet J. Ottenheimer Chapter 7 Writing and Literacy.
Introduction to Linguistics Ms. Suha Jawabreh Lecture # 8.
Data Structures and Algorithms Lecture 1 Instructor: Quratulain Date: 1 st Sep, 2009.
Chapter 2: Linguistic Organization Mafuyu Kitahara
ACE TESOL Diploma Program – London Language Institute OBJECTIVES You will understand: 1. The scope of the field of phonology; 2. The relevance of phonology.
Introduction to Phonetics & Phonology
Hello, Everyone! Part I Review Review questions 1.In what ways can English consonants be classified? 2. In what ways can English vowels be classified?
May 2008CLINT-LIN Regular Expressions1 Introduction to Computational Linguistics Regular Expressions (Tutorial derived from NLTK)
Finding Out About Phonics Holy Trinity CE Primary, Sunningdale.
Levels of Linguistic Analysis
THRio Database Linkage and THRio Database Issues.
Words Which Way? CURR 511. What are you wondering? How does WTW work? Is it an assessment or a program? How do WTW levels relate to GR/DRA levels? What.
Phonemes and allophones
Against formal phonology (Port and Leary).  Generative phonology assumes:  Units (phones) are discrete (not continuous, not variable)  Phonetic space.
EDUC 304 Phonics and Spelling. How Words Are Read Five Methods –Predicted –Sounded out –Chunked –Read by analogy –Recognized immediately.
May 2006CLINT-LIN Regular Expressions1 Introduction to Computational Linguistics Regular Expressions (Tutorial derived from NLTK)
English Pronunciation Clinic Week 1: Phonemes
Introduction to Linguistics
Phonics and spelling in KS2
Phonic Workshop 18 September 2017
Unit 2.6 Data Representation Lesson 2 ‒ Characters
Introduction to Linguistics
Università di Cagliari
INFS 211: Introduction to Information Technology
Indexing Structures for Files and Physical Database Design
Dr. Mohammed Al-Hilal قسم اللغة الإنجليزية Phonetics and Phonology
Bits and the "Why" of Bytes: Representing Information Digitally
Emergent Literacy ECSE 604 Huennekens Why Is It Important?
Data Representation ASCII.
The Building Blocks of Literacy
Word Study for Phonics, Vocabulary, And Spelling Instruction
Drug Information Resources
Representing Characters
Introduction to Linguistics
Job Google Job Title: Linguistic Project Manager
1.2 Phonemes Phonology is not specifically concerned with the physical properties of the speech production system. Phoneticians are concerned with how.
Levels of Linguistic Analysis
INFuture 2009, Zagreb, /7 17/2/19 Transcription and transliteration in a computer data processing Greta Šimičević Faculty of Humanities and Social.
Facoltà di Economia Economia e Gestione Aziendale Economia e Finanza
ENGLISH PHONETICS AND PHONOLOGY Week 2
Network Training for Continuous Speech Recognition
Advance Database System
ASCII and Unicode.
Presentation transcript:

TECHNICAL SEMINAR ON IMPLEMENTATION OF PHONETICS IN CRYPTOGRAPHY BY:- VICKY AGARWAL (4JN03CS078) GUIDED BY:- SREEDEVI.S LECTURER DEPT OF CS&E.

CONTENTS Why phonetic. Introduction. Restricted phonemes. Phonology. Phonetic matching. Phonetic matching algorithms. Advantages. Disadvantages. Applications. Future scope. Conclusion. References.

WHY PHONETIC Simple information searches -- name lookups, word searches, etc. -- are often implemented in terms of an exact match criterion. However, given both the diversity of homophonic (pronounced the same) words and names, as well as the propensity for humans to misspell surnames, this simplistic criterion often yields less than desirable results, in the form of reduced result sets, missing records that differ by a misplaced letter or different national spelling.

INTRODUCTION Conception of a sound in the most neutral form possible and distinguishes between different words. A phoneme is the theoretical representation of a sound. Phonemes are mental abstractions of them.abstractions A phonemically "perfect" alphabet is one that has a single symbol for each phonemealphabet

RESTRICTED PHONEMES It can only occur in a certain environment. /ŋ/, as in sing, occurs only at the end of a syllable, never at the beginning. /h/ occurs only before vowels and at the beginning of a syllable, never at the end. Under most interpretations, /w/ and /j/ occur only before a vowel, never at the end of a syllable.

PHONOLOGY Phonology is a subfield of linguistics which studies the sound system of a specific language.linguisticssound language It describes the way sounds function within a given language or across languages. Is studying which sounds are distinctive units within a language.

PHONETIC MATCHING When building solutions which perform searches of textual data given a search criteria, it is often desirable to account for the way in which the search terms are pronounced, compared to the pronunciation of the data being searched, producing as a result those records, which "sound like" the search terms. The algorithms by which it is performed are called "phonetic matching algorithms" or "phonetic encoding algorithms."

PHONETIC MATCHING ALGORITHMS Soundex. Metaphone. Double Metaphone.

SOUNDEX Soundex was developed by Robert Russell and Margaret Odell 1918 and 1922 and patented in 20 th century. Soundex is a Phonetic algorithm. The Soundex code for a name consists of a letter followed by three numbers: the letter is the first letter of the name, and the numbers encode the remaining consonants

SOUNDEX ALGORITHM 1. Retain the first letter of the string. 2. Remove all occurrences of the following letters, unless it is the first letter: a, e, h, i, o, u, w, y. 3. Assign numbers to the remaining letters (after the first) as follows: b, f, p, v = 1 c, g, j, k, q, s, x, z = 2 d, t = 3 l = 4 m, n = 5 r = 6.

Contd.. 4. If two or more letters with the same number were adjacent in the original name (before step 1), or adjacent except for any intervening h and w, then omit all but the first. 5. Return the first four characters, right-padding with zeroes if there are fewer than four. Using this algorithm:- both "Robert" and "Rupert" return the same string "R163" while "Rubin" yields "R150".

METAPHONE Metaphone was developed by Lawrence Philips in 1990, as a response to deficiencies in the Soundex algorithm.Lawrence PhilipsSoundex it "understands" the basic rules of English pronunciation. Metaphone is available as a built-in operator in a number of systems, including later versions of PHP.PHP The original author later produced a new version of the algorithm, which he named Double Metaphone.Double Metaphone

DOUBLE METAPHONE Its implementation was described in the June 2000 issue of C/C++ Users Journal. 2000C/C++ Users Journal It is called "Double" because it can return both a primary and a secondary code for a string. It tries to account for myriad irregularities in English, Germanic, Greek, French, Italian, Spanish, Chinese, and other origin. EnglishGermanicGreekFrenchItalian SpanishChinese

DOUBLE METAPHONE ALGORITHM These algorithms attempt to detect phonetic ("sounds-like") relationships between words. It works by producing one or possibly two phonetic keys given a word. The primary key represents the American pronunciation of the source word. The alternate key represents an alternate, national pronunciation. When an alternate is computed, it can be pivotal in matching the word.

Contd.. To compare two words for phonetic similarity, one computes their respective Double Metaphone keys, and then compares each combination: Word 1 Primary - Word 2 Primary Word 1 Primary - Word 2 Alternate Word 1 Alternate - Word 2 Primary Word 1 Alternate - Word 2 Alternate Obviously if the keys in any of these comparisons are not produced for the given words, the comparisons involving those keys are not performed.

ADVANTAGES 1. Knowing the sound/symbol relationships. 2. Effective searches of proper names in databases and other collections. 3. The ability explicitly and segmentally of sound units smaller than the syllables.

DISADVANTAGES Recognizing the language and then the distribution of characters within the particular language. The problem is 30% don’t have the capacity to spell whole words and 50% can’t memorize well enough.

APPLICATIONS Present-day scientific research stands much closer to industrial, clinical and educational applications. Active Server Pages application, which presents a browser-based form prompting for a search term.

FUTURE SCOPE Simple stationary signals to complex dynamic signals, from laboratory speech to natural speech. Jnd(just noticable difference) and reduction. A phonetician has to be aware of linguistic, communicative and multimodal aspects.

CONCLUSION This article has explored the phonetic matching problem, introduced the algorithms as a candidate solution. How to adapt this technology to a relational database system where the vast majority of information requiring phonetic searching is likely to be stored.

REFERENCES one1.asp. one1.asp Wikipedia, the free encyclopedia.mht Wikipedia, the free encyclopedia.mht.