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

@@ -81,16 +81,17 @@ phoneme I2
endphoneme


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

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


Loading…
Cancel
Save