| 12345678910111213141516171819202122232425262728293031323334 | // Czech phonemes inherit from Slovak
phoneme e
  vowel starttype #e endtype #e
  length 120
  FMT(vowel/e_mid)
endphoneme
phoneme a:
  vowel starttype #a endtype #a
  length 290
  FMT(vowel/a_3)
endphoneme
phoneme o
  vowel starttype #o endtype #o
  length 120
  FMT(vowel/oo_2)
endphoneme
phoneme u:
  vowel starttype #u endtype #u
  length 280
  FMT(vowel/u)
endphoneme
phoneme oU
  vowel starttype #o endtype #u
  length 260
  FMT(vdiph/oou)
endphoneme
 |