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.
|
Go to the source code of this file.
Classes | |
class | WorldNet.Net.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... | |
Namespaces | |
package | WorldNet.Net |
Typedefs | |
using | Analyzer = Lucene.Net.Analysis.Analyzer |
using | Directory = System.IO.Directory |
using | StandardAnalyzer = Lucene.Net.Analysis.Standard.StandardAnalyzer |
using | Document = Lucene.Net.Documents.Document |
using | Field = Lucene.Net.Documents.Field |
using | IndexWriter = Lucene.Net.Index.IndexWriter |
using Analyzer = Lucene.Net.Analysis.Analyzer |
Definition at line 23 of file Syns2Index.cs.
using Directory = System.IO.Directory |
Definition at line 24 of file Syns2Index.cs.
Definition at line 26 of file Syns2Index.cs.
using Field = Lucene.Net.Documents.Field |
Definition at line 27 of file Syns2Index.cs.
Definition at line 28 of file Syns2Index.cs.
Definition at line 25 of file Syns2Index.cs.