| Hunspell Class |
Namespace: NHunspell
The Hunspell type exposes the following members.
| Name | Description | |
|---|---|---|
| Hunspell |
Initializes a new instance of the Hunspell class.
| |
| Hunspell( Byte , Byte ) |
Initializes a new instance of the Hunspell class.
| |
| Hunspell(String, String) |
Initializes a new instance of the Hunspell class.
| |
| Hunspell( Byte , Byte , String) |
Initializes a new instance of the Hunspell class.
| |
| Hunspell(String, String, String) |
Initializes a new instance of the Hunspell class.
|
| Name | Description | |
|---|---|---|
| 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.) |
| Name | Description | |
|---|---|---|
| IsDisposed |
Gets a value indicating whether is disposed.
| |
| NativeDllPath |
Gets or sets the path to the native Hunspell DLLs.
|