| FMT(vnasal/a_n) | FMT(vnasal/a_n) | ||||
| ELSE | ELSE | ||||
| FMT(vietnam/a, 60) //a_4) | FMT(vietnam/a, 60) //a_4) | ||||
| //FMT(vietnam/a_x) | |||||
| ENDIF | ENDIF | ||||
| endphoneme | endphoneme | ||||
| phoneme a: | phoneme a: | ||||
| vwl starttype #a endtype #a | vwl starttype #a endtype #a | ||||
| IF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd)THEN | |||||
| IF nextPhW(p) THEN | |||||
| length 142 | |||||
| ELIF nextPhW(t[) THEN | |||||
| length 126 | |||||
| ELIF nextPhW(c) THEN | |||||
| length 136 | |||||
| ELIF nextPhW(m) THEN | |||||
| length 155 | |||||
| ELIF nextPhW(n) THEN | |||||
| length 185 | |||||
| ELIF nextPhW(N) THEN | |||||
| length 173 | |||||
| ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordEnd) THEN | |||||
| length 240 | |||||
| ELIF thisPh(isFirstVowel) AND thisPh(isFinalVowel) AND thisPh(isWordStart) THEN | |||||
| length 240 | length 240 | ||||
| ELIF nextPh(n^) OR nextPh(c) THEN | |||||
| length 100 | |||||
| ELIF nextPh(N) THEN | |||||
| length 200 | |||||
| ELSE | ELSE | ||||
| length 180 //200 | |||||
| length 180 | |||||
| ENDIF | ENDIF | ||||
| FMT(vowel/a_8) | FMT(vowel/a_8) | ||||
| //FMT(vietnam/a_2) | //FMT(vietnam/a_2) |