123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- // Māori phonemes
- //=======
- // VOWELS
- //=======
- phoneme a
- vwl starttype #a endtype #a
- length 140
- FMT(vowel/a_5) // from latin
- endphoneme
- phoneme a:
- vwl starttype #a endtype #a
- length 280
- FMT(vowel/a_5)
- endphoneme
- phoneme e
- vwl starttype #e endtype #e
- length 140
- FMT(vowel/e) // working hypothesis
- endphoneme
- phoneme e:
- vwl starttype #e endtype #e
- length 280
- FMT(vowel/e)
- endphoneme
- phoneme i
- vwl starttype #i endtype #i
- length 140
- FMT(vowel/i) // working hypothesis
- endphoneme
- phoneme i:
- vwl starttype #i endtype #i
- length 280
- FMT(vowel/i)
- endphoneme
- phoneme o
- vwl starttype #o endtype #o
- length 140
- FMT(vowel/o) // working hypothesis
- endphoneme
- phoneme o:
- vwl starttype #o endtype #o
- length 280
- FMT(vowel/o)
- endphoneme
- phoneme u
- vwl starttype #u endtype #u
- length 140
- FMT(vowel/u) // working hypothesis
- endphoneme
- phoneme u:
- vwl starttype #u endtype #u
- length 280
- FMT(vowel/u)
- endphoneme
- //===========
- // CONSONANTS
- //===========
- phoneme N // si**ng** (modified from Kyrgz)
- vcd vel nas
- NextVowelStarts
- VowelStart(nn/nn@)
- VowelStart(nn/nna)
- VowelStart(nn/nne)
- VowelStart(nn/nni)
- VowelStart(nn/nno)
- VowelStart(nn/nnu)
- EndSwitch
- endphoneme
|