Skip to content

jarz76/korean-romanizer

 
 

Repository files navigation

korean-romanizer

korean-romanizer is a python module that romanizes Korean text in Hangul into its alphabet equivalent.

It currently follows the Revised Romanization of Korean rule developed by the National Institute of Korean Language, the official romanization system being used in the Republic of Korea.

Usage

Installation

pip install korean_romanizer

Basic Usage

from korean_romanizer.romanizer import Romanizer

r = Romanizer("안녕하세요")
r.romanize() 
# returns 'annyeonghaseyo'

About

A Python library for Korean romanization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%