从自然语言生成 RDF
是否有任何工具可用于从自然语言生成 RDF? SIMILE 项目编译的RDFizers 列表只提到了一个,即 Monrai Cypher。不幸的是,它似乎是 Monrai Technologies 开发的专有工具,现已消失,我找不到任何下载链接。有人见过类似的东西吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您需要一些本体学习和人口工具。
这篇在线文章列出了 4 个不同的系统:
您可能想查看书;它还回顾了几种本体学习工具:
从文本中学习本体:方法、评估和应用,作者:Paul Buitelaar、Philipp Cimiano、Bernardo Magnini
You want some ontology learning and population tools.
This online article lists 4 different systems:
You may want to check out the book; it reviews several ontology learning tools as well:
Ontology learning from text: methods, evaluation and applications, by Paul Buitelaar, Philipp Cimiano, Bernardo Magnini
您可以查看 OpenCalias、Zemanta 和 Hakia 都有不错的用于从互联网资源中提取语义数据的 API。不熟悉 Monrai Cypher,但这些可能会有所帮助。
You might look into OpenCalias, Zemanta and Hakia which all have nice APIs for extracting semantic data out of internet resources. Not familiar with Monrai Cypher, but possibly these might help.
你可以使用 python nltk
解析文本并发出 rdf 三元组
you could use the python nltk
to parse the text and emit the rdf tripplets