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.

Namespace: Lucene.Net.Analysis.De
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.De..::..WordlistLoader

See Also