RE: Using a thesaurus/onthology

2008-03-05 Thread Duan, Nick
Nutch has a ontology plugin based on Jena. http://wiki.apache.org/nutch/OntologyPlugin I haven't used it. Just by looking at the source code, it seems it just a Owl parser. So apparently it only works with sources defined in OWL format, not others such as RDF. I think you need to extend the sou

Re: Using a thesaurus/onthology

2008-03-05 Thread Mathieu Lecarme
Borgman, Lennart a écrit : Is there any possibility to use a thesaurus or an onthology when indexing/searching with Lucene? Yes. the WordNet contrib do that. And with a token filter, it's easy to use your own. What do you wont to do? M. ---