https://github.com/pseitz/kanji_hanzi_converter
Translate Japanese Kanji to Chinese Hanzi
https://github.com/pseitz/kanji_hanzi_converter
Last synced: about 1 year ago
JSON representation
Translate Japanese Kanji to Chinese Hanzi
- Host: GitHub
- URL: https://github.com/pseitz/kanji_hanzi_converter
- Owner: PSeitz
- License: mit
- Created: 2023-10-07T16:25:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T05:21:21.000Z (over 2 years ago)
- Last Synced: 2025-02-28T15:10:36.671Z (over 1 year ago)
- Language: Rust
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kanji_hanzi_converter
Translate Japanese Kanji to Chinese Hanzi (simplified and traditional)
The chinese character mapping table is attributed to:
http://lotus.kuee.kyoto-u.ac.jp/~chu/pubdb/LREC2012/kanji_mapping_table.txt
```
Chenhui Chu, Toshiaki Nakazawa and Sadao Kurohashi:
Chinese Characters Mapping Table of Japanese, Traditional Chinese and Simplified Chinese
In Proceedings of the Eighth Conference on International Language Resources and Evaluation
(LREC2012), pp.2149-2152, Istanbul, Turkey, (2012.5).
```
Since the mapping contains questionable entries, there's an additional filtering based on a japanese kanji list (2310 entries).
# TODO
Filter simplified chinese entries based on GB2312 list in repo.