项目作者: JuanitoFatas

项目描述 :
List of 2136 common Japanese kanjis from IPA Information-technology Promotion Agency, Japan
高级语言: Ruby
项目地址: git://github.com/JuanitoFatas/common_kanjis.git
创建时间: 2018-08-20T07:00:54Z
项目社区:https://github.com/JuanitoFatas/common_kanjis

开源协议:

下载


Common Kanjis

Data from MJ文字情報API of IPA Information-technology Promotion Agency, Japan.

As of August 20, 2018, there are 2136 common kanjis.

You can see the 2136 kanjis here.

common_kanjis.json Format

  1. {
  2. "count":2136,
  3. "results": [
  4. {
  5. "word": "丁",
  6. "Chinese Reading": ["チョウ","テイ","トウ"],
  7. "Japanese Reading": ["あたる","ひのと","よぼろ"]
  8. },
  9. ...
  10. {
  11. "word": "𠮟",
  12. "Chinese Reading": ["シツ"],
  13. "Japanese Reading": ["しかる"]
  14. }
  15. ]
  16. }

Update

Run bin/fetch and commit changes.

Credits

IPA Information-technology Promotion Agency, Japan