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(
	FileInfo wordfile
)
Visual Basic
Public Shared Function GetWordtable ( _
	wordfile As FileInfo _
) As Hashtable
Visual C++
public:
static Hashtable^ GetWordtable(
	FileInfo^ wordfile
)

Parameters

wordfile
Type: System.IO..::..FileInfo
File containing the wordlist

Return Value

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

See Also