Browse Source

vi: modify phoneme a length

master
Anh Hoang Nguyen 6 years ago
parent
commit
6358a4e8de
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      phsource/ph_vietnam

+ 8
- 8
phsource/ph_vietnam View File

phoneme a phoneme a
vwl starttype #@ endtype #@ vwl starttype #@ endtype #@
IF nextPhW(p) THEN IF nextPhW(p) THEN
length 142
length 78
ELIF nextPhW(t[) THEN ELIF nextPhW(t[) THEN
length 126
length 84
ELIF nextPhW(c) THEN ELIF nextPhW(c) THEN
length 136
length 82
ELIF nextPhW(m) THEN ELIF nextPhW(m) THEN
length 155
length 90
ELIF nextPhW(n) THEN ELIF nextPhW(n) THEN
length 185
length 100
ELIF nextPhW(N) THEN ELIF nextPhW(N) THEN
length 173
length 90
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
length 240 length 240
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) THEN ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) THEN
length 240
length 140
ELSE ELSE
length 180
length 100
ENDIF ENDIF
FMT(vietnam/a_2) //a_4) FMT(vietnam/a_2) //a_4)

Loading…
Cancel
Save