文本语义分析

发布于 2024-12-23 02:57:46 字数 156 浏览 0 评论 0原文

您建议使用哪些工具来进行文本语义分析?

这是我的问题:我有一个单词语料库(关键字、标签)。

我需要处理用户输入的句子,并查找它们在语义上是否与我拥有的语料库中的单词接近。

非常欢迎任何类型的建议(书籍或实际的工具包/API)。

问候,

Which tools would you recommend to look into for semantic analysis of text?

Here is my problem: I have a corpus of words (keywords, tags).

I need to process sentences, input by users and find if they are semantically close to words in the corpus that I have.

Any kind of suggestions (books or actual toolkits / APIs) are very welcome.

Regards,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

潜移默化 2024-12-30 02:57:46

If you consider your corpus as an ontology, Apache Stanbol - http://incubator.apache.org/stanbol/ - might be useful. It uses dbpedia as the default ontology while analyzing text. Although it is incubating, enhancer component is good enough foe adoption. So, you can give it a try.

倾城月光淡如水﹏ 2024-12-30 02:57:46

您可以尝试一些 WordNet 相似性测量。 Ted Pedersen 在 WordNet::Similarity 中汇总了这些指标,您可以进行试验和研究。其他语言(例如Java)也有对应的实现。

You can try some WordNet similarity measurements. Ted Pedersen has a compilation of those metrics in WordNet::Similarity which you can experiment and look into. There are counterpart implementations in other languages (e.g. Java).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文