https://github.com/calbabreaker/jpaz
Prints information about the Japanese kana and kanji for some text.
https://github.com/calbabreaker/jpaz
Last synced: 9 months ago
JSON representation
Prints information about the Japanese kana and kanji for some text.
- Host: GitHub
- URL: https://github.com/calbabreaker/jpaz
- Owner: Calbabreaker
- License: mit
- Created: 2022-09-01T14:19:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T04:54:34.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:32:52.676Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Japanese text analyzer
Prints information about the Japanese kana and kanji for some text.
To run:
```
cargo run -r
```
To build:
```
cargo build -r
```