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

Initial Sound Law (頭音法則) is applied to non-initial hanja #20

Closed
dahlia opened this issue Jul 9, 2022 · 0 comments
Closed

Initial Sound Law (頭音法則) is applied to non-initial hanja #20

dahlia opened this issue Jul 9, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dahlia
Copy link
Owner

dahlia commented Jul 9, 2022

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.

@dahlia dahlia added the bug Something isn't working label Jul 9, 2022
@dahlia dahlia self-assigned this Jul 9, 2022
@dahlia dahlia closed this as completed in a25bc9f Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant