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



phoneme O phoneme O
vwl starttype #o endtype #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 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 length 240
ELSE
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) THEN
length 240
ELSE
length 180 length 180
ENDIF
ENDIF
FMT(vdiph2/o_oo) //vowel/oo) FMT(vdiph2/o_oo) //vowel/oo)
endphoneme endphoneme



Loading…
Cancel
Save