This package uses synonyms defined by WordNet to build a Lucene index storing them, which in turn can be used for query expansion.
See: Description
| Class Summary | |
|---|---|
| SynExpand | Expand a query by looking up synonyms for every term. |
| SynLookup | Test program to look up synonyms. |
| Syns2Index |
Convert the prolog file wn_s.pl from the WordNet prolog download
into a Lucene index suitable for looking up synonyms and performing query expansion (SynExpand.expand(...)).
|
SynExpand.expand(...) to expand a query.