-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException #1260
Comments
请给出完整代码。 |
linux: ubuntu |
感谢反馈,已经修复,请参考上面的commit。 |
注意事项
请确认下列注意事项:
版本号
当前最新版本号是:pyhanlp 0.1.45
我使用的版本是:pyhanlp 0.1.45
我的问题
复现问题
步骤
触发代码
res=analyzertxt.repeatedBisection(0.1)
期望输出
实际输出
其他信息
Traceback (most recent call last):
File "test_cluster.py", line 65, in
res=cluster(filename)
File "test_cluster.py", line 60, in cluster
res=analyzertxt.repeatedBisection(0.3)
jpype._jexception.NullPointerExceptionPyRaisable: java.lang.NullPointerException
The text was updated successfully, but these errors were encountered: