hankcs / HanLP

中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
https://hanlp.hankcs.com/
Apache License 2.0
33.83k stars 10.12k forks source link

输入一个词语,要求返回与这个词相关的词语。除了词向量聚类还有别的方法吗 #1516

Closed csw9270 closed 3 years ago

csw9270 commented 4 years ago

Describe the feature and the current behavior/state. 求一种能够处理标题所说任务的方法,只需要思路就可以。 Will this change the current api? How? 如果我可以完成这个功能,会开源代码并贡献给这个项目 Who will benefit with this feature? We Are you willing to contribute it (Yes/No): Yes System information

Any other info

hankcs commented 4 years ago

你可以了解一下WordNet/HowNet,其中的上下位关系比词向量的层次聚类更精准,一词多义是词向量无法捕捉的。

JohnWHYH commented 3 years ago

word2vec 你可以尝试一下