Reads a stem dictionary. Each line contains:
word\tstem
(i.e. two tab seperated words)

Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static Hashtable GetStemDict(
	FileInfo wordstemfile
)
Visual Basic
Public Shared Function GetStemDict ( _
	wordstemfile As FileInfo _
) As Hashtable
Visual C++
public:
static Hashtable^ GetStemDict(
	FileInfo^ wordstemfile
)

Parameters

wordstemfile
Type: System.IO..::..FileInfo

[Missing <param name="wordstemfile"/> documentation for "M:Lucene.Net.Analysis.WordlistLoader.GetStemDict(System.IO.FileInfo)"]

Return Value

stem dictionary that overrules the stemming algorithm

See Also