Property StemDictionary
StemDictionary
Set dictionary for stemming, this dictionary overrules the algorithm, so you can correct for a particular unwanted word-stem pair.
Declaration
public CharArrayMap<string> StemDictionary { get; set; }
Property Value
Type | Description |
---|---|
CharArrayMap<System.String> |