osori / korean-romanizer

A Python library for Korean romanization
https://korean-romanizer.ij.fyi
Other
97 stars 7 forks source link

Cannot romanize '앞만' #3

Closed sgalal closed 4 years ago

sgalal commented 5 years ago
>>> from romanizer import Romanizer
>>> Romanizer('앞만').romanize()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "romanizer.py", line 292, in romanize
    _romanized += onset[s.initial] + vowel[s.medial] + coda[s.final]
KeyError: 'ᇁ'
osori commented 4 years ago

Just made a temporary quick fix.

osori commented 4 years ago

Thank you very much for opening an issue on this! Just updated the repo with a temporary fix while I look into this problem more deeply.