Reads a stemsdictionary. Each line contains:
word \t stem
(i.e. tab seperated)
Namespace: Lucene.Net.Analysis.NlAssembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.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.Nl.WordlistLoader.GetStemDict(System.IO.FileInfo)"]