Py4J를 이용하도록 porting작업을 한 버전을 공개합니다.
python이 32bit 버전인데 64bit JVM을 깔았다거나,
어쨌든 unable to load DLL 에러를 겪고 계시거나 하는 분들은
( multi-threading python-jvm call을 하지 않는 다는 조건하에서 )
Py4J 버전을 사용해보실 수 있습니다.
(JPype1 버전보다 느립니다.)
I have a fork of koLNPy that uses Py4J instead of JPype1.
if you have problems with JPype1 you can try this fork.
( Unable to load DLL errors, python<->jvm architecture mismatch, etc )
you can't attach python thread to jvm due to nature of Py4J - JPype1 diffence.
if you do intensive multithreading work after using koNLPy library, that's no problem.
all the other things remains the same.