jaconv icon indicating copy to clipboard operation
jaconv copied to clipboard

Pure-Python Japanese character interconverter for Hiragana, Katakana, Hankaku, and Zenkaku

Results 6 jaconv issues
Sort by recently updated
recently updated
newest added

始めまして。 素晴らしいライブラリを提供していただきありがとうございます。 ver.0.3にて、以下のように関数に「えっっ」を渡すと関数がフリーズします。 jaconv.kana2alphabet("えっっ")

Bug: ``` from jaconv import alphabet2kana print(alphabet2kana("A")) > A print(alphabet2kana("a")) > あ ``` Fix: call "lower()" at the start of the function.

It would be nice for standardizing text inputs to be able to switch a string from shin to kyuu (or vice-versa).

As it says on the title, it would be nice to be able to automatically change ゑ to え, even を to お (as in をとこ). As well as be...

This is mostly useful for OCR purposes, but being able to change っ to つ, ぃ to い, etc. would be helpful when standardizing texts for search.

OS: Arch Linux jaconv version: 0.3.4 - When installing `jaconv` as a system package, `README.rst` and `CHANGES.rst` get installed to `/usr/README.rst` and `/usr/CHANGES.rst`. - When installing locally for the current...