Set dictionary for stemming, this dictionary overrules the algorithm,
so you can correct for a particular unwanted word-stem pair.
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 void SetStemDictionary( Hashtable dict ) |
Visual Basic |
---|
Public Sub SetStemDictionary ( _ dict As Hashtable _ ) |
Visual C++ |
---|
public: void SetStemDictionary( Hashtable^ dict ) |
Parameters
- dict
- Type: System.Collections..::..Hashtable
[Missing <param name="dict"/> documentation for "M:Lucene.Net.Analysis.Nl.DutchStemFilter.SetStemDictionary(System.Collections.Hashtable)"]