SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)
Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 44-49
e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197
www.iosrjournals.org
DOI: 10.9790/4200-05624449 www.iosrjournals.org 44 | Page
Artificially Generatedof Concatenative Syllable based Text to
Speech Synthesis System for Marathi
Sangramsing N. Kayte1
, Monica Mundada1
, Dr. Charansing N. Kayte2
,
Dr.Bharti Gawali*
1,*Department of Computer Science and Information Technology Dr. Babasaheb Ambedkar Marathwada
University, Aurangabad
2Department of Digital and Cyber Forensic, Aurangabad, Maharashtra
Abstract: This research paper addresses the problem of improving the intelligibility of the synthesized speech
in Marathi TTS synthesis system. The human speech is artificially generated by Speech synthesis. The normal
language text will be automatically converted into speech using Text-to-speech system. This research paper
deals with a corpus-driven Marathi TTS system based on the concatenative synthesis approach. Concatenative
speech synthesis involves the concatenation of the basic units to synthesize an intelligent, natural sounding
speech. In this paper syllables are the basic unit of speech synthesis database and the modification of syllable
pitch by time scale modification. The speech units are annotated with associated prosodic information about
each unit, manually or automatically, based on an algorithm. An annotated speech corpus utilizes the clustering
technique that provides way to select the suitable unit for concatenation, depends on the minimum total join cost
of the speech unit. The entered text file is analyzed first, this syllabication is performed based on the linguistics
rules and the syllables are stored separately. Then the syllable corresponding speech file is concatenated and
the silence present in the concatenated speech is removed. After that discontinuities are minimized at syllable
boundaries without degrading the quality. Smoothing at the concatenatedsyllable boundary is performed and
changing the syllable pitches by time scale modification.
Keywords: Marathi TTS, Concatenative Speech Synthesis, Text to speech synthesis, Syllable based synthesis.
I. Introduction
Over the past years, there has been an immense development in Speech technologies. Among the
applications of speech technology, the automatic speech production, which is referred to as TTS system is the
most natural sounding technology[1]. TTS synthesis is the process of converting ordinary orthographic text into
speech signal which is indistinguishable from human speech [1][2]. It can be widely classified into front end and
back end as shown in Fig.1.The conversion of natural language text to a structured linguistic representation is
associated with front end. From the raw text this front end identifies a sequence of segments called target
segments. These target segments have a different features estimated from the text. The back end is referred as
the second part of the system which modifies these target segments into a speech waveform.
There are two main methods are used for speech production. These methods are format synthesis and
concatenation synthesis is illustrated in [3]. The format synthesizer utilizes a simple model of speech generation
and a set of rules to generate speech. While these systems can achieve enhanced intelligibility, their naturalness
is typically low, since it is very tedious to perfectly describe the process of speech produced in a set of rules.
The TTS has been the main research focus automatic speech production in Indian languages nowadays. Some of
TTS systems for Indian languages like Hindi, Telugu, Marathi and Bengali have been developed using the unit
selection and festival framework in [4] and [5]. Listeners are able to clearly perceive the message
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi
DOI: 10.9790/4200-05624449 www.iosrjournals.org 45 | Page
Fig. 1. Parts of speech synthesis system
With little attention, and act on synthesized speech of a command correctly and without perceptible
delay in noisy environments. Although many TTS approaches, the intelligibility, naturalness, comprehensibility,
and recall ability of synthesized speech is not good enough to be widely accepted by users. There is still
considerable rule for further improvement of performance of the text-to speech production system.This paper
proposed corpus driven TTS system [6]. In this paper the concatenative-based approach is used to produce
desired speech through pre-recorded speech waveforms. Over past decades, this proposal was very complicate
to implement because of limitation of computer memory. With the advancements in computer hardware and
memory, a large quantity of speech corpus can be stored and utilized to produce high quality speech signal for a
given text. Thus, the synthesized speech preserves the naturalness and intelligibility. Here the given input text is
analyzed first. Based on the linguistics rules, syllabication is performed. The syllables are called basic speech
units. The repository of these units is created with its prosodic information.The pitch value for syllable is
changed by performing time scale modification. During the synthesis, these units are selected and concatenated
with lowest join cost. After performing concatenation the waveform is smoothened at concatenation joints using
LPC[16-24].
II. Concatenative Speech
Synthesis
Concatenative speech synthesis utilizes phones, di-phones, syllables, words and sentences as basic
units. Based on selecting these units from the database speech are synthesized, called as a speech corpus. Many
researches have been made, selecting each separate unit as the basic unit. When phones are selected as basic
units, for Indian languages the size of the database will be less than 50 units. Database may be small, but phones
gives very poor co-articulation data‘s across neighboring units, thus falling to model the dynamics of speech
sounds. Di-phones and tri-phones as basic units, it will minimize the discontinuities at the concatenation points
and captures the co-articulation effects. But a single example of each di-phone is not enough to generate
precious quality speech. So this paper presented a syllable as a basic unit. Indian languages are syllable
centered, where pronunciations‘ are based on syllables.In Marathi, vowels are added to consonants. Most of
them are easy to pronounce, ऋ is slightly challenging. Marathi vowels retain much of their original Sanskrit
pronunciation making some of them different from their Hindi counterparts. A notable example is औ (au),
pronounced as owl in Marathi but as Oxford in Hindi. ऑ (Ao) is a special vowel used for loan English words,
andis pronounced as in doctor[16-24].
Aspiration means with a puff of air, and is the difference between the sound of the letter p in
English pin (aspirated) and spit (unaspirated). Retroflex consonants, on the other hand, are not really found in
English. They should be pronounced with the tongue tip curled back. Practice with a native speaker, or just
pronounce as usual — you'll usually still get the message across. There are 36consonants and 15 vowels in
Marathi languages. There are defined set of syllabification rules formed by researchers, to generate
computationally reasonable syllables. Some of the rules used to perform grapheme to syllable conversion [7]
are:
 Nucleus can be Vowel (V) or Consonant (C)
 If onset is C then nucleus is V to yield a syllable of type CV
 Coda can be empty of C
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi
DOI: 10.9790/4200-05624449 www.iosrjournals.org 46 | Page
 If character after CV pattern are of type CV then the syllables are split as CV and CV
 If the CV pattern if followed by CCV then syllables are split as CVC and CV
 If CV pattern is followed by CCCV then the syllables are split as CVCC and CV
 If the VC pattern is followed the V then the syllables are split as V and CV
 If the VC pattern is followed by CVC then the syllables are split as VC and CVC
The new rules have been implemented in grapheme to syllable conversion
 If character after CV pattern are of type CV then the syllables are split as CVCV
 Similarly If character after CV pattern are of type CVCV then the syllables are split as CVCVCV
 If the CV pattern if followed by CVC then syllables are split as CVCVC
 If the CV pattern if followed by CCV then syllables are split as CVCCV
This recommended combinations to achieve the best acceptable for synthesis is:
 Monosyllables at the beginning of a word and bisyllables at the end.
 Bisyllables at the beginning of a word and monosyllables at the end.
 Monosyllables at the beginning and trisyllables at the end of a word.
 Trisyllables at the beginning and monosyllables at the end of a word.
III. Proposed Marathi Tts Synthesis
System
3.1 Text analysis
To implement the proposed TTS system, the MATLAB 2014 has been used. In text analysis, first stage
is text normalization then performs removing of punctuations such as double quotes, full stop, and comma. A
pure sentence is synthesized at the end of text analysis. Then all the abbreviations present in the input text are
expanded and also unwanted punctuation like (:,; ‗ $ ` ) etc. are removed to avoid confusion and not to give any
disturbance in the naturalness of the speech. The next step in the text normalization is normalizing nonstandard
words like abbreviations and numbers. The next stage in the text analysis is sentence splitting. In this stage, the
given paragraph will be spitted as sentences. From these sentences, words are separated out. The last stage is
Romanization which is the representation of written words with a roman alphabet. In this system Romanized
form of Marathi word/syllables are generated[16-24].
Fig. 2 Block diagram of proposed Marathi text to speech synthesis system
3.2. Speech corpus
Building a speech corpus for Indian languages is a difficult task than that of English speech corpus.
Prosodic information such as pitch, duration and intonation prediction has to be done in the corpus development
stage itself, some more information has to be specified with the basic speech units after storing them in the
corpus. The problem such as mispronunciation, untranscribed speech units, phrase boundary detection,
pronunciation variants are to be identified and addressed. For corpus creation we selected one person for
recoding these basic units, who has uniform characteristics of speaking, pitch rate and energy profile and
developed speech corpus in [8]. The digitized speech signal with sampling rate of 16 KHz and 16-bit resolution
(Pulse Code Modulation uncompressed data format) proposed in [8]. The speech wave files are saved according
to the requirement. The speech wave files corresponding to the Marathi words are named according to their
corresponding Romanized names. The words collected comprises dictionary words, commonly used words,
Marathi newspapers and story books, also different domain such as sports, news, literature and education for
building unrestricted TTS initiated in [9] [10][16-24].
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi
DOI: 10.9790/4200-05624449 www.iosrjournals.org 47 | Page
3.3 Waveform concatenation
In the final stage of the concatenation process, the required syllables are retrieved from the corpus
based on the text analysis and arranged to produce the speech. Then all the arranged speech units are
concatenated using a concatenation algorithm. The main problem in concatenation process is that there will be
glitches in the joint. These are removed in the waveform smoothening stage. The concatenation process
combines all the speech files which are given as an output of the unit selection process and then making in to a
single speech file.
3.4 Spectral smoothing
The time scale modification is carried out for each syllable to produce individual smoothness for
syllable in Marathi TTS. The time scale modification is used to change the pitch value for Marathi syllable.
Praat software is used to calculate the Duration value for each syllable [11]. Smoothing at concatenation joints
are performed using Linear Predictive Coding (LPC). The LPC is used for representing the spectral envelope of
a digital signal of speech using the information of a linear predictive model. It is one of the most powerful
methods for encoding enhanced quality speech at a low bit rate and gives extremely accurate estimates of speech
features in [11],[12].Now we are getting the improved quality speech for the given input text. It can be played
and stopped any where needed. The main aim of the proposed scheme is to achieve good naturalness in output
speech. Fig.3 shows the smoothened output waveform[16-24].
IV. Quality Test
For developing a Marathi TTS, we have considered 1000 sentences for recording the speech corpus.
These are selected from various domains from newspaper, Wikipedia, news broadcast and story books. After
formulating the data, speech corpus will be recorded in a studio environment with a suitable trained speaker.
Recorded 1000 sentences of speech corpus is classified into two parts: (i) part-1 contains 1000 sentences for
building the training corpus. (ii) part-2 contains 500 sentences for evaluating the established Marathi TTS
system. One speakers‘ voices are selected for constructing prototype TTS systems. From this proposed work the
following performance are inferred that the speech of five speakers with respect to
 The quality of the synthesized speech
 Variations in natural prosody and
 The perceptual distortion with respect to prosodic and spectral modifications.
Evaluation of quality of the synthesized speech is carried out by subjective measures. An intelligibility
and naturalness are estimated from the listening tests. Tests are conducted with 10 research scholars in the age
group of 23–28 years. The subjects have sufficient speech knowledge for proper assessment of the speech
signals, as all of them have taken a full semester course on speech technology. Speech utterances
corresponding to the test sets are synthesized using the developed Marathi TTS system. Each of the subjects
was given a pilot test about perception of speech signals by playing the original speech samples of the test files.
Once they are comfortable with judging, they are allowed to take the tests. The tests are conducted in
the laboratory environment by playing the speech signals through headphones. In the test, the subjects were
asked to judge the distortion and quality of the speech. Subjects are asked to assess the quality and distortion
on a 5-point scale for each of the sentences. The 5-point scale for representing the quality of speech and the
distortion level is given in Table 1. For evaluating the quality of synthesized speech generated from the
developed TTS system, there are three sets of test utterances are considered. Each set consists of 20 sentences.
Set-1: All the words are available from the training data, but the entire word sequences are not present
in the training data. Set-2: 50% of the words available in training corpus. Set-3: none of the words are available
in the training corpus. Table 2 shows the MOS scores for the three test sets. From the table 2 it is observed that,
MOS for set-1 is more compared set-2 and set-3 as all the words of sentences in set-1 is present in database. So
it provides the better performance compared to other two sets[13][14][15] [16-24].
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi
DOI: 10.9790/4200-05624449 www.iosrjournals.org 48 | Page
Fig.3. Resulting concatenated waveform after performing silence removal
Table 1. Instructions to evaluators
Score Subjective perception
1 Poor speech, with distortion and very low intelligibility
2 Poor speech with distortion and intelligible
3 Good speech with less distortion and intelligibility
4 Very good speech quality with less naturalness
5 As good as natural speech
Table 2. Mean opinion scores for three sets
Test Set MOS
I 5
II 5
III 4
V. Conclusion
In this proposed word, a speech synthesis system has been designed and implemented for Marathi
language. A database has been created from various domain words and syllables. Syllable pitch modification is
performed based on time scale modification. The speech files present in the corpus are recorded and stored in
PCM format in order to retain the naturalness of the synthesized speech. The given text is analyzed and
syllabication is performed based on the rules specified. The desired speech is produced by concatenative speech
synthesis approach such that spectral discontinuities are minimized at unit boundaries. It is inferred that the
produced synthesized speech is preserving naturalness and good quality based the subjective quality test results.
The final output speech file is stored in the specified location in the system for further analysis.
References
[1]. Sangramsing N.kayte ―Marathi Isolated-Word Automatic Speech Recognition System based on Vector Quantization (VQ)
approach‖ 101th Indian Science Congress Jammu University 03th Feb to 07 Feb 2014.
[2]. Monica Mundada, Bharti Gawali, Sangramsing Kayte "Recognition and classification of speech and its related fluency disorders"
International Journal of Computer Science and Information Technologies (IJCSIT)
[3]. Sangramsing Kayte, Dr. Bharti Gawali ―Marathi Speech Synthesis: A review‖ International Journal on Recent and Innovation
Trends in Computing and Communication ISSN: 2321-8169 Volume: 3 Issue: 6 3708 – 3711
[4]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Review of Unit Selection Speech Synthesis International Journal
of Advanced Research in Computer Science and Software Engineering -Volume 5, Issue 10, October-2015
[5]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte ―Di-phone-Based Concatenative Speech Synthesis Systems for
Marathi Language‖ OSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 5, Ver. I (Sep –Oct. 2015), PP 76-
81e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197
[6]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Corpus-Based Concatenative Speech Synthesis System for
Marathi" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 20-26e-ISSN:
2319 –4200, p-ISSN No. : 2319 –4197
[7]. Sangramsing Kayte, Monica Mundada "Study of Marathi Phones for Synthesis of Marathi Speech from Text" International Journal
of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-10) October 2015
[8]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Marathi Hidden-Markov Model Based Speech Synthesis System"
IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 34-39e-ISSN: 2319 –
4200, p-ISSN No. : 2319 –4197
[9]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "Di-phone-Based Concatenative Speech Synthesis System for Hindi"
International Journal of Advanced Research in Computer Science and Software Engineering -Volume 5, Issue 10, October-2015
Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi
DOI: 10.9790/4200-05624449 www.iosrjournals.org 49 | Page
[10]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte ―Di-phone-Based Concatenative Speech Synthesis Systems for
Marathi Language‖ OSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 5, Ver. I (Sep –Oct. 2015), PP 76-
81e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197
[11]. Monica Mundada, Sangramsing Kayte ―Classification of speech and its related fluency disorders Using KNN‖ ISSN2231-0096
Volume-4 Number-3 Sept 2014
[12]. Monica Mundada, Sangramsing Kayte, Dr. Bharti Gawali "Classification of Fluent and Dysfluent Speech Using KNN Classifier"
International Journal of Advanced Research in Computer Science and Software Engineering Volume 4, Issue 9, September 2014
[13]. Sangramsing Kayte, Monica Mundada, Santosh Gaikwad, Bharti Gawali "PERFORMANCE EVALUATION OF SPEECH
SYNTHESIS TECHNIQUES FOR ENGLISH LANGUAGE " International Congress on Information and Communication
Technology 9-10 October, 2015
[14]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte " Performance Calculation of Speech Synthesis Methods for Hindi
language IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 13-19e-ISSN:
2319 –4200, p-ISSN No. : 2319 –4197
[15]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "Implementation of Marathi Language Speech Databases for Large
Dictionary" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 40-45e-
ISSN: 2319 –4200, p-ISSN No. : 2319 –4197
[16]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte‖ Speech Synthesis System for Marathi Accent using FESTVOX‖
International Journal of Computer Applications (0975 – 8887) Volume 130 – No.6, November2015
[17]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte ―Screen Readers for Linux and Windows – Concatenation Methods
and Unit Selection based Marathi Text to Speech System‖ International Journal of Computer Applications (0975 – 8887) Volume
130 – No.14, November 2015
[18]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte ― Performance Evaluation of Speech Synthesis Techniques for
Marathi Language ― International Journal of Computer Applications (0975 – 8887) Volume 130 – No.3, November 2015
[19]. Sangramsing Kayte, Monica Mundada, JayeshGujrathi, ― Hidden Markov Model based Speech Synthesis: A Review‖ International
Journal of Computer Applications (0975 – 8887) Volume 130 – No.3, November 2015
[20]. Sangramsing N. Kayte ,Monica Mundada,Dr. Charansing N. Kayte, Dr.Bharti Gawali "Approach To Build A Marathi Text-To-
Speech System Using Concatenative Synthesis Method With The Syllable‖ Sangramsing Kayte et al.Int. Journal of Engineering
Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part-4) November 2015, pp.93-97
[21]. Sangramsing N. Kayte, Dr. Charansing N. Kayte,Dr.Bharti Gawali* "Grapheme-To-Phoneme Tools for the Marathi Speech
Synthesis" Sangramsing Kayte et al.Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part
-4) November 2015, pp.86-92
[22]. Sangramsing Kayte "Duration for Classification and Regression Tree for Marathi Text-to-Speech Synthesis System" Sangramsing
Kayte Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part-4)November2015
[23]. Sangramsing Kayte "Transformation of feelings using pitch parameter for Marathi speech" Sangramsing Kayte Int. Journal of
Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part -4) November 2015, pp.120-124
[24]. Sangramsing N. Kayte, Monica Mundada, Dr. Charansing N. Kayte, Dr.BhartiGawali "Automatic Generation of Compound Word
Lexicon for Marathi Speech Synthesis" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)Volume 5, Issue 6, Ver. II (Nov
-Dec. 2015), PP 25-30e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197

More Related Content

What's hot

Phonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech SystemsPhonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech Systemspaperpublications3
 
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEijnlc
 
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET Journal
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorWaqas Tariq
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silencepaperpublications3
 
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEkevig
 
Marathi Text-To-Speech Synthesis using Natural Language Processing
Marathi Text-To-Speech Synthesis using Natural Language ProcessingMarathi Text-To-Speech Synthesis using Natural Language Processing
Marathi Text-To-Speech Synthesis using Natural Language Processingiosrjce
 
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid ApproachPunjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid ApproachIJERA Editor
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficultiesijtsrd
 
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...ravi sharma
 
Tutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemTutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemIJERA Editor
 
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...IJERA Editor
 
An Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalAn Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalWaqas Tariq
 
Myanmar named entity corpus and its use in syllable-based neural named entity...
Myanmar named entity corpus and its use in syllable-based neural named entity...Myanmar named entity corpus and its use in syllable-based neural named entity...
Myanmar named entity corpus and its use in syllable-based neural named entity...IJECEIAES
 

What's hot (17)

Phonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech SystemsPhonetic Recognition In Words For Persian Text To Speech Systems
Phonetic Recognition In Words For Persian Text To Speech Systems
 
Ey4301913917
Ey4301913917Ey4301913917
Ey4301913917
 
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
 
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language ModelsIRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
IRJET- Tamil Speech to Indian Sign Language using CMUSphinx Language Models
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
 
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
Applying Rule-Based Maximum Matching Approach for Verb Phrase Identification ...
 
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGEADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
ADVANCEMENTS ON NLP APPLICATIONS FOR MANIPURI LANGUAGE
 
551 466-472
551 466-472551 466-472
551 466-472
 
Marathi Text-To-Speech Synthesis using Natural Language Processing
Marathi Text-To-Speech Synthesis using Natural Language ProcessingMarathi Text-To-Speech Synthesis using Natural Language Processing
Marathi Text-To-Speech Synthesis using Natural Language Processing
 
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid ApproachPunjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach
Punjabi to Hindi Transliteration System for Proper Nouns Using Hybrid Approach
 
Natural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and DifficultiesNatural Language Processing Theory, Applications and Difficulties
Natural Language Processing Theory, Applications and Difficulties
 
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...
Comparative study of Text-to-Speech Synthesis for Indian Languages by using S...
 
Tutorial - Speech Synthesis System
Tutorial - Speech Synthesis SystemTutorial - Speech Synthesis System
Tutorial - Speech Synthesis System
 
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
Implementation of Text To Speech for Marathi Language Using Transcriptions Co...
 
An Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalAn Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity Removal
 
Myanmar named entity corpus and its use in syllable-based neural named entity...
Myanmar named entity corpus and its use in syllable-based neural named entity...Myanmar named entity corpus and its use in syllable-based neural named entity...
Myanmar named entity corpus and its use in syllable-based neural named entity...
 

Viewers also liked

Viewers also liked (14)

Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016Show me Your Board - AgileTrends 2016
Show me Your Board - AgileTrends 2016
 
Sonal Darshney RESUME
Sonal Darshney  RESUMESonal Darshney  RESUME
Sonal Darshney RESUME
 
Grandes sonhos
Grandes sonhosGrandes sonhos
Grandes sonhos
 
Edital diplomação brejão
Edital diplomação brejãoEdital diplomação brejão
Edital diplomação brejão
 
Resolução projovem
Resolução projovemResolução projovem
Resolução projovem
 
Universalismo crístico apostila - 028 - 2011 - lar (1)
Universalismo crístico   apostila - 028 - 2011 - lar (1)Universalismo crístico   apostila - 028 - 2011 - lar (1)
Universalismo crístico apostila - 028 - 2011 - lar (1)
 
Banco latinoamericano
Banco latinoamericanoBanco latinoamericano
Banco latinoamericano
 
Taça 12 equipas
Taça 12 equipasTaça 12 equipas
Taça 12 equipas
 
Documento atividades desenvolvidas 2.9
Documento atividades desenvolvidas 2.9Documento atividades desenvolvidas 2.9
Documento atividades desenvolvidas 2.9
 
08 11. armando
08 11. armando08 11. armando
08 11. armando
 
Slidishare
SlidishareSlidishare
Slidishare
 
6/Six Months and 6/Six Weeks Industrial Training in Chandigarh, Mohali
6/Six Months and 6/Six Weeks Industrial Training in Chandigarh, Mohali6/Six Months and 6/Six Weeks Industrial Training in Chandigarh, Mohali
6/Six Months and 6/Six Weeks Industrial Training in Chandigarh, Mohali
 
Agenda desportiva 8-12-12 - Pólo VSC
Agenda desportiva 8-12-12 - Pólo VSCAgenda desportiva 8-12-12 - Pólo VSC
Agenda desportiva 8-12-12 - Pólo VSC
 
Anti-aging potential of a cream containing herbal oils and honey: Formulation...
Anti-aging potential of a cream containing herbal oils and honey: Formulation...Anti-aging potential of a cream containing herbal oils and honey: Formulation...
Anti-aging potential of a cream containing herbal oils and honey: Formulation...
 

Similar to Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi

Implementation of Marathi Language Speech Databases for Large Dictionary
Implementation of Marathi Language Speech Databases for Large DictionaryImplementation of Marathi Language Speech Databases for Large Dictionary
Implementation of Marathi Language Speech Databases for Large Dictionaryiosrjce
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silencepaperpublications3
 
A Corpus-Based Concatenative Speech Synthesis System for Marathi
A Corpus-Based Concatenative Speech Synthesis System for MarathiA Corpus-Based Concatenative Speech Synthesis System for Marathi
A Corpus-Based Concatenative Speech Synthesis System for Marathiiosrjce
 
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...iosrjce
 
A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems IJECEIAES
 
IRJET- Text to Speech Synthesis for Hindi Language using Festival Framework
IRJET- Text to Speech Synthesis for Hindi Language using Festival FrameworkIRJET- Text to Speech Synthesis for Hindi Language using Festival Framework
IRJET- Text to Speech Synthesis for Hindi Language using Festival FrameworkIRJET Journal
 
Improvement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A ReviewImprovement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A Reviewinscit2006
 
An expert system for automatic reading of a text written in standard arabic
An expert system for automatic reading of a text written in standard arabicAn expert system for automatic reading of a text written in standard arabic
An expert system for automatic reading of a text written in standard arabicijnlc
 
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...Syeful Islam
 
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...cscpconf
 
Performance Calculation of Speech Synthesis Methods for Hindi language
Performance Calculation of Speech Synthesis Methods for Hindi languagePerformance Calculation of Speech Synthesis Methods for Hindi language
Performance Calculation of Speech Synthesis Methods for Hindi languageiosrjce
 
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...ijnlc
 
On Developing an Automatic Speech Recognition System for Commonly used Englis...
On Developing an Automatic Speech Recognition System for Commonly used Englis...On Developing an Automatic Speech Recognition System for Commonly used Englis...
On Developing an Automatic Speech Recognition System for Commonly used Englis...rahulmonikasharma
 
Survey On Speech Synthesis
Survey On Speech SynthesisSurvey On Speech Synthesis
Survey On Speech SynthesisCSCJournals
 
Direct Punjabi to English Speech Translation using Discrete Units
Direct Punjabi to English Speech Translation using Discrete UnitsDirect Punjabi to English Speech Translation using Discrete Units
Direct Punjabi to English Speech Translation using Discrete UnitsIJCI JOURNAL
 
SAP (SPEECH AND AUDIO PROCESSING)
SAP (SPEECH AND AUDIO PROCESSING)SAP (SPEECH AND AUDIO PROCESSING)
SAP (SPEECH AND AUDIO PROCESSING)dineshkatta4
 

Similar to Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi (20)

Implementation of Marathi Language Speech Databases for Large Dictionary
Implementation of Marathi Language Speech Databases for Large DictionaryImplementation of Marathi Language Speech Databases for Large Dictionary
Implementation of Marathi Language Speech Databases for Large Dictionary
 
G1803013542
G1803013542G1803013542
G1803013542
 
F017163443
F017163443F017163443
F017163443
 
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On SilenceSegmentation Words for Speech Synthesis in Persian Language Based On Silence
Segmentation Words for Speech Synthesis in Persian Language Based On Silence
 
A Corpus-Based Concatenative Speech Synthesis System for Marathi
A Corpus-Based Concatenative Speech Synthesis System for MarathiA Corpus-Based Concatenative Speech Synthesis System for Marathi
A Corpus-Based Concatenative Speech Synthesis System for Marathi
 
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...
Approach of Syllable Based Unit Selection Text- To-Speech Synthesis System fo...
 
A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems A Context-based Numeral Reading Technique for Text to Speech Systems
A Context-based Numeral Reading Technique for Text to Speech Systems
 
IRJET- Text to Speech Synthesis for Hindi Language using Festival Framework
IRJET- Text to Speech Synthesis for Hindi Language using Festival FrameworkIRJET- Text to Speech Synthesis for Hindi Language using Festival Framework
IRJET- Text to Speech Synthesis for Hindi Language using Festival Framework
 
Improvement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A ReviewImprovement in Quality of Speech associated with Braille codes - A Review
Improvement in Quality of Speech associated with Braille codes - A Review
 
An expert system for automatic reading of a text written in standard arabic
An expert system for automatic reading of a text written in standard arabicAn expert system for automatic reading of a text written in standard arabic
An expert system for automatic reading of a text written in standard arabic
 
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
A New Approach: Automatically Identify Naming Word from Bengali Sentence for ...
 
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
ON THE UTILITY OF A SYLLABLE-LIKE SEGMENTATION FOR LEARNING A TRANSLITERATION...
 
Translationusing moses1
Translationusing moses1Translationusing moses1
Translationusing moses1
 
SMT3
SMT3SMT3
SMT3
 
Performance Calculation of Speech Synthesis Methods for Hindi language
Performance Calculation of Speech Synthesis Methods for Hindi languagePerformance Calculation of Speech Synthesis Methods for Hindi language
Performance Calculation of Speech Synthesis Methods for Hindi language
 
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...
ATTENTION-BASED SYLLABLE LEVEL NEURAL MACHINE TRANSLATION SYSTEM FOR MYANMAR ...
 
On Developing an Automatic Speech Recognition System for Commonly used Englis...
On Developing an Automatic Speech Recognition System for Commonly used Englis...On Developing an Automatic Speech Recognition System for Commonly used Englis...
On Developing an Automatic Speech Recognition System for Commonly used Englis...
 
Survey On Speech Synthesis
Survey On Speech SynthesisSurvey On Speech Synthesis
Survey On Speech Synthesis
 
Direct Punjabi to English Speech Translation using Discrete Units
Direct Punjabi to English Speech Translation using Discrete UnitsDirect Punjabi to English Speech Translation using Discrete Units
Direct Punjabi to English Speech Translation using Discrete Units
 
SAP (SPEECH AND AUDIO PROCESSING)
SAP (SPEECH AND AUDIO PROCESSING)SAP (SPEECH AND AUDIO PROCESSING)
SAP (SPEECH AND AUDIO PROCESSING)
 

More from iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

More from iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Recently uploaded

Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...
Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...
Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...manju garg
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Websitemark11275
 
422368378-Laos-Architecture.pdfmmmmkkkkmmm
422368378-Laos-Architecture.pdfmmmmkkkkmmm422368378-Laos-Architecture.pdfmmmmkkkkmmm
422368378-Laos-Architecture.pdfmmmmkkkkmmmKarenNares2
 
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...Design Forum International
 
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...samsungultra782445
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证wpkuukw
 
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...Payal Garg #K09
 
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证eeanqy
 
Essential UI/UX Design Principles: A Comprehensive Guide
Essential UI/UX Design Principles: A Comprehensive GuideEssential UI/UX Design Principles: A Comprehensive Guide
Essential UI/UX Design Principles: A Comprehensive GuideDesign Studio UI UX
 
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...samsungultra782445
 
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...drmarathore
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement 210303105569
 
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样yhavx
 
Branding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfBranding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfAlexandra Plesner
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证eqaqen
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyIsadora Agency
 
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证ugzga
 
Morgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity DesignMorgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity Design1508 A/S
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 

Recently uploaded (20)

Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...
Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...
Call Girl In Bhandara 💯Niamh 📲🔝6378878445🔝Call Girls No💰Advance Cash On Deliv...
 
How to Build a Simple Shopify Website
How to Build a Simple Shopify WebsiteHow to Build a Simple Shopify Website
How to Build a Simple Shopify Website
 
422368378-Laos-Architecture.pdfmmmmkkkkmmm
422368378-Laos-Architecture.pdfmmmmkkkkmmm422368378-Laos-Architecture.pdfmmmmkkkkmmm
422368378-Laos-Architecture.pdfmmmmkkkkmmm
 
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Semarang ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...
Redefining Affordable Housing in Gurgaon The Role of Housing Architects from ...
 
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
 
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
一比一定(购)卡尔顿大学毕业证(CU毕业证)成绩单学位证
 
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
18+ Young ℂall Girls Vadodara Book Esha 7427069034 Top Class ℂall Girl Serviℂ...
 
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证
怎样办理伦敦国王学院毕业证(KCL毕业证书)成绩单留信认证
 
Essential UI/UX Design Principles: A Comprehensive Guide
Essential UI/UX Design Principles: A Comprehensive GuideEssential UI/UX Design Principles: A Comprehensive Guide
Essential UI/UX Design Principles: A Comprehensive Guide
 
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Jeddah +966572737505 <> buy cytotec <> unwanted kit Saudi A...
 
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...
Abortion pills in Kuwait 🚚+966505195917 but home delivery available in Kuwait...
 
Resume all my skills and educations and achievement
Resume all my skills and educations and  achievement Resume all my skills and educations and  achievement
Resume all my skills and educations and achievement
 
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样
一比一原版(ANU毕业证书)澳大利亚国立大学毕业证原件一模一样
 
Branding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdfBranding in the Psychedelic Landscape Report.pdf
Branding in the Psychedelic Landscape Report.pdf
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
 
Design-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora AgencyDesign-System - FinTech - Isadora Agency
Design-System - FinTech - Isadora Agency
 
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
如何办理(Columbia College毕业证书)纽约市哥伦比亚大学毕业证成绩单本科硕士学位证留信学历认证
 
Morgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity DesignMorgenbooster: Storytelling in Identity Design
Morgenbooster: Storytelling in Identity Design
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 

Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi

  • 1. IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 44-49 e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197 www.iosrjournals.org DOI: 10.9790/4200-05624449 www.iosrjournals.org 44 | Page Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi Sangramsing N. Kayte1 , Monica Mundada1 , Dr. Charansing N. Kayte2 , Dr.Bharti Gawali* 1,*Department of Computer Science and Information Technology Dr. Babasaheb Ambedkar Marathwada University, Aurangabad 2Department of Digital and Cyber Forensic, Aurangabad, Maharashtra Abstract: This research paper addresses the problem of improving the intelligibility of the synthesized speech in Marathi TTS synthesis system. The human speech is artificially generated by Speech synthesis. The normal language text will be automatically converted into speech using Text-to-speech system. This research paper deals with a corpus-driven Marathi TTS system based on the concatenative synthesis approach. Concatenative speech synthesis involves the concatenation of the basic units to synthesize an intelligent, natural sounding speech. In this paper syllables are the basic unit of speech synthesis database and the modification of syllable pitch by time scale modification. The speech units are annotated with associated prosodic information about each unit, manually or automatically, based on an algorithm. An annotated speech corpus utilizes the clustering technique that provides way to select the suitable unit for concatenation, depends on the minimum total join cost of the speech unit. The entered text file is analyzed first, this syllabication is performed based on the linguistics rules and the syllables are stored separately. Then the syllable corresponding speech file is concatenated and the silence present in the concatenated speech is removed. After that discontinuities are minimized at syllable boundaries without degrading the quality. Smoothing at the concatenatedsyllable boundary is performed and changing the syllable pitches by time scale modification. Keywords: Marathi TTS, Concatenative Speech Synthesis, Text to speech synthesis, Syllable based synthesis. I. Introduction Over the past years, there has been an immense development in Speech technologies. Among the applications of speech technology, the automatic speech production, which is referred to as TTS system is the most natural sounding technology[1]. TTS synthesis is the process of converting ordinary orthographic text into speech signal which is indistinguishable from human speech [1][2]. It can be widely classified into front end and back end as shown in Fig.1.The conversion of natural language text to a structured linguistic representation is associated with front end. From the raw text this front end identifies a sequence of segments called target segments. These target segments have a different features estimated from the text. The back end is referred as the second part of the system which modifies these target segments into a speech waveform. There are two main methods are used for speech production. These methods are format synthesis and concatenation synthesis is illustrated in [3]. The format synthesizer utilizes a simple model of speech generation and a set of rules to generate speech. While these systems can achieve enhanced intelligibility, their naturalness is typically low, since it is very tedious to perfectly describe the process of speech produced in a set of rules. The TTS has been the main research focus automatic speech production in Indian languages nowadays. Some of TTS systems for Indian languages like Hindi, Telugu, Marathi and Bengali have been developed using the unit selection and festival framework in [4] and [5]. Listeners are able to clearly perceive the message
  • 2. Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi DOI: 10.9790/4200-05624449 www.iosrjournals.org 45 | Page Fig. 1. Parts of speech synthesis system With little attention, and act on synthesized speech of a command correctly and without perceptible delay in noisy environments. Although many TTS approaches, the intelligibility, naturalness, comprehensibility, and recall ability of synthesized speech is not good enough to be widely accepted by users. There is still considerable rule for further improvement of performance of the text-to speech production system.This paper proposed corpus driven TTS system [6]. In this paper the concatenative-based approach is used to produce desired speech through pre-recorded speech waveforms. Over past decades, this proposal was very complicate to implement because of limitation of computer memory. With the advancements in computer hardware and memory, a large quantity of speech corpus can be stored and utilized to produce high quality speech signal for a given text. Thus, the synthesized speech preserves the naturalness and intelligibility. Here the given input text is analyzed first. Based on the linguistics rules, syllabication is performed. The syllables are called basic speech units. The repository of these units is created with its prosodic information.The pitch value for syllable is changed by performing time scale modification. During the synthesis, these units are selected and concatenated with lowest join cost. After performing concatenation the waveform is smoothened at concatenation joints using LPC[16-24]. II. Concatenative Speech Synthesis Concatenative speech synthesis utilizes phones, di-phones, syllables, words and sentences as basic units. Based on selecting these units from the database speech are synthesized, called as a speech corpus. Many researches have been made, selecting each separate unit as the basic unit. When phones are selected as basic units, for Indian languages the size of the database will be less than 50 units. Database may be small, but phones gives very poor co-articulation data‘s across neighboring units, thus falling to model the dynamics of speech sounds. Di-phones and tri-phones as basic units, it will minimize the discontinuities at the concatenation points and captures the co-articulation effects. But a single example of each di-phone is not enough to generate precious quality speech. So this paper presented a syllable as a basic unit. Indian languages are syllable centered, where pronunciations‘ are based on syllables.In Marathi, vowels are added to consonants. Most of them are easy to pronounce, ऋ is slightly challenging. Marathi vowels retain much of their original Sanskrit pronunciation making some of them different from their Hindi counterparts. A notable example is औ (au), pronounced as owl in Marathi but as Oxford in Hindi. ऑ (Ao) is a special vowel used for loan English words, andis pronounced as in doctor[16-24]. Aspiration means with a puff of air, and is the difference between the sound of the letter p in English pin (aspirated) and spit (unaspirated). Retroflex consonants, on the other hand, are not really found in English. They should be pronounced with the tongue tip curled back. Practice with a native speaker, or just pronounce as usual — you'll usually still get the message across. There are 36consonants and 15 vowels in Marathi languages. There are defined set of syllabification rules formed by researchers, to generate computationally reasonable syllables. Some of the rules used to perform grapheme to syllable conversion [7] are:  Nucleus can be Vowel (V) or Consonant (C)  If onset is C then nucleus is V to yield a syllable of type CV  Coda can be empty of C
  • 3. Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi DOI: 10.9790/4200-05624449 www.iosrjournals.org 46 | Page  If character after CV pattern are of type CV then the syllables are split as CV and CV  If the CV pattern if followed by CCV then syllables are split as CVC and CV  If CV pattern is followed by CCCV then the syllables are split as CVCC and CV  If the VC pattern is followed the V then the syllables are split as V and CV  If the VC pattern is followed by CVC then the syllables are split as VC and CVC The new rules have been implemented in grapheme to syllable conversion  If character after CV pattern are of type CV then the syllables are split as CVCV  Similarly If character after CV pattern are of type CVCV then the syllables are split as CVCVCV  If the CV pattern if followed by CVC then syllables are split as CVCVC  If the CV pattern if followed by CCV then syllables are split as CVCCV This recommended combinations to achieve the best acceptable for synthesis is:  Monosyllables at the beginning of a word and bisyllables at the end.  Bisyllables at the beginning of a word and monosyllables at the end.  Monosyllables at the beginning and trisyllables at the end of a word.  Trisyllables at the beginning and monosyllables at the end of a word. III. Proposed Marathi Tts Synthesis System 3.1 Text analysis To implement the proposed TTS system, the MATLAB 2014 has been used. In text analysis, first stage is text normalization then performs removing of punctuations such as double quotes, full stop, and comma. A pure sentence is synthesized at the end of text analysis. Then all the abbreviations present in the input text are expanded and also unwanted punctuation like (:,; ‗ $ ` ) etc. are removed to avoid confusion and not to give any disturbance in the naturalness of the speech. The next step in the text normalization is normalizing nonstandard words like abbreviations and numbers. The next stage in the text analysis is sentence splitting. In this stage, the given paragraph will be spitted as sentences. From these sentences, words are separated out. The last stage is Romanization which is the representation of written words with a roman alphabet. In this system Romanized form of Marathi word/syllables are generated[16-24]. Fig. 2 Block diagram of proposed Marathi text to speech synthesis system 3.2. Speech corpus Building a speech corpus for Indian languages is a difficult task than that of English speech corpus. Prosodic information such as pitch, duration and intonation prediction has to be done in the corpus development stage itself, some more information has to be specified with the basic speech units after storing them in the corpus. The problem such as mispronunciation, untranscribed speech units, phrase boundary detection, pronunciation variants are to be identified and addressed. For corpus creation we selected one person for recoding these basic units, who has uniform characteristics of speaking, pitch rate and energy profile and developed speech corpus in [8]. The digitized speech signal with sampling rate of 16 KHz and 16-bit resolution (Pulse Code Modulation uncompressed data format) proposed in [8]. The speech wave files are saved according to the requirement. The speech wave files corresponding to the Marathi words are named according to their corresponding Romanized names. The words collected comprises dictionary words, commonly used words, Marathi newspapers and story books, also different domain such as sports, news, literature and education for building unrestricted TTS initiated in [9] [10][16-24].
  • 4. Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi DOI: 10.9790/4200-05624449 www.iosrjournals.org 47 | Page 3.3 Waveform concatenation In the final stage of the concatenation process, the required syllables are retrieved from the corpus based on the text analysis and arranged to produce the speech. Then all the arranged speech units are concatenated using a concatenation algorithm. The main problem in concatenation process is that there will be glitches in the joint. These are removed in the waveform smoothening stage. The concatenation process combines all the speech files which are given as an output of the unit selection process and then making in to a single speech file. 3.4 Spectral smoothing The time scale modification is carried out for each syllable to produce individual smoothness for syllable in Marathi TTS. The time scale modification is used to change the pitch value for Marathi syllable. Praat software is used to calculate the Duration value for each syllable [11]. Smoothing at concatenation joints are performed using Linear Predictive Coding (LPC). The LPC is used for representing the spectral envelope of a digital signal of speech using the information of a linear predictive model. It is one of the most powerful methods for encoding enhanced quality speech at a low bit rate and gives extremely accurate estimates of speech features in [11],[12].Now we are getting the improved quality speech for the given input text. It can be played and stopped any where needed. The main aim of the proposed scheme is to achieve good naturalness in output speech. Fig.3 shows the smoothened output waveform[16-24]. IV. Quality Test For developing a Marathi TTS, we have considered 1000 sentences for recording the speech corpus. These are selected from various domains from newspaper, Wikipedia, news broadcast and story books. After formulating the data, speech corpus will be recorded in a studio environment with a suitable trained speaker. Recorded 1000 sentences of speech corpus is classified into two parts: (i) part-1 contains 1000 sentences for building the training corpus. (ii) part-2 contains 500 sentences for evaluating the established Marathi TTS system. One speakers‘ voices are selected for constructing prototype TTS systems. From this proposed work the following performance are inferred that the speech of five speakers with respect to  The quality of the synthesized speech  Variations in natural prosody and  The perceptual distortion with respect to prosodic and spectral modifications. Evaluation of quality of the synthesized speech is carried out by subjective measures. An intelligibility and naturalness are estimated from the listening tests. Tests are conducted with 10 research scholars in the age group of 23–28 years. The subjects have sufficient speech knowledge for proper assessment of the speech signals, as all of them have taken a full semester course on speech technology. Speech utterances corresponding to the test sets are synthesized using the developed Marathi TTS system. Each of the subjects was given a pilot test about perception of speech signals by playing the original speech samples of the test files. Once they are comfortable with judging, they are allowed to take the tests. The tests are conducted in the laboratory environment by playing the speech signals through headphones. In the test, the subjects were asked to judge the distortion and quality of the speech. Subjects are asked to assess the quality and distortion on a 5-point scale for each of the sentences. The 5-point scale for representing the quality of speech and the distortion level is given in Table 1. For evaluating the quality of synthesized speech generated from the developed TTS system, there are three sets of test utterances are considered. Each set consists of 20 sentences. Set-1: All the words are available from the training data, but the entire word sequences are not present in the training data. Set-2: 50% of the words available in training corpus. Set-3: none of the words are available in the training corpus. Table 2 shows the MOS scores for the three test sets. From the table 2 it is observed that, MOS for set-1 is more compared set-2 and set-3 as all the words of sentences in set-1 is present in database. So it provides the better performance compared to other two sets[13][14][15] [16-24].
  • 5. Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi DOI: 10.9790/4200-05624449 www.iosrjournals.org 48 | Page Fig.3. Resulting concatenated waveform after performing silence removal Table 1. Instructions to evaluators Score Subjective perception 1 Poor speech, with distortion and very low intelligibility 2 Poor speech with distortion and intelligible 3 Good speech with less distortion and intelligibility 4 Very good speech quality with less naturalness 5 As good as natural speech Table 2. Mean opinion scores for three sets Test Set MOS I 5 II 5 III 4 V. Conclusion In this proposed word, a speech synthesis system has been designed and implemented for Marathi language. A database has been created from various domain words and syllables. Syllable pitch modification is performed based on time scale modification. The speech files present in the corpus are recorded and stored in PCM format in order to retain the naturalness of the synthesized speech. The given text is analyzed and syllabication is performed based on the rules specified. The desired speech is produced by concatenative speech synthesis approach such that spectral discontinuities are minimized at unit boundaries. It is inferred that the produced synthesized speech is preserving naturalness and good quality based the subjective quality test results. The final output speech file is stored in the specified location in the system for further analysis. References [1]. Sangramsing N.kayte ―Marathi Isolated-Word Automatic Speech Recognition System based on Vector Quantization (VQ) approach‖ 101th Indian Science Congress Jammu University 03th Feb to 07 Feb 2014. [2]. Monica Mundada, Bharti Gawali, Sangramsing Kayte "Recognition and classification of speech and its related fluency disorders" International Journal of Computer Science and Information Technologies (IJCSIT) [3]. Sangramsing Kayte, Dr. Bharti Gawali ―Marathi Speech Synthesis: A review‖ International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 3 Issue: 6 3708 – 3711 [4]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Review of Unit Selection Speech Synthesis International Journal of Advanced Research in Computer Science and Software Engineering -Volume 5, Issue 10, October-2015 [5]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte ―Di-phone-Based Concatenative Speech Synthesis Systems for Marathi Language‖ OSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 5, Ver. I (Sep –Oct. 2015), PP 76- 81e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197 [6]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Corpus-Based Concatenative Speech Synthesis System for Marathi" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 20-26e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197 [7]. Sangramsing Kayte, Monica Mundada "Study of Marathi Phones for Synthesis of Marathi Speech from Text" International Journal of Emerging Research in Management &Technology ISSN: 2278-9359 (Volume-4, Issue-10) October 2015 [8]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "A Marathi Hidden-Markov Model Based Speech Synthesis System" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 34-39e-ISSN: 2319 – 4200, p-ISSN No. : 2319 –4197 [9]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "Di-phone-Based Concatenative Speech Synthesis System for Hindi" International Journal of Advanced Research in Computer Science and Software Engineering -Volume 5, Issue 10, October-2015
  • 6. Artificially Generatedof Concatenative Syllable based Text to Speech Synthesis System for Marathi DOI: 10.9790/4200-05624449 www.iosrjournals.org 49 | Page [10]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte ―Di-phone-Based Concatenative Speech Synthesis Systems for Marathi Language‖ OSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 5, Ver. I (Sep –Oct. 2015), PP 76- 81e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197 [11]. Monica Mundada, Sangramsing Kayte ―Classification of speech and its related fluency disorders Using KNN‖ ISSN2231-0096 Volume-4 Number-3 Sept 2014 [12]. Monica Mundada, Sangramsing Kayte, Dr. Bharti Gawali "Classification of Fluent and Dysfluent Speech Using KNN Classifier" International Journal of Advanced Research in Computer Science and Software Engineering Volume 4, Issue 9, September 2014 [13]. Sangramsing Kayte, Monica Mundada, Santosh Gaikwad, Bharti Gawali "PERFORMANCE EVALUATION OF SPEECH SYNTHESIS TECHNIQUES FOR ENGLISH LANGUAGE " International Congress on Information and Communication Technology 9-10 October, 2015 [14]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte " Performance Calculation of Speech Synthesis Methods for Hindi language IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 13-19e-ISSN: 2319 –4200, p-ISSN No. : 2319 –4197 [15]. Sangramsing Kayte, Monica Mundada, Dr. Charansing Kayte "Implementation of Marathi Language Speech Databases for Large Dictionary" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 5, Issue 6, Ver. I (Nov -Dec. 2015), PP 40-45e- ISSN: 2319 –4200, p-ISSN No. : 2319 –4197 [16]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte‖ Speech Synthesis System for Marathi Accent using FESTVOX‖ International Journal of Computer Applications (0975 – 8887) Volume 130 – No.6, November2015 [17]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte ―Screen Readers for Linux and Windows – Concatenation Methods and Unit Selection based Marathi Text to Speech System‖ International Journal of Computer Applications (0975 – 8887) Volume 130 – No.14, November 2015 [18]. Sangramsing Kayte, Monica Mundada,Dr. Charansing Kayte ― Performance Evaluation of Speech Synthesis Techniques for Marathi Language ― International Journal of Computer Applications (0975 – 8887) Volume 130 – No.3, November 2015 [19]. Sangramsing Kayte, Monica Mundada, JayeshGujrathi, ― Hidden Markov Model based Speech Synthesis: A Review‖ International Journal of Computer Applications (0975 – 8887) Volume 130 – No.3, November 2015 [20]. Sangramsing N. Kayte ,Monica Mundada,Dr. Charansing N. Kayte, Dr.Bharti Gawali "Approach To Build A Marathi Text-To- Speech System Using Concatenative Synthesis Method With The Syllable‖ Sangramsing Kayte et al.Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part-4) November 2015, pp.93-97 [21]. Sangramsing N. Kayte, Dr. Charansing N. Kayte,Dr.Bharti Gawali* "Grapheme-To-Phoneme Tools for the Marathi Speech Synthesis" Sangramsing Kayte et al.Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part -4) November 2015, pp.86-92 [22]. Sangramsing Kayte "Duration for Classification and Regression Tree for Marathi Text-to-Speech Synthesis System" Sangramsing Kayte Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part-4)November2015 [23]. Sangramsing Kayte "Transformation of feelings using pitch parameter for Marathi speech" Sangramsing Kayte Int. Journal of Engineering Research and Applications ISSN: 2248-9622, Vol. 5, Issue 11, (Part -4) November 2015, pp.120-124 [24]. Sangramsing N. Kayte, Monica Mundada, Dr. Charansing N. Kayte, Dr.BhartiGawali "Automatic Generation of Compound Word Lexicon for Marathi Speech Synthesis" IOSR Journal of VLSI and Signal Processing (IOSR-JVSP)Volume 5, Issue 6, Ver. II (Nov -Dec. 2015), PP 25-30e-ISSN: 2319 – 4200, p-ISSN No. : 2319 – 4197