twkorean icon indicating copy to clipboard operation
twkorean copied to clipboard

Python interface to twitter-korean-text

Results 2 twkorean issues
Sort by recently updated
recently updated
newest added

This is Worked ```shell pip install twkorean pip uninstall --yes twkorean git clone https://github.com/jaepil/twkorean cd twkorean python setup.py install cd .. ```

특수 케이스이긴 하지만, 해당 repository를 활용해서 twitter-korean-text를 사용하실 예정인 분들을 위해 올립니다. Mac OSX에서 jpype의 getDefaultJVMPath() 가 32bit libjvm.dylib을 가리키고 있는 것으로 보여집니다. 그래서 해당 부분을 해결하기 위해 Oracle에서 정상적으로...