See: Description
Class | Description |
---|---|
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(...) ). |
Syns2Index
once to build the query index/"database", and then call
SynExpand.expand(...)
to expand a query.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.