Home
last modified time | relevance | path

Searched refs:first_onset (Results 1 – 1 of 1) sorted by relevance

/dports/audio/festival/festival/src/modules/UniSyn_phonology/
H A Dsyllabify.cc204 static void make_coda(EST_Item *first_coda, EST_Item *first_onset, in make_coda() argument
209 if ((first_coda != 0) && (first_coda != first_onset)) in make_coda()
224 for (; (first_coda != 0) && (first_coda != first_onset); in make_coda()
238 EST_Item *first_onset, *first_coda = 0; in syllabify_word() local
245 prev_struct =first_onset = 0; in syllabify_word()
269 first_onset = make_onset(this_struct, l, flat); in syllabify_word()
271 make_coda(first_coda, first_onset, prev_struct, flat); in syllabify_word()
279 make_coda(first_coda, first_onset, prev_struct, flat); in syllabify_word()