romanize-korean

0.0.9 • Public • Published

romanize-korean

Node.js ES Module for romanizing Korean hangul (한글) text.

installation

yarn add romanize-korean

usage

import romanize from 'romanize-korean'

romanize('안녕하세요') // annyeonghaseyo

CommonJs Syntax

// you can use in a CommonJs script as well
const romanize = require('romanize-korean')

romanize('안녕하세요') // annyeonghaseyo

command-line

You can also install this module globally for command line usage

$ yarn global add romanize-korean
$ romanize-korean 안녕하세요
annyeonghaseyo
$ 

Known limitations

BEWARE This module is not liaison aware because it just romanizes character-per-character. For instance 승리 will be romanized as seungri while the correct pronunciation should be seungni.

Readme

Keywords

none

Package Sidebar

Install

npm i romanize-korean

Weekly Downloads

16

Version

0.0.9

License

none

Unpacked Size

368 kB

Total Files

6

Last publish

Collaborators

  • vdegenne