| endphoneme | endphoneme | ||||
| phoneme ɔ | phoneme ɔ | ||||
| vowel | |||||
| IF nextPh(4) THEN //diphthong with checked tone | IF nextPh(4) THEN //diphthong with checked tone | ||||
| vowel starttype #u endtype #u | |||||
| starttype #u endtype #u | |||||
| ELSE | ELSE | ||||
| vowel starttype #o endtype #o | |||||
| starttype #o endtype #o | |||||
| ENDIF | ENDIF | ||||
| IF nextPh(3) THEN //creaky tone | IF nextPh(3) THEN //creaky tone | ||||
| //length 252 270 277 | //length 252 270 277 | ||||
| endphoneme | endphoneme | ||||
| phoneme a | phoneme a | ||||
| vowel | |||||
| IF nextPh(4) THEN //diphthong with checked tone | IF nextPh(4) THEN //diphthong with checked tone | ||||
| vowel starttype #a endtype #i | |||||
| starttype #a endtype #i | |||||
| ELSE | ELSE | ||||
| vowel starttype #a endtype #a | |||||
| starttype #a endtype #a | |||||
| ENDIF | ENDIF | ||||
| // IF nextPh(3) THEN //creaky tone | // IF nextPh(3) THEN //creaky tone | ||||
| //length | //length | ||||
| //f2 | //f2 | ||||
| // ELIF nextPh(1) THEN //low tone | // ELIF nextPh(1) THEN //low tone | ||||
| //length 572 582 395 | //length 572 582 395 | ||||
| length 516 | |||||
| length 511 | |||||
| //f1 823 840 801 | //f1 823 840 801 | ||||
| //f2 1463 1535 1393 | //f2 1463 1535 1393 | ||||
| // ELIF nextPh(2) THEN //high tone | // ELIF nextPh(2) THEN //high tone |