1234567891011121314151617181920212223242526272829303132333435363738394041 |
- // Czech phonemes inherit from Slovak
-
- phoneme e
- vwl starttype #e endtype #e
- length 120
- FMT(vowel/e_mid)
- endphoneme
-
- phoneme a:
- vwl starttype #a endtype #a
- length 290
- FMT(vowel/a_3)
- endphoneme
-
- phoneme o
- vwl starttype #o endtype #o
- length 120
- FMT(vowel/oo_2)
- endphoneme
-
- phoneme u:
- vwl starttype #u endtype #u
- length 280
- FMT(vowel/u)
- endphoneme
-
- phoneme oU
- vwl starttype #o endtype #u
- length 260
- FMT(vdiph/oou)
- endphoneme
-
- phoneme r- // syllabic r
- vwl starttype #@ endtype #@
- ipa rU+0329
- length 120
- FMT(vowelr/r-voc)
- endphoneme
-
-
|