ENIG-0.0.0.2: Auto Korean conjugator/adjustor/adopter/converter

Safe HaskellNone
LanguageHaskell2010

Data.Text.ENIG

Synopsis

Documentation

enigPPP :: Text -> PPPCategory -> Text Source #

Return proper and minimal PPP about given text 주어진 단어와 조사의 종류에 대해서 최소한의 적절한 조사의 문자열을 반환함

>>> enigPPP "과자" WG
"와"
>>> enigPPP "무엇" WG
"과"

enigPPPWithPost :: Text -> PPPCategory -> Text -> Text Source #

Return proper PPP about given text with post text 주어진 단어와 조사의 종류에 대해서 적절한 조사의 문자열을 반환함

>>> enigPPP "과자" EuX "로"
"로"
>>> enigPPP "무엇" EuX "로"
"으로"