MamoruDS / jtalk_wrap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jtalk_warp

jtalk_wrap is a command-line tool converting kanji to hiragana by wrapping API from j-talk.

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] <TEXT>

ARGS:
    <TEXT>    Your input text

OPTIONS:
        --cookie-file <PATH>    File for saving cookies
    -h, --help                  Print help information
    -r, --remap <PATH>          JSON file for char remapping
        --remember              Remember option in j-talk login
    -V, --version               Print version information

About

License:Apache License 2.0


Languages

Language:Rust 100.0%