Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juanitofatas/common_kanjis
List of 2136 common Japanese kanjis from IPA Information-technology Promotion Agency, Japan
https://github.com/juanitofatas/common_kanjis
japanese kanji ruby
Last synced: 6 days ago
JSON representation
List of 2136 common Japanese kanjis from IPA Information-technology Promotion Agency, Japan
- Host: GitHub
- URL: https://github.com/juanitofatas/common_kanjis
- Owner: JuanitoFatas
- Created: 2018-08-20T07:00:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T08:04:14.000Z (over 6 years ago)
- Last Synced: 2024-12-24T06:27:55.515Z (10 days ago)
- Topics: japanese, kanji, ruby
- Language: Ruby
- Homepage: https://github.com/JuanitoFatas/common_kanjis/
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Common Kanjis
Data from [MJ文字情報API][mojikiban] of [IPA Information-technology Promotion Agency, Japan][ipa].
As of August 20, 2018, there are 2136 common kanjis.
You can see the 2136 kanjis [here](kanji.md).
## `common_kanjis.json` Format
```json
{
"count":2136,
"results": [
{
"word": "丁",
"Chinese Reading": ["チョウ","テイ","トウ"],
"Japanese Reading": ["あたる","ひのと","よぼろ"]
},
...
{
"word": "𠮟",
"Chinese Reading": ["シツ"],
"Japanese Reading": ["しかる"]
}
]
}
```## Update
Run `bin/fetch` and commit changes.
## Credits
[IPA Information-technology Promotion Agency, Japan][ipa]
[mojikiban]: http://mojikiban.ipa.go.jp/mji
[ipa]: https://www.ipa.go.jp/index-e.html