Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknowone/hangul-romanize
Hangul romanization library for academy - 국립국어원 학술 표기법
https://github.com/youknowone/hangul-romanize
Last synced: 13 days ago
JSON representation
Hangul romanization library for academy - 국립국어원 학술 표기법
- Host: GitHub
- URL: https://github.com/youknowone/hangul-romanize
- Owner: youknowone
- License: other
- Created: 2015-11-18T17:54:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T06:36:42.000Z (over 4 years ago)
- Last Synced: 2024-05-14T10:45:29.697Z (6 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 21
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-hangul - hangul-romanize - Hangul romanization library for academy - 국립국어원 학술 표기법 (Programming Languages / Python)
README
Hangul romanization tool
~~~~~~~~~~~~~~~~~~~~~~~~.. image:: https://travis-ci.org/youknowone/hangul-romanize.svg?branch=master
:target: https://travis-ci.org/youknowone/hangul-romanizeYou can install the package from PyPI
$ pip install hangul-romanize
Example
-------Prelude::
>>> from hangul_romanize import Transliter
>>> from hangul_romanize.rule import academic
>>>
>>> transliter = Transliter(academic)
>>> print(transliter.translit(u'안녕하세요'))
annyeonghase-yo