You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm processing some multilingual data, but I'm afraid I don't actually know Korean myself. I'm getting an error on this word. I don't know if the word is written incorrectly (if so, how should it be fixed?), or if it's a problem in the library. Any help would be appreciated.
korean_romanizer.Romanizer('뚫리고').romanize()
---------------------------------------------------------------------------KeyErrorTraceback (mostrecentcalllast)
<ipython-input-40-769d5465ca1f>in<module>---->1korean_romanizer.Romanizer('뚫리고').romanize()
c:\programfiles\python37\lib\site-packages\korean_romanizer\romanizer.pyinromanize(self)
121else:
122# s is a full syllable-->123_romanized+=onset[s.initial] +vowel[s.medial] +coda[s.final]
124125else:
KeyError: 'ᆶ'
The text was updated successfully, but these errors were encountered:
@lyger, My apologies for taking soooo long to get back to you... and thanks a lot for pointing this out! The bug has been fixed by @Min-Ho-Lim's PR, please check and let me know if anything else isn't working.
Hi, I'm processing some multilingual data, but I'm afraid I don't actually know Korean myself. I'm getting an error on this word. I don't know if the word is written incorrectly (if so, how should it be fixed?), or if it's a problem in the library. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: