Japanese character utilities
Project description
jchars
jchars is a Python library for working with Japanese characters. Its main purpose is to automatically match each character in a kanji word to its reading. All available functions are explained in detail in the documentation.
Documentation
Full documentation: https://mariomoratilla.github.io/jchars/
Installation
From PyPI:
pip install jchars
From GitHub:
git clone https://github.com/mariomoratilla/jchars.git
cd jchars
pip install -e .
Usage
import jchars
jchars.match_kanji_to_hiragana("食べ物", "たべもの")
# Example output:
# (True, '', [['食', 'た'], ['べ', 'べ'], ['物', 'もの']])
Author
Mario Moratilla mariomoratilla@gmail.com
License
This project is licensed under the MIT License - see the LICENSE file for details
Version History
- 0.1.0
- Initial Release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jchars-0.1.0.tar.gz.
File metadata
- Download URL: jchars-0.1.0.tar.gz
- Upload date:
- Size: 181.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41a9204b5363e2f3133c3d742cd72cc5e6d774b9804344ee7cc4364b9550a7fc
|
|
| MD5 |
821f23fc4a8b508b6aba4eb37dad0f60
|
|
| BLAKE2b-256 |
40b387ec82f61acffe5b3827b72f386b23a4e186c923d131c08067123e3d0527
|
File details
Details for the file jchars-0.1.0-py3-none-any.whl.
File metadata
- Download URL: jchars-0.1.0-py3-none-any.whl
- Upload date:
- Size: 189.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d21b4ef24306efaf0605d7f640994535ef46dde0414573d3d22b75dcce06770
|
|
| MD5 |
32967bbcef7e71d3de89f2d2d2134e05
|
|
| BLAKE2b-256 |
b7fe4963b8b1ab65014709e62a9b2837ca39c4f1a28fca6c08df3dff354b85e9
|