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

[idstool] Extend the target of ZVariant expansion #2

Open
mandel59 opened this issue Apr 24, 2023 · 1 comment
Open

[idstool] Extend the target of ZVariant expansion #2

mandel59 opened this issue Apr 24, 2023 · 1 comment

Comments

@mandel59
Copy link
Owner

mandel59 commented Apr 24, 2023

Currently, when breaking down characters using IDS data, we use the kZVariant property in Unihan to expand variant characters, which enables us to conduct fuzzy searches. However, there are variant relationships that we want to treat as equivalent even though they are not included in kZVariant. For example, a search for 金 + 斉 should match the character U+2E895 𮢕(⿰釒斉), but 金 is not related to 釒 through kZVariant.

To expand variant characters appropriately for fuzzy searches, we need to prepare a suitable source for treating the variant characters as equivalent, even if they are not covered by kZVariant.

@mandel59
Copy link
Owner Author

kdpv provides a cjkvi/radical-variant relationship pair between 金 and 釒. Instead of relying solely on kZVariant, can we merge this relationship to appropriately expand variant characters?

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