如何使用 NLTK 检查 WordNet 中的下位关系?
我正在寻找一种有效的方法来使用 NLTK 检查 WordNet 中 A 是否是 B 的下位词。
我可以使用 lowest_common_hypernyms
来检查 A 和 B 的最低公共上位词是否是 B,这意味着 A 是 B 的下位词,但问题是 B 可能是 A 的下位词
。有任何单个函数可以检查这个吗?
I'm looking for an efficient way to check if A is a hyponym of B in WordNet using NLTK.
I could use lowest_common_hypernyms
to check if the lowest common hypernym of A and B is B, which means that A is a hyponym of B, but the problem is that B could be a hyponym of A.
Is there any single function that checks this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)