Browse Source

vi: modify length of phoneme u relatively to final consonant c

master
Anh Hoang Nguyen 6 years ago
parent
commit
7b7afc66e7
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      phsource/ph_vietnam

+ 2
- 2
phsource/ph_vietnam View File

phoneme u phoneme u
vwl starttype #u endtype #u vwl starttype #u endtype #u
IF nextPhW(N) OR nextPhW(k) OR nextPhW(t[) THEN
IF nextPhW(N) OR nextPhW(c) OR nextPhW(t[) THEN
length 80 length 80
ELIF nextPhW(m) THEN ELIF nextPhW(m) THEN
length 177 length 177
length 141 length 141
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) AND NOT nextPhW(N) AND NOT nextPhW(k) AND NOT nextPhW(t[) THEN
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) AND NOT nextPhW(N) AND NOT nextPhW(c) AND NOT nextPhW(t[) THEN
length 240 length 240
ELSE ELSE
length 120 length 120

Loading…
Cancel
Save