jaconv
jaconv copied to clipboard
Pure-Python Japanese character interconverter for Hiragana, Katakana, Hankaku, and Zenkaku
始めまして。 素晴らしいライブラリを提供していただきありがとうございます。 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...
The git tag for version `v0.4.0` is missing. Could it be added please? See also #27.
Hi! Thank you for creating and maintaining this awesome utility. Could you please upload the wheel to PyPI so that it can be used from Pyodide? As this package is...