Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot romanize string including uncombined hangul characters (e.g. ㅏㄹ) #5

Open
osori opened this issue Jun 17, 2020 · 0 comments

Comments

@osori
Copy link
Owner

osori commented Jun 17, 2020

KeyError                                  Traceback (most recent call last)
<ipython-input-9-a36b3cd68e86> in <module>
      1 r = Romanizer("ㅏㄹ")
----> 2 r.romanize()

<ipython-input-1-afb14c96da98> in romanize(self)
    290                 s = Syllable(char)
    291                 #try:
--> 292                 _romanized += onset[s.initial] + vowel[s.medial] + coda[s.final]
    293                 #except Exception as e:
    294                 #    _romanized += "[에러:" + str(e) + "]"

KeyError: 12623
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant