Hunspell Class
Spell checking, morphological analysis and generation functions.
Inheritance Hierarchy
System Object
  NHunspell Hunspell

Namespace: NHunspell
Assembly: NHunspell (in NHunspell.dll) Version: 1.1.1.0
Syntax
public class Hunspell : IDisposable

The Hunspell type exposes the following members.

Constructors
Methods
  NameDescription
Add
Adds the specified word to the internal dictionary.
AddWithAffix
Adds the specified word to the internal dictionary. Determines the affixes from the provided sample.
Analyze
Analyzes the specified word.
Dispose 
The dispose.
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Generate
Generates the specified word by a sample.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the type of the current instance.
(Inherited from Object.)
Load( Byte ,  Byte )
Loads the specified affix and dictionary data.
Load(String, String)
Loads the specified affix and dictionary file.
Load( Byte ,  Byte , String)
Loads the specified affix and dictionary data.
Load(String, String, String)
Loads the specified affix and dictionary file.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Remove
Removes the specified word.
Spell
Spell check the word.
Stem
Gets the word stems for the specified word.
Suggest
Gets a list of suggestions for the specified (misspelled) word.
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
IsDisposed
Gets a value indicating whether is disposed.
NativeDllPath
Gets or sets the path to the native Hunspell DLLs.
Top
See Also