Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 3.41 KB

README.md

File metadata and controls

77 lines (54 loc) · 3.41 KB

Anki Chinese Radicals Deck+

This is an Anki flashcards deck for learning the Chinese Radicals. The Radicals are the building blocks for the Chinese Characters, but can also be found in Japanese and Korean Language. The cool thing is, if you have studied the radicals you can guess the meaning and pronunciation of a character, though you have not learned them yet.

You can also build up mnemonics for Chinese characters from it. For example for the character which means good:

女 + 子 = 好

Meaning:
woman + child = good, well (好 hǎo)

"When a woman sticks to her child, it is good"

The Deck is automatically generated from a Python script. You can have a look at the project at https://github.com/jay-pee/Anki-Chinese-Radicals-Deck-Plus

Fields

  • Hanzi (Character)
  • Pinyin (Romanization)
  • English (Definition)
  • Kanxi Radical Number
  • Alternatives (Radicals have sometimes multiple glyphs)
  • Sound (Pronunciation from audio-cmn)
  • Ancient Character (Image from zdic.net)
  • Examples (Characters where the Radical is used)

Example Card

example card

Get the most out of this deck

If you want to learn the radicals as fast as possible I would advice you to add some addition information to this cards. Here are some tips of what you can do:

  • Add images, that you have looked up and you think it fits best to the character to the deck.
  • Add an annotation that says something about the radical: How does it look like? Does the ancient scripture reminds you on something?
  • ...

Download the deck

  • You can download the deck from here at github.com or the shared deck from here at ankiweb.net

Build from Source

  1. Download the repository
  2. Install the requirements with pip install -r requirments.txt
  3. Open a shell in the repository folder and run the main script (python main.py)

Contribute

If you have any suggestions how to improve the cards, you are welcome to write an github issue or directly edit the scripts and make a pull request! Slight word of warning: This project is still in the rapid prototyping phase. So don't expect to much from the code quality. Also PRs for typos in the readme are welcome.

Todos

Acknowledgment

Thank you to ccdb.hemiola.com (API for Chinese Characters), zdic.net (for the Ancient Scripture Images) HanziJS (for the Examples), audio-cmn and Chen Wang (for the high quality audio) and the python pinyin module.