Closed sgalal closed 4 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: 'ᇁ'
Just made a temporary quick fix.
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.