Loads a text file and adds every line as an entry to a Hashtable. Every line should contain only one word. If the file is not found or on any error, an empty table is returned. $Id: WordListLoader.java,v 1.1 2004/03/09 14:55:08 otis Exp $

Namespace: Lucene.Net.Analysis.Nl
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public class WordlistLoader
Visual Basic
Public Class WordlistLoader
Visual C++
public ref class WordlistLoader

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Analysis.Nl..::..WordlistLoader

See Also