[This is preliminary documentation and is subject to change.]
The NHunspell namespace provides classes that enable spell cheking, hyphenation and synonym lookup (thesaurus) with the Open Office spell checking directories. It provices access to the Hunspell, Hyphen and MyThes libaries under .NET
Classes
| Class | Description | |
|---|---|---|
| Hunspell |
Spell check analysis and generation functions.
| |
| Hyphen |
Hyphenation functions.
| |
| HyphenResult |
Holds the result of a hyphenation with Hyphen.
| |
| LanguageConfig |
provides configuration data for a specific language like the open office dictionaries.
| |
| MyThes |
provides thesaurus founctions to get synonyms for a word
| |
| SpellEngine |
Holds SpellFactory objects for different languages.
Allows thread save spell checking
| |
| SpellFactory |
Enables spell checking, hyphenation and thesaurus based synonym lookup in a thread safe manner.
| |
| ThesMeaning |
Holds a meaning and its synonyms
| |
| ThesResult |
Holds the result of a MyThes synonym lookup
|