/romanization

Revised Romanization of Korean

Primary LanguagePythonMIT LicenseMIT

Revised Romanization of Korean

This software converts Korean Hangul text into Latin alphabet, following the guidelines of the Revised Romanization of Korean which ensures accurate and consistent transliteration. It's particularly useful for applications in language learning, text processing, and international communication, making it easier for non-Korean speakers to read and pronounce Korean words.

Installation

Dependencies:

- Python 3.7, 3.8, 3.9, 3.11, 3.12

Installation:

$ pip install romanization

Usage

>>> from romanization import romanize

>>> romanize("좋아 첫 눈에 반해 버린")
"joha cheot nune banhae beorin"

References