Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
Classes | |
class | SynExpand |
Expand a query by looking up synonyms for every term. You need to invoke Syns2Index first to build the synonym index. More... | |
class | SynLookup |
Test program to look up synonyms. More... | |
class | 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). More... | |