[Missing <summary> documentation for "M:Lucene.Net.Analysis.Nl.WordlistLoader.GetWordtable(System.String,System.String)"]
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 path, string wordfile ) |
Visual Basic |
---|
Public Shared Function GetWordtable ( _ path As String, _ wordfile As String _ ) As Hashtable |
Visual C++ |
---|
public: static Hashtable^ GetWordtable( String^ path, String^ wordfile ) |
Parameters
- path
- Type: System..::..String
Path to the wordlist
- wordfile
- Type: System..::..String
Name of the wordlist
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Analysis.Nl.WordlistLoader.GetWordtable(System.String,System.String)"]