简体   繁体   English

Java(Jena)本体

[英]ontology with java(jena)

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? 有没有可能通过耶拿完成我处理本体的任务?

Jena doesn't do Natural Language Processing. 耶拿(Jena)不执行自然语言处理。 You want to look at APIs like Zemanta or OpenCalais , or tools like GATE . 您想查看ZemantaOpenCalais等API,或GATE之类的工具。

You might be looking for something like this: http://nlp2rdf.org 您可能正在寻找这样的东西: http : //nlp2rdf.org

The other answers are still correct: Jena is not NLP. 其他答案仍然正确:耶拿不是NLP。 But with NLP2RDF you can query NLP tool output with Jena . 但是,使用NLP2RDF可以使用Jena查询NLP工具输出。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM