ontology with java(jena)

↘锁芯ラ 提交于 2019-12-10 10:32:33

问题


I'm doing some project which is based on ontology.I want to identify semantic of the text that has entered by user.

Is there any possible way to fulfill my task dealing with ontology through jena?


回答1:


Jena doesn't do Natural Language Processing. You want to look at APIs like Zemanta or OpenCalais, or tools like GATE.




回答2:


You might be looking for something like this: http://nlp2rdf.org

The other answers are still correct: Jena is not NLP. But with NLP2RDF you can query NLP tool output with Jena.



来源:https://stackoverflow.com/questions/2919095/ontology-with-javajena

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!