We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Apparently Initial Sound Law (頭音法則) is applied to non-initial hanja character of Sino-Korean words that are not listed in the dictionary:
$ echo 可利 | seonbi --preset=ko-kr 가이 $ echo 營利 | seonbi --preset=ko-kr 영리
However, it works correctly again when the dictionary is entirely opted out:
$ echo 可利 | seonbi --no-kr-stdict 가리 $ echo 營利 | seonbi --no-kr-stdict 영리
I guess it looks up each single character in the dictionary instead of Unicode's kHangul property.
kHangul
The text was updated successfully, but these errors were encountered:
a25bc9f
dahlia
No branches or pull requests
Apparently Initial Sound Law (頭音法則) is applied to non-initial hanja character of Sino-Korean words that are not listed in the dictionary:
However, it works correctly again when the dictionary is entirely opted out:
I guess it looks up each single character in the dictionary instead of Unicode's
kHangul
property.The text was updated successfully, but these errors were encountered: