Skip to content
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

Closed
1 task done
liuchenbaidu opened this issue Aug 6, 2019 · 3 comments
Closed
1 task done

java.lang.NullPointerException #1260

liuchenbaidu opened this issue Aug 6, 2019 · 3 comments
Labels

Comments

@liuchenbaidu
Copy link

liuchenbaidu commented Aug 6, 2019

注意事项

请确认下列注意事项:

  • 我已仔细阅读下列文档,都没有找到答案:
  • 我已经通过Googleissue区检索功能搜索了我的问题,也没有找到答案。
  • 我明白开源社区是出于兴趣爱好聚集起来的自由社区,不承担任何责任或义务。我会礼貌发言,向每一个帮助我的人表示感谢。
  • 我在此括号内v输入x打钩,代表上述事项确认完毕。

版本号

当前最新版本号是:pyhanlp 0.1.45
我使用的版本是:pyhanlp 0.1.45

我的问题

复现问题

步骤

  1. 首先……
  2. 然后……
  3. 接着……

触发代码

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

@hankcs
Copy link
Owner

hankcs commented Aug 7, 2019

请给出完整代码。

@hankcs hankcs added the question label Aug 7, 2019
@liuchenbaidu
Copy link
Author

linux: ubuntu
python 3.6
analyzer = ClusterAnalyzer()
analyzer.addDocument("赵一", "流行, 流行, 流行, 流行, 流行, 流行, 流行, 流行, 流行, 流行, 蓝调, 蓝调, 蓝调, 蓝调, 蓝调, 蓝调, 摇滚, 摇滚, 摇滚, 摇滚")
analyzer.addDocument("钱二", "爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲")
analyzer.addDocument("张三", "古典, 古典, 古典, 古典, 民谣, 民谣, 民谣, 民谣")
analyzer.addDocument("李四", "爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 爵士, 金属, 金属, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲, 舞曲")
analyzer.addDocument("王五", "流行, 流行, 流行, 流行, 摇滚, 摇滚, 摇滚, 嘻哈, 嘻哈, 嘻哈")
analyzer.addDocument("马六", "古典, 古典, 古典, 古典, 古典, 古典, 古典, 古典, 摇滚")
print(analyzer.repeatedBisection(0.12)) # 自动判断聚类数量k
这个就可以出现,
当然我是跑大量句子分类发现的,然后设置beta<1.0都不可以。

@hankcs hankcs closed this as completed in 9a0d81c Aug 8, 2019
@hankcs
Copy link
Owner

hankcs commented Aug 8, 2019

感谢反馈,已经修复,请参考上面的commit。
如果还有问题,欢迎重开issue。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants