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
I would like to know whether it is possible to get the radical (not the components) of a character.
In the documentation, you mention precisely the difference between radicals and components, but only show how to get the components.
From reading the API it looks like it's not possible to get the radical only? If there is a way, please do tell.
I'd be happy to improve the documentation wrt this.
Thanks!
The text was updated successfully, but these errors were encountered:
Indeed, there's a way to get the Kangxi radical of the character:
jam.lookup("蹴").chars[0].radical > 足-foot[sc:7] jam.lookup("蹴").chars[0].radical.radical > 足 jam.lookup("蹴").chars[0].radical.meaning > foot
This is great! Though, ideally, it would be reflected in the documentation. At least now it should be findable here...
Sorry, something went wrong.
I'll submit a patch to the documentation
Document Kangxi radical character lookup
7e1a79f
Closes neocl#45
Successfully merging a pull request may close this issue.
I would like to know whether it is possible to get the radical (not the components) of a character.
In the documentation, you mention precisely the difference between radicals and components, but only show how to get the components.
From reading the API it looks like it's not possible to get the radical only? If there is a way, please do tell.
I'd be happy to improve the documentation wrt this.
Thanks!
The text was updated successfully, but these errors were encountered: