smartcode
smartcode

Reputation: 247

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?

Upvotes: 2

Views: 2289

Answers (2)

kurzum
kurzum

Reputation: 1

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.

Upvotes: 0

cygri
cygri

Reputation: 9472

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

Upvotes: 1

Related Questions