NHunspellDictionaryReader Class Members
In This Topic
The following tables list the members exposed by NHunspellDictionaryReader.
Public Constructors
Public Properties
| Name | Description |
| CaseSensitive | Defines whether this reader should treat the dictionary data as case sensitive or not. By default set to false (i.e. not case sensitive). |
Top
Public Methods
| Name | Description |
| LoadFromStreams | Loads a spell check dictionary from 2 streams - one containing the dictionary items and one describing the affixes. |
| ReadDictionaryFromStream | Loads a spell check dictionary from an OXT stream (dictionary in the OpenOffice extension format). |
| ReadInfoFromStream | Gets the dictionary info from the specified stream |
Top
Protected Methods
| Name | Description |
| CreateDictionary | Creates a new spell check dictionary with enough capacity for the given number of words. |
Top
See Also