Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Guguk.Phonetics
Documentation
type SurfaceForm = Text Source
data VowelOpenness Source
Instances
data VowelLocation Source
Instances
Constructors
Vowel IPASymbol VowelOpenness VowelLocation VowelRoundedness VowelLength |
data ConsonantPlace Source
Constructors
Labial | |
Bilabial | |
Dental | |
Labiodental | |
Alveolar | |
PostAlveolar | |
PalatoAlveolar | |
Palatal | |
Velar | |
Glottal | |
AlveolarLateral |
Instances
data ConsonantManner Source
Instances
data ConsonantVoice Source
Instances
Constructors
Consonant IPASymbol ConsonantVoice ConsonantPlace ConsonantManner |
Constructors
VowelPhoneme SurfaceForm Vowel | |
ConsonantPhoneme SurfaceForm Consonant |
turkishPhonemes :: [Phoneme] Source
getIPASymbol :: Phoneme -> IPASymbol Source
getBySurfaceForm :: SurfaceForm -> [Phoneme] Source
vowelLength :: Phoneme -> VowelLength Source
isConsonant :: Phoneme -> Bool Source