Load words table from the file

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

Syntax

C#
public static Hashtable GetWordtable(
	string wordfile
)
Visual Basic
Public Shared Function GetWordtable ( _
	wordfile As String _
) As Hashtable
Visual C++
public:
static Hashtable^ GetWordtable(
	String^ wordfile
)

Parameters

wordfile
Type: System..::..String
Complete path to the wordlist

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.WordlistLoader.GetWordtable(System.String)"]

See Also