huaban / jieba-analysis

结巴分词(java版)
https://github.com/huaban/jieba-analysis
Apache License 2.0
2.58k stars 837 forks source link

jython can't run the jieba #54

Closed mengibin closed 7 years ago

mengibin commented 7 years ago

import jieba Traceback (most recent call last): File "", line 1, in File "/Users/mengbin/jython2.7.0/Lib/site-packages/jieba/init.py", line 15, in from ._compat import * ImportError: No module named _compat