Browse Source

vi: modify length of phoneme O relatively to final consonants

master
Anh Hoang Nguyen 6 years ago
parent
commit
8159ffc224
1 changed files with 16 additions and 4 deletions
  1. 16
    4
      phsource/ph_vietnam

+ 16
- 4
phsource/ph_vietnam View File

@@ -194,13 +194,25 @@ endphoneme

phoneme O
vwl starttype #o endtype #o
IF nextPh(kh) OR nextPh(N) THEN
IF nextPhW(p) THEN
length 129
ELIF nextPhW(t[) THEN
length 125
ELIF nextPhW(c) THEN
length 80
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
ELIF nextPhW(m) THEN
length 133
ELIF nextPhW(n) THEN
length 158
ELIF nextPhW(N) THEN
length 102
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
length 240
ELSE
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) THEN
length 240
ELSE
length 180
ENDIF
ENDIF
FMT(vdiph2/o_oo) //vowel/oo)
endphoneme


Loading…
Cancel
Save