catusf
举人
Beginner Chinese learner here, so I am still struggling to memorize Chinese characters.
Therefore I created a dictionary that breaks characters down into components and radicals, to help me 'imagine' and memorize better. Similar to what CE Dict does.
Download the attached file.
How I did it:
- Take the Python `chin_dict` package which has decompositions of 20k+ Chinese characters
- Take a list of most commonly used Chinese characters: 7,800+ (can easily do for all 20k+ characters, just take a bit of time)
- Break the characters down and make an entry for every character and it's components (down to 214 Kangxi radicals)
How it looks
Any comments do let me know.
Therefore I created a dictionary that breaks characters down into components and radicals, to help me 'imagine' and memorize better. Similar to what CE Dict does.
Download the attached file.
How I did it:
- Take the Python `chin_dict` package which has decompositions of 20k+ Chinese characters
- Take a list of most commonly used Chinese characters: 7,800+ (can easily do for all 20k+ characters, just take a bit of time)
- Break the characters down and make an entry for every character and it's components (down to 214 Kangxi radicals)
How it looks
Any comments do let me know.
Attachments
Last edited: