Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echamudi/japanese-toolkit
Monorepo for Kanji, Furigana, Japanese DB, and others
https://github.com/echamudi/japanese-toolkit
Last synced: about 2 months ago
JSON representation
Monorepo for Kanji, Furigana, Japanese DB, and others
- Host: GitHub
- URL: https://github.com/echamudi/japanese-toolkit
- Owner: echamudi
- Created: 2020-07-09T02:58:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T05:47:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T21:46:12.119Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.02 MB
- Stars: 45
- Watchers: 4
- Forks: 3
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Japanese Toolkit JS
Monorepo for Kanji, Furigana, Japanese DB, and others.
## Package List
| Name | Description | NPM |
| - | - | - |
| Kanji | Get kanji readings, kanji composition trees, and groupings.
[Open readme](https://github.com/echamudi/japanese-toolkit/tree/master/packages/kanji) - [Try now in Repl.it!](https://repl.it/@echamudi/demo-kanji) | [kanji](https://www.npmjs.com/package/kanji)
|
| Furigana | Fit kana text into Japanese writing.
[Open readme](https://github.com/echamudi/japanese-toolkit/tree/master/packages/furigana) - [Try now in Repl.it!](https://repl.it/@echamudi/demo-furigana) | [furigana](https://www.npmjs.com/package/furigana)
|
| Kyarakuta | Categorize and manipulate characters.
[Open readme](https://github.com/echamudi/japanese-toolkit/tree/master/packages/kyarakuta) - [Try now in Repl.it!](https://repl.it/@echamudi/demo-kyarakuta) | [kyarakuta](https://www.npmjs.com/package/kyarakuta)
|
| Japanese-DB | Generate Japanese dictionary SQLite database from open source materials.
[Open readme](https://github.com/echamudi/japanese-toolkit/tree/master/packages/japanese-db) | [japanese-db](https://www.npmjs.com/package/japanese-db)
|
| Goi | ⏳ *Work in Progress*
Japanese words data (writings, readings, meaning, etc) | [goi](https://www.npmjs.com/package/goi) |
| Bunpou | ⏳ *Work in Progress*
Japanese word conjugator | [bunpou](https://www.npmjs.com/package/bunpou) |## License
Copyright © 2020 [Ezzat Chamudi](https://github.com/echamudi)
Japanese Toolkit code is licensed under [MPL-2.0](https://www.mozilla.org/en-US/MPL/2.0/). Images, logos, docs, and articles in this project are released under [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/legalcode).
Some packages have their own acknowledgement list and additional license notices. Please refer to the readme file of each package.