Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes
Package WorldNet.Net

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