An open API service indexing awesome lists of open source software.

https://github.com/mamoruds/jtalk_wrap


https://github.com/mamoruds/jtalk_wrap

Last synced: 4 months ago
JSON representation

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 text

OPTIONS:
--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
```