Open prestto opened 3 years ago
First of all, thank you so much for your issue! I apologize you had to face this error.
So this error was coming from the typo ㅠ
since it is not a complete syllable (cf. 유 would be a complete syllable). I guess the user meant to write B
because it maps to the same key of ㅠ
on the Korean keyboard (see the picture below). In other words, the user probably meant to write B동
, not ㅠ동
.
My proposed fix is not romanizing this and just returning the original character, so I uploaded a new version, 0.22, on PyPI and you can try it by upgrading the library with pip
. However, if you still would like to force romanize this, you could uncomment the line 113-119, and comment the line 120 in romanizer.py
.
Again, thank you so much, and let me know if you need any other help!
Hi, apologise, I can't give much insight as to why this throws an error, but:
yields the error:
Sorry I can't be of more help fixing this (I don't speak Korean). But good luck with the project, super useful.