Skip to main content

HunspellDictionary Constructors

A dictionary for the Hunspell spell checking algorithm.
Name Parameters Description
HunspellDictionary() none Initializes a new instance of the HunspellDictionary class with the default settings.
HunspellDictionary(String, String, CultureInfo) dictionaryPath, grammarPath, culture Initializes a new instance of the HunspellDictionary class with the specified settings.
See Also