What resources can I use for learning character decomposition?
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm developing a set of tools meant to aid in learning Chinese characters and I realized that I don't know a good dataset containing character decomposition. Ideally it should be comprehensive (or have as good coverage as possible), machine-readable and available for free (creative commons?). So far I know about Wiktionary and Make Me a Hanzi. What are the other ones?
characters character-components
add a comment |Â
up vote
2
down vote
favorite
I'm developing a set of tools meant to aid in learning Chinese characters and I realized that I don't know a good dataset containing character decomposition. Ideally it should be comprehensive (or have as good coverage as possible), machine-readable and available for free (creative commons?). So far I know about Wiktionary and Make Me a Hanzi. What are the other ones?
characters character-components
1
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm developing a set of tools meant to aid in learning Chinese characters and I realized that I don't know a good dataset containing character decomposition. Ideally it should be comprehensive (or have as good coverage as possible), machine-readable and available for free (creative commons?). So far I know about Wiktionary and Make Me a Hanzi. What are the other ones?
characters character-components
I'm developing a set of tools meant to aid in learning Chinese characters and I realized that I don't know a good dataset containing character decomposition. Ideally it should be comprehensive (or have as good coverage as possible), machine-readable and available for free (creative commons?). So far I know about Wiktionary and Make Me a Hanzi. What are the other ones?
characters character-components
characters character-components
asked Aug 21 at 13:28
d33tah
1385
1385
1
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01
add a comment |Â
1
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01
1
1
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
3
down vote
you may try the æÂÂÃ¥ÂÂÃ¥ÂÂå ¸:
http://www.kaifangcidian.com/han/chaizi
eg:
ãÂÂå½Âã wan1 ãÂÂçµ² 訠张å½ÂãÂÂãÂÂç³¹ 訠糹 å¼ å½ÂãÂÂ
http://www.kaifangcidian.com/han/chaizi/å½Â
have fun :)
add a comment |Â
up vote
2
down vote
CHISE (http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/index.html) is one of the most comprehensive ones available, containing decompositons for almost all characters in the CJK unicode block.
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
add a comment |Â
up vote
0
down vote
https://github.com/amake/cjk-decomp or
https://github.com/cjkvi/cjkvi-ids is what you're looking for. Licenses are included in the repos. The IDS decomposition is newer but licensing seems a bit unclear. Then again, Chinese characters haven't changed since the first repo, cjk-decomp, was created, use that perhaps.
add a comment |Â
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
you may try the æÂÂÃ¥ÂÂÃ¥ÂÂå ¸:
http://www.kaifangcidian.com/han/chaizi
eg:
ãÂÂå½Âã wan1 ãÂÂçµ² 訠张å½ÂãÂÂãÂÂç³¹ 訠糹 å¼ å½ÂãÂÂ
http://www.kaifangcidian.com/han/chaizi/å½Â
have fun :)
add a comment |Â
up vote
3
down vote
you may try the æÂÂÃ¥ÂÂÃ¥ÂÂå ¸:
http://www.kaifangcidian.com/han/chaizi
eg:
ãÂÂå½Âã wan1 ãÂÂçµ² 訠张å½ÂãÂÂãÂÂç³¹ 訠糹 å¼ å½ÂãÂÂ
http://www.kaifangcidian.com/han/chaizi/å½Â
have fun :)
add a comment |Â
up vote
3
down vote
up vote
3
down vote
you may try the æÂÂÃ¥ÂÂÃ¥ÂÂå ¸:
http://www.kaifangcidian.com/han/chaizi
eg:
ãÂÂå½Âã wan1 ãÂÂçµ² 訠张å½ÂãÂÂãÂÂç³¹ 訠糹 å¼ å½ÂãÂÂ
http://www.kaifangcidian.com/han/chaizi/å½Â
have fun :)
you may try the æÂÂÃ¥ÂÂÃ¥ÂÂå ¸:
http://www.kaifangcidian.com/han/chaizi
eg:
ãÂÂå½Âã wan1 ãÂÂçµ² 訠张å½ÂãÂÂãÂÂç³¹ 訠糹 å¼ å½ÂãÂÂ
http://www.kaifangcidian.com/han/chaizi/å½Â
have fun :)
answered Aug 21 at 13:44
æ°´å··åÂÂè »
6,5021520
6,5021520
add a comment |Â
add a comment |Â
up vote
2
down vote
CHISE (http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/index.html) is one of the most comprehensive ones available, containing decompositons for almost all characters in the CJK unicode block.
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
add a comment |Â
up vote
2
down vote
CHISE (http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/index.html) is one of the most comprehensive ones available, containing decompositons for almost all characters in the CJK unicode block.
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
add a comment |Â
up vote
2
down vote
up vote
2
down vote
CHISE (http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/index.html) is one of the most comprehensive ones available, containing decompositons for almost all characters in the CJK unicode block.
CHISE (http://www.kanji.zinbun.kyoto-u.ac.jp/projects/chise/ids/index.html) is one of the most comprehensive ones available, containing decompositons for almost all characters in the CJK unicode block.
edited Aug 21 at 13:42
answered Aug 21 at 13:32
droooze
4,6151114
4,6151114
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
add a comment |Â
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
Thanks! What's the license for it?
â d33tah
Aug 21 at 16:13
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
@d33tah the only thing I can find is that it's open source and copyrighted...maybe I didn't look in the right places.
â droooze
Aug 21 at 16:17
add a comment |Â
up vote
0
down vote
https://github.com/amake/cjk-decomp or
https://github.com/cjkvi/cjkvi-ids is what you're looking for. Licenses are included in the repos. The IDS decomposition is newer but licensing seems a bit unclear. Then again, Chinese characters haven't changed since the first repo, cjk-decomp, was created, use that perhaps.
add a comment |Â
up vote
0
down vote
https://github.com/amake/cjk-decomp or
https://github.com/cjkvi/cjkvi-ids is what you're looking for. Licenses are included in the repos. The IDS decomposition is newer but licensing seems a bit unclear. Then again, Chinese characters haven't changed since the first repo, cjk-decomp, was created, use that perhaps.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
https://github.com/amake/cjk-decomp or
https://github.com/cjkvi/cjkvi-ids is what you're looking for. Licenses are included in the repos. The IDS decomposition is newer but licensing seems a bit unclear. Then again, Chinese characters haven't changed since the first repo, cjk-decomp, was created, use that perhaps.
https://github.com/amake/cjk-decomp or
https://github.com/cjkvi/cjkvi-ids is what you're looking for. Licenses are included in the repos. The IDS decomposition is newer but licensing seems a bit unclear. Then again, Chinese characters haven't changed since the first repo, cjk-decomp, was created, use that perhaps.
answered Aug 22 at 6:18
Vitaly Osipov
518210
518210
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fchinese.stackexchange.com%2fquestions%2f31177%2fwhat-resources-can-i-use-for-learning-character-decomposition%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
1
Please note that this kind of decomposition is merely graphical. A lot of the time they donâÂÂt reveal how the character functions at all. See this related question.
â droooze
Aug 22 at 18:01