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...
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