Name | Description | |
---|---|---|
![]() | NHunspellDictionaryReader Constructor | Initializing constructor. |
The following tables list the members exposed by NHunspellDictionaryReader.
Name | Description | |
---|---|---|
![]() | NHunspellDictionaryReader Constructor | Initializing constructor. |
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). |
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 |
Name | Description | |
---|---|---|
![]() | CreateDictionary | Creates a new spell check dictionary with enough capacity for the given number of words. |