Portability | POSIX Romkan is a library to convert from Japanese Romaji to Japanese Kana and vice versa. Homepage is at <https://github.com/karlvoigtland/romkan-hs>. This is a port of python-romkan: <http://www.soimort.org/python-romkan>. |
---|---|
Stability | experimental |
Maintainer | karl.voigtland@gmail.com |
Safe Haskell | None |
- toKatakana :: Text -> Text
- toHiragana :: Text -> Text
- toKana :: Text -> Text
- toRoma :: Text -> Text
- kunreiToHepburn :: Text -> Text
- hepburnToKunrei :: Text -> Text
Documentation
toKatakana :: Text -> TextSource
Convert a Romaji (ローマ字) to a Katakana (片仮名).
toHiragana :: Text -> TextSource
Convert a Romaji (ローマ字) to a Hiragana (平仮名).
kunreiToHepburn :: Text -> TextSource
Convert a Kunrei-shiki Romaji (訓令式ローマ字) to a Hepburn Romaji (ヘボン式ローマ字).
hepburnToKunrei :: Text -> TextSource
Convert a Hepburn Romaji (ヘボン式ローマ字) to a Kunrei-shiki Romaji (訓令式ローマ字).