This package uses synonyms defined by WordNet to build a
Lucene index storing them, which in turn can be used for query expansion.
You normally run Syns2Index once to build the query index/"database", and then call
SynExpand.expand(...) to expand a query.
Instructions