Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- isLastConsonant :: Int -> Bool
- isLastVowel :: Int -> Bool
- isLastR :: Int -> Bool
- isHangul :: Int -> Bool
- getLastComponentCode :: Text -> Int
Documentation
isLastConsonant :: Int -> Bool Source #
Detect whether the last component is an last consonant or not
isLastVowel :: Int -> Bool Source #
Detect whether the last component is an vowel or not
To avoid the issue with the first consonant, like ㄱ
.
getLastComponentCode :: Text -> Int Source #
Get the last component's code of given Hangel