ontology with java(jena)

2019-05-23 08:31发布

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?

2条回答
The star\"
2楼-- · 2019-05-23 09:16

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

查看更多
一夜七次
3楼-- · 2019-05-23 09:21

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.

查看更多
登录 后发表回答