ueno / libkkc

Japanese Kana Kanji conversion input method library
GNU General Public License v3.0
106 stars 15 forks source link

Python 3 compatibility #18

Open stratakis opened 6 years ago

stratakis commented 6 years ago

libkkc currently requires python2 for sortlm.py and genfilter.py

Would it be possible to make them Python 3 compatible?

Arfrever commented 5 years ago

ba1c1bd3eb86d887fc3689c3142732658071b5f7

jg1uaa commented 3 years ago

libkkc-data (0.2.7 tarball is at https://github.com/ueno/libkkc/releases/tag/v0.3.5) is also required to migrate Python3. I simply replaced libkkc-data's Python2 script with Python3 script from libkkc, it looks working.