HomophoneDictionary Methods |
The HomophoneDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddRange(IEnumerableString) |
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary.
|
![]() | AddRange(String) |
Adds the specified collection of homophone groups to this instance of the HomophoneDictionary.
|
![]() | Clear |
Removes all words from a HomophoneDictionary object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Export |
Exports the homophone dictionary to a file with the specified name.
(Overrides DictionaryBaseExport(String).) |
![]() | ExportDictionary |
Exports the dictionary to a file with the specified name.
(Inherited from DictionaryBase.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAllHomophoneGroups |
Gets all groups of homophones contained in this dictionary.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHomophoneGroups |
Gets all groups of homophones to which the specified word belongs.
|
![]() | GetHomophones |
Gets the homophones for the specified word.
The resulting array does not contain the original word.
|
![]() | GetType | (Inherited from Object.) |
![]() | Import |
Imports a homophone dictionary from the specified text file.
(Overrides DictionaryBaseImport(String).) |
![]() | ImportDictionary |
Imports a dictionary from the specified file.
(Inherited from DictionaryBase.) |
![]() | Load |
Loads the dictionary data from disk.
(Overrides DictionaryBaseLoad.) |
![]() | LoadDefault |
Loads the default English homophone dictionary.
(Overrides DictionaryBaseLoadDefault.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Merge |
Merges the specified dictionary into the current dictionary.
(Overrides DictionaryBaseMerge(DictionaryBase).) |
![]() | NotifyChanged |
Notifies about the dictionary changed.
(Inherited from DictionaryBase.) |
![]() | Save |
Saves the dictionary data to disk.
(Overrides DictionaryBaseSave.) |
![]() | ToString | (Inherited from Object.) |