Re: Does any one know how to expand queries using Wordnet with Lucene 3.6?

2012-06-18 Thread Kits89
Robert Muir wrote > > The idea is you parse the wordnet file with this thing, and create a > SynonymFilter that you use in your query Analyzer (The one you pass to > QueryParser). > I assume that I have to read the synonyms file in the Prolog version of Wordnet. But I get the error that I poste

Does any one know how to expand queries using Wordnet with Lucene 3.6?

2012-06-15 Thread Kits89
I've found the class WordnetSynonymParser in org.apache.lucene.analysis.synonym but there aren't examples of its usage neither in the API nor in google. Does any one have experience with it? Thank you! EDIT: I know that there used to be the class SynExpand, but with version 3.6 it disappeared...