Re: semantic indexing using ontology

2013-01-23 Thread Eustache Felenc

On 01/18/2013 04:24 PM, amirou wrote:

HI everybody,

I want to develop a java system which indexes a set of documents represented
by an ontology. Is this could be done with lucene.

I yes what are the plugins which I have to use.
Thank you very much.


Amir.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/semantic-indexing-using-ontology-tp4034671.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org


About semantic indexing, we have an API that disambiguates 
documents--it determines part of speech, compounds, senses, dependencies 
between words, named entities--and returns xml/json info that looks like 
the following for example if you disambiguate [semantic indexing] :


|  docs len=2  num=1
  doc len=2
sensesInfo
  sense csk=semantic/C2  fs=semantic/J1  fsk=semantic/J1
descof or relating to the study of meaning and changes of 
meaning./desc
extRef
  dmwikipedia/dm
  ref29107/ref
/extRef
extRef
  dmwikipedia/dm
  ref397608/ref
/extRef
  /sense
  sense csk=index/C1  fs=indexing/N1  fsk=indexing/N1
descthe act of classifying and providing an index in order to make 
items easier to retrieve./desc
  /sense
/sensesInfo
[...]
|


You can then retrieve properties, categories of the disambiguated 
senses, climb up or down those hierarchies, and have a real semantic 
index. Disambiguated senses also have information connecting to 
wikipedia article ids. You could also map those to any existing ontology.


You can check it out on www.idilia.com

Eustache


semantic indexing using ontology

2013-01-22 Thread amirou
HI everybody,

I want to develop a java system which indexes a set of documents represented
by an ontology. Is this could be done with lucene.

I yes what are the plugins which I have to use.
Thank you very much.


Amir.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/semantic-indexing-using-ontology-tp4034671.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: semantic indexing using ontology

2013-01-22 Thread Gora Mohanty
On 19 January 2013 02:54, amirou amir...@yahoo.fr wrote:
 HI everybody,

 I want to develop a java system which indexes a set of documents represented
 by an ontology. Is this could be done with lucene.

 I yes what are the plugins which I have to use.
 Thank you very much.

Have you tried searching Google for Solr RDF,
which turns up several possibilities, e.g.,
http://siren.sindice.com/ ?

Depending on your needs, you could also use one of
the several open-source RDF data stores, or even
a graph database like Neo4J.

Regards,
Gora

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org