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

@@ -164,7 +164,7 @@ endphoneme
phoneme 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
ELIF nextPhW(m) THEN
length 177
@@ -172,7 +172,7 @@ phoneme u
length 141
ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN
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
ELSE
length 120

Loading…
Cancel
Save