Browse Source

en-GB-x-rp: Don't change to the /I/ phoneme on non-final vowels. Preserve the /i/ transcription for HAPPY vowels.

master
Reece H. Dunn 8 years ago
parent
commit
5edad040f3
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      phsource/ph_english_rp

+ 4
- 3
phsource/ph_english_rp View File

endphoneme endphoneme




phoneme i // optional variant of [I] for end of words
phoneme i
vwl starttype #i endtype #i vwl starttype #i endtype #i
unstressed unstressed
length 140 length 140
IfNextVowelAppend(;) IfNextVowelAppend(;)


IF NOT thisPh(isFinalVowel) THEN IF NOT thisPh(isFinalVowel) THEN
ChangePhoneme(I)
length 130
FMT(vowel/ii)
ENDIF ENDIF
FMT(vowel/ii_final) FMT(vowel/ii_final)
endphoneme endphoneme



Loading…
Cancel
Save