Reads a stem dictionary. Each line contains:
Namespace: Lucene.Net.Analysisword\tstem(i.e. two tab seperated words)
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)"]