jcconv
jcconv copied to clipboard
jcconv "JapaneseCharacterCONVerter", interconvert hiragana, katakana, halfwidth kana'
Hello, I got following error during installation: Collecting jcconv (from -r requirements.txt (line 21)) Downloading https://files.pythonhosted.org/packages/dd/5b/55d6dd385e8584c6750864ddec8d5ff82a295b37ac68344febc9e923bf99/jcconv-0.2.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "",...
- Add support for Python 3 using python-six - Add CI and converage testing - Add LICENSE-information - General cleanup - Release 0.2.4
Hi! I've ported the package to support Python 3.4 using six. Installation works in 2.7 and 3.4 and tests passes in both versions. The changes are minimal on the code...
I updated your code to work with Python3.
Hi! It seems that there is a missng half-width equivalence ー -> ー or maybe I am missing something ? (I am not very familiar with japanese) Thanks !