https://github.com/mamoruds/jtalk_wrap
https://github.com/mamoruds/jtalk_wrap
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mamoruds/jtalk_wrap
- Owner: MamoruDS
- License: apache-2.0
- Created: 2022-01-29T12:58:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T14:57:44.000Z (over 3 years ago)
- Last Synced: 2025-01-03T16:29:33.244Z (6 months ago)
- Language: Rust
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jtalk_warp
jtalk_wrap is a command-line tool converting kanji to hiragana by wrapping API from [j-talk](https://j-talk.com).
## Features
- Convert sentences containing kanji into hiragana
- Convert raw result from j-talk to json
- Login to your j-talk account _optional_
- Remap input characters by providing remapping file
useful when you want to convert **Chinese hanzi** to **Japanese kanji**
`學`->`学` `场`->`場`## Usage
```
USAGE:
jtalk [OPTIONS]ARGS:
Your input textOPTIONS:
--cookie-file File for saving cookies
-h, --help Print help information
-r, --remap JSON file for char remapping
--remember Remember option in j-talk login
-V, --version Print version information
```