Generate compositions, supercompositions and variants for a given Hanzi / Kanji
Project description
CJKradlib
Generate compositions, supercompositions and variants for a given Hanzi / Kanji.
Installation
pip install cjkradlib
Usage
from cjkradlib import RadicalFinder
finder = RadicalFinder(lang='zh') # default is 'zh'
result = finder.search('麻')
print(result.compositions) # ['广', '林']
print(result.supercompositions) # ['摩', '魔', '磨', '嘛', '麽', '靡', '糜', '麾']
print(result.variants) # ['菻']
Supercompositions are based on the character frequency in each language, so altering the language give slightly different results.
from cjkradlib import RadicalFinder
finder = RadicalFinder(lang='jp')
result = finder.search('麻')
print(result.supercompositions) # ['摩', '磨', '魔', '麿']
Related projects
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cjkradlib-0.1.0.tar.gz
(880.0 kB
view details)
Built Distribution
File details
Details for the file cjkradlib-0.1.0.tar.gz
.
File metadata
- Download URL: cjkradlib-0.1.0.tar.gz
- Upload date:
- Size: 880.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.5 CPython/3.7.0 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff58d534b2dfac4229f89112d5e46d6137270e003798c717fd15f8bd3d54ab65 |
|
MD5 | f33efa5c63af3e47f9aabbac4384542e |
|
BLAKE2b-256 | 9d92ca6aa38234db133bca61822fe41eaf021e2a16145ed25e85b2a5b27595f2 |
File details
Details for the file cjkradlib-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cjkradlib-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.11.5 CPython/3.7.0 Darwin/17.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37288a09c86f469744e33d43fdcaf6c9555265264c6055713f2ff0ce087ead16 |
|
MD5 | 75d914db9802c7760fcf52f4c4201537 |
|
BLAKE2b-256 | e86bdea7ed64db214b6c095356228b6692303d8bae8049f3208fe9b062612e5f |